Mercurial > dylan
comparison mtg/mtg_cards.txt @ 2:b4de894a1e2e
initial import
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 28 Oct 2011 00:03:05 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:8d8278e09888 | 2:b4de894a1e2e |
---|---|
1 :name "Mountain" | |
2 :color 'R | |
3 :type "Land" | |
4 :supertype "Basic" | |
5 :subtype "Mountain" | |
6 :rarity 'C | |
7 | |
8 :name "Island" | |
9 :color 'B | |
10 :type "Land" | |
11 :supertype "Basic" | |
12 :subtype "Island" | |
13 :rarity 'C | |
14 | |
15 :name "Forest" | |
16 :color 'G | |
17 :type "Land" | |
18 :supertype "Basic" | |
19 :subtype "Forest" | |
20 :rarity 'C | |
21 | |
22 :name "Plains" | |
23 :color 'W | |
24 :type "Land" | |
25 :supertype "Basic" | |
26 :subtype "Plains" | |
27 :rarity 'C | |
28 | |
29 :name "Swamp" | |
30 :color 'B | |
31 :type "Land" | |
32 :supertype "Basic" | |
33 :subtype "Swamp" | |
34 :rarity 'C | |
35 | |
36 :name "Knight Errant" | |
37 :color 'W | |
38 :cost "1W" | |
39 :type "Creature" | |
40 :subtype "Human Knight" | |
41 :p 2 | |
42 :t 2 |