forked from squarespirit/castlewars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcards.txt
179 lines (146 loc) · 1.25 KB
/
cards.txt
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# Resources:
# B - builders
# b - bricks
# S - soldiers
# w - weapons
# M - mages
# c - crystal
# C - castle
# F - fence
# Card name
# Relative weight
# Cost
# Action [Action...]
# Cost: <resource><int>
# Action: <action><int>
# <action> can be:
# at - attack
# <resource> - change resource
# t<resource> - transfer resource from opponent
# o<resource> - change opponent resource
# Brick cards ------------------------
Wall
3
b1
F+3
Base
2
b1
C+2
Defense
3
b3
F+6
Reserve
3
b3
C+8 F-4
Tower
3
b5
C+6
School
3
b8
B+1
Wain
2
b8
C+8 oC-4
Fence
3
b12
F+22
Fort
3
b16
C+20
Babylon
2
b25
C+30
# Weapon cards ------------------------
Archer
2
w1
at2
Knight
2
w2
at3
Rider
2
w3
at4
Platoon
3
w4
at6
Recruit
3
w8
S+1
Catapult
3
w10
at12
Saboteur
3
w12
ob-4 ow-4 oc-4
@description enemy stocks -4
Thief
2
w15
tb5 tw5 tc5
@description transfer 5 enemy stocks
Ambush
2
w18
oC-20
Banshee
3
w28
at32
# Crystal cards ----------------------
Conjure bricks
3
c4
b+8
Conjure weapons
3
c4
w+8
Conjure crystals
3
c4
c+8
Crush bricks
1
c4
ob-8
Crush weapons
1
c4
ow-8
Crush crystals
1
c4
oc-8
Sorcerer
3
c8
M+1
Dragon
3
c21
at25
Pixies
3
c22
C+25
Curse
3
c45
b+1 B+1 w+1 S+1 c+1 M+1 C+1 F+1 ob-1 oB-1 ow-1 oS-1 oc-1 oM-1 oC-1 oF-1
@description all +1, all enemy -1