-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcards.json
More file actions
55 lines (49 loc) · 1.2 KB
/
cards.json
File metadata and controls
55 lines (49 loc) · 1.2 KB
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
{"cards": [
{"name": "Soldier",
"attack": 1,
"health": 2,
"speed": 1,
"description": "An obidient piece of canon fodder",
"type": "minion",
"cost": 1,
"id": "soldier1"},
{"name": "Uhrk",
"attack": 2,
"health": 5,
"speed": 1,
"description": "A large target to hide behind",
"type": "minion",
"cost": 3,
"id": "soldier2"},
{"name": "Athikii Cavelry",
"attack": 1,
"health": 2,
"speed": 3,
"description": "Fast but fragile",
"type": "minion",
"cost": 3,
"id": "cavalry1"},
{"name": "Elven Tower",
"attack": 3,
"health": 5,
"speed": 0,
"description": "A defensive structure for your archers to hide in",
"type": "minion",
"cost": 3,
"id": "tower1"},
{"name": "Saldian Footman",
"attack": 1,
"health": 2,
"speed": 2,
"description": "An agile flanker",
"type": "minion",
"cost": 3,
"id": "soldier3"},
{"name": "Fire Ball",
"type": "spell",
"effects": {"damage": 1},
"description": "A fireball that deals 1 damage",
"cost": 1,
"id": "fireball"}
]
}