-
Notifications
You must be signed in to change notification settings - Fork 2
/
cards_manual.json
61 lines (61 loc) · 1.51 KB
/
cards_manual.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"meta": {
"instructions": "If you would like to add a card manually, use the 'blank card' template below.",
"instructions2": "Check example_card_details for more information",
"instructions3": "add the card to the 'cards' array below meta",
"example card (do not include this key, just the object)": {
"cmc": 7,
"colorIdentity": [
"W",
"B",
"G"
],
"colors": [
"White",
"Black"
],
"layout": "normal",
"manaCost": "{X}{5}{W}{B}",
"name": "Example Card",
"number": "55",
"power": "*",
"rarity": "Mythic Rare",
"subtypes": [
"Zombie"
],
"text": "Shadow, Flying, Horsemanship\nExample Card's power is equal to something.\n{G}, {T}: Unfloop target pig you control.",
"toughness": "2",
"type": "Legendary Creature - Zombie",
"types": [
"Creature"
]
},
"example card details":{
"meta": {
"values": "All fields (including loyalty) are string or array of strings except CMC which is int",
"required fields (all cards)": [
"name",
"number",
"rarity",
"type",
"url"
]
}
},
"blank card (do not use this key, just the object) - remove unneeded keys":
{
"name": "",
"number": "",
"rarity": "",
"type": "",
"url": "",
"loyalty": "",
"cmc": 0,
"layout": "",
"power": "",
"toughness": ""
}
},
"cards": [
]
}