-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcards2.json
More file actions
164 lines (164 loc) · 4.87 KB
/
cards2.json
File metadata and controls
164 lines (164 loc) · 4.87 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"cards": [
{
"name": "Void",
"playCost": 2,
"health": 2,
"defense": 2,
"passiveCost": 2,
"specialCost": 3,
"specialTag": "Prayer of Healing: \n Heal all allies for half their health",
"special": "some fx that heals",
"attack": 1,
"attackTag": "Sacred Flame \n Toss a mote of radiant light at a foe",
"specialAttribute": "",
"soundEffect": "",
"speed": 5,
"attackSpeed": 350
},
{
"name": "Kleitos",
"playCost": 3,
"health": 2,
"defense": 2,
"passiveCost": 0,
"specialCost": 1,
"specialTag": "Action Surge: \n Strike faster and harder",
"special": "Some fx that increases attack",
"attack": 3,
"attackTag": "Swing with the mighty Wolfblade",
"specialAttribute": "Tireless warrior: no upkeep cost",
"soundEffect": "",
"speed": 7,
"attackSpeed": 300
},
{
"name": "Varim Ironmaw",
"playCost": 3,
"health": 3,
"defense": 2,
"passiveCost": 1,
"specialCost": 1,
"specialTag": "",
"special": "",
"attack": 1,
"attackTag": "",
"specialAttribute": "Iron Armor: \n All sources deal 1 less damage to the Ironmaw",
"soundEffect": "",
"speed": 4,
"attackSpeed": 670
},
{
"name": "Arlo Bilberry",
"playCost": 2,
"health": 1,
"defense": 1,
"passiveCost": 2,
"specialCost": 1,
"specialTag": "Sleep: Add 1 to health and attack",
"special": "Add 1 to health and attack",
"attack": 1,
"attackTag": "",
"specialAttribute": "",
"soundEffect": "Yawn",
"speed": 3,
"attackSpeed": 350
},
{
"name": "Rhogar Whiteclaw",
"playCost": 3,
"health": 2,
"defense": 2,
"passiveCost": 1,
"specialCost": 0,
"specialTag": "ROAAAR",
"special": "No effect",
"attack": 4,
"attackTag": "",
"specialAttribute": "",
"soundEffect": "Roar",
"speed": 9,
"attackSpeed": 350
},
{
"name": "Thagnos Firebrand",
"playCost": 2,
"health": 2,
"defense": 2,
"passiveCost": 2,
"specialCost": 2,
"specialTag": "Singe: Deal 2 damage to the enemy",
"special": "Deal 2 damage to the enemy",
"attack": 2,
"attackTag": "",
"specialAttribute": "",
"soundEffect": "Burn",
"speed": 15,
"attackSpeed": 500
},
{
"name": "Melthrax",
"playCost": 5,
"health": 5,
"defense": 0,
"passiveCost": 2,
"specialCost": 0,
"specialTag": "ROAAAR",
"special": "No effect",
"attack": 3,
"attackTag": "",
"specialAttribute": "",
"soundEffect": "Roar",
"speed": 5,
"attackSpeed": 400
},
{
"name": "Berman Protocol",
"playCost": 6,
"health": 6,
"defense": 0,
"passiveCost": 6,
"specialCost": 0,
"specialTag": "Settle: All other passive costs decreased by 2",
"special": "All other passive costs decreased by 2",
"attack": 0,
"attackTag": "",
"specialAttribute": "",
"soundEffect": "Heal",
"speed": 5,
"attackSpeed": 1000
},
{
"name": "Dr. Vaugn Von Oe",
"playCost": 2,
"health": 3,
"defense": 1,
"passiveCost": 2,
"specialCost": 3,
"specialTag": "Operate: Heal 5",
"special": "Heal 5",
"attack": 1,
"attackTag": "",
"specialAttribute": "",
"soundEffect": "Heal",
"speed": 5,
"attackSpeed": 500
},
{
"name": "Ayalan Accord",
"playCost": 1,
"health": 3,
"defense": 0,
"passiveCost": 3,
"specialCost": 0,
"specialTag": "Settle: All other damage increased by 1",
"special": "All other damage increased by 1",
"attack": 0,
"attackTag": "",
"specialAttribute": "",
"soundEffect": "Heal",
"speed": 5,
"attackSpeed": 1000
}
]
}