-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcardsVersion1To2.yaml
432 lines (430 loc) · 11.6 KB
/
cardsVersion1To2.yaml
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
# BEGIN BOILERPLATE
henchmen: &henchmen
card_type: "HENCHMEN"
type_background: "#dcbc48"
type_color: "White"
villain: &villain
card_type: "VILLAIN"
type_background: "#623535"
type_color: "White"
mastermind: &mastermind
card_type: "MASTERMIND"
type_background: "#766f92"
type_color: "White"
player: &player
card_type: "PLAYER"
type_background: "#355e3b"
type_color: "White"
image: "player"
teams: ["shield"]
hero: &hero
name_background: "#ED1D24"
clear: &clear !!python/tuple [0, 0, 0, 0]
font: &font "resources/KOMIKAX_.ttf"
# END BOILERPLATE
grid_lines: True
grid_width: 1
grid_spacing: 18
double_sided: False
separate_docs: True
width_count: 2
height_count: 3
page_width: 1700
page_height: 2200
divider_width: ÷r_width 715
divider_height: ÷r_height 592
offset_height: 100
offset_width: 90
margin_width: 80
margin_height: 100
format:
width: *divider_width
height: *divider_height
icon_height: &icon_height 32
properties:
- position: [0, 0]
size: [*divider_width, &label_height 72]
type: "container"
spacing: 8
backwards: False
properties:
- property: "card_type"
required: False
position: [0, 0]
size: ["auto", *label_height]
type: "text"
background_property: "type_background"
background_default: "Black"
text_color_property: "type_color"
text_color_default: "White"
font: *font
font_size: 24
centered_width: True
centered_height: True
- property: "name"
required: True
position: ["auto", 0]
size: ["auto", *label_height]
type: "text"
background_property: "name_background"
background_default: "White"
text_color_property: "name_color"
text_color_default: "Black"
font: *font
font_size: 24
centered_width: False
centered_height: True
- type: "container"
position: ["auto", 0]
size: ["auto", *label_height]
spacing: 8
backwards: True
properties:
- property: "colors"
required: False
position: ["auto", 0]
size: [180, *label_height]
type: "colorbar"
- property: "teams"
required: False
position: ["auto", 0]
size: [*icon_height, *label_height]
type: "list[icons]"
centered_height: True
centered_width: True
rows: 2
columns: null
spacing: 8
orientation: "vertical"
bulleted: False
wrap: null
- property: "themes"
required: False
position: ["auto", 0]
size: ["auto", *label_height]
type: "list[iconsandtext]"
text_color_property: "themes_color"
text_color_default: "Black"
font: *font
font_size: 12
centered_width: False
centered_height: True
rows: 2
columns: null
spacing: 8
orientation: "horizontal"
bulleted: False
wrap: null
- property: "image"
position: [0, *label_height]
size: [*divider_width, &image_height 520]
type: "image"
- property: "notes"
required: False
position: [0, *label_height]
size: [*divider_width, *image_height]
type: "list[text]"
text_color_property: "notes_color"
text_color_default: "Black"
font: *font
font_size: 16
centered_width: False
centered_height: True
rows: null
columns: null
spacing: 8
orientation: "vertical"
bulleted: True
wrap: 70
populate_from_rarities:
rarities:
<<: *hero
<<: *hero
common1: 5
common2: 5
uncommon: 3
rare: 1
properties:
color: "colors"
cost: "costs"
attack: "attacks"
recruit: "recruits"
piercing: "piercings"
cards:
- <<: *mastermind
name: "Authoritarian Iron Man"
image: "authoritarianironman"
themes: ["Fortify", "City Space", "Mostly Negative Fight"]
- <<: *mastermind
name: "Baron Helmut Zemo"
image: "baronhelmutzemo"
themes: ["wound", "Shrinks", "Victory Pile", "Mostly Negative Fight"]
- <<: *mastermind
name: "Maria Hill, Director of S.H.I.E.L.D"
image: "mariahilldirector"
#themes: ["Shield Clearance", "Extra Villains", "Mostly Negative Fight"]
- <<: *mastermind
name: "Misty Knight"
image: "mistyknight"
themes: ["wound", "MarvelKnights", "Bribe", "Mostly Negative Fight"]
- <<: *mastermind
name: "Ragnarok"
image: "ragnarok"
themes: ["Grows", "Hero Classes in HQ", "Discard", "Mostly Positive Fight"]
- <<: *henchmen
name: "Mandroid"
image: "mandroid"
themes: ["+1 For each in VP", "Fight: KO Hero"]
- <<: *henchmen
name: "Cape-Killers"
image: "capekillers"
themes: ["Shield Clearance", "Fight: KO from Discard"]
- <<: *villain
name: "Great Lakes Avengers"
image: "greatlakesavengers"
themes: ["strength", "covert", "wound", "KO from Discard", "Top Villain", "Recur", "Fortify Sidekick"]
- <<: *villain
name: "Heroes for Hire"
image: "heroesforhire"
themes: ["discard", "wound", "Fortify Mastermind", "KO Hero", "Shuffle Discard", "Recur"]
- <<: *villain
name: "Registration Enforcers"
image: "registrationenforcers"
themes: ["recruit", "discard", "5cost", "City Space", "Phasing", "Size Changing", "KO Hero"]
- <<: *villain
name: "S.H.I.E.L.D Elite"
image: "shieldelite"
themes: ["wound", "Shield Clearance", "Extra Villain", "Fortify Shield Officers"]
- <<: *villain
name: "Superhuman Registration Act"
image: "superhumanregistrationact"
themes: ["strength", "tech", "wound", "Fortify Deck", "Decrease Hand Size"] #, "Fortify HQ", "Size Changing",
#"Fortify Villain", "Fortify HQ"]
- <<: *villain
name: "Thunderbolts"
image: "thunderbolts"
themes: ["tech", "wound", "KO one of top 3", "Fortify Wound"]
- name: "Captain America, Secret Avenger"
<<: *hero
common1:
color: "R"
common2:
color: "GY"
uncommon:
color: "B"
rare:
color: "U"
image: "captainamericasecretavenger"
teams: ["avengers"]
# themes: ["avengers", "Hero Class Count", "Sidekicks", "Sidekick Matters", "Split"]
- name: "Cloak & Dagger"
<<: *hero
common1:
color: "UR"
common2:
color: "UR"
uncommon:
color: "UR"
rare:
color: "U"
image: "cloakdagger"
teams: ["avengers", "MarvelKnights"]
themes: ["covert", "ranged", "draw", "City Space", "Phasing", "Feast", "Split", "Split Matters"]
- name: "Daredevil/Iron Fist"
<<: *hero
common1:
color: "Y"
common2:
color: "R"
uncommon:
color: "GY"
rare:
color: "R"
image: "daredevilironfist"
teams: ["avengers", "MarvelKnights"]
themes: ["draw", "topcard", "avengers", "Guess Cost", "Wall Crawl", "Diverse Costs"] #, "Top Card Manip", "Split"]
- name: "Falcon/Red Wing"
<<: *hero
common1:
color: "B"
common2:
color: "YU"
uncommon:
color: "U"
rare:
color: "Y"
image: "falconredwing"
teams: ["avengers"]
themes: ["draw", "HQ Manip", "recruit", "-Symbol HQ", "attack", "-Symbol HQ", "Top Card Manip", "Split"]
- name: "Goliath"
<<: *hero
common1:
color: "BG"
common2:
color: "B"
uncommon:
color: "G"
rare:
color: "G"
image: "goliath"
teams: ["avengers"]
themes: ["tech", "strength", "draw", "4cost", "Size Changing", "Split"]
- name: "Hercules/Amadeus Cho"
<<: *hero
common1:
color: "Y"
common2:
color: "BG"
uncommon:
color: "G"
rare:
color: "G"
image: "herculesamadeuscho"
teams: ["avengers"]
themes: ["instinct", "draw", "strength", "avengers", "Bystanders", "Discard", "Feast 0-Cost", "Split"]
- name: "Hulkling"
<<: *hero
common1:
color: "G"
common2:
color: "RG"
uncommon:
color: "R"
rare:
color: "R"
image: "hulkling"
teams: ["avengers"]
themes: ["strength", "covert", "Size Changing", "KO Wound", "Gain Wound", "Clone"]
- name: "Luke Cage/Jessica Jones"
<<: *hero
common1:
color: "G"
common2:
color: "GY"
uncommon:
color: "Y"
rare:
color: "G"
image: "lukecagejessicajones"
teams: ["avengers", "MarvelKnights"]
#themes: ["draw", "instinct", "avengers", "Wound Replace", "Gain Wound", "Top Card Manip", "Prevent Wounds", "Split"]
- name: "Patriot/Hawkeye"
<<: *hero
common1:
color: "Y"
common2:
color: "G"
uncommon:
color: "BR"
rare:
color: "B"
image: "patriothawkeye"
teams: ["avengers"]
themes: ["covert", "topcard", "draw", "Hero Names", "Split"]
- name: "Peter Parker/Aunt May"
<<: *hero
common1:
color: "B"
common2:
color: "Y"
uncommon:
color: "YB"
rare:
color: "Y"
image: "peterparkerauntmay"
teams: ["avengers", "spiderman"]
themes: ["tech", "instinct", "2cost", "draw", "Sidekicks", "Bystanders"] #, "KO Wound", "Draw Matters", "Split"]
- name: "Speedball/Namorita"
<<: *hero
common1:
color: "R"
common2:
color: "U"
uncommon:
color: "UR"
rare:
color: "U"
image: "speedballnamorita"
teams: ["NewWarriors"]
themes: ["covert", "ranged", "draw", "Split", "Bystanders", "Top Villain", "City Space", "Replace Master Strike"]
- name: "Stature/Iron Lad"
<<: *hero
common1:
color: "B"
common2:
color: "BG"
uncommon:
color: "G"
rare:
color: "G"
image: "statureironlad"
teams: ["avengers"]
themes: ["tech", "draw", "strength", "Size Changing", "Small Villain", "Free Defeat", "Split"]
- name: "Storm & Black Panther"
<<: *hero
common1:
color: "YU"
common2:
color: "YU"
uncommon:
color: "UR"
rare:
color: "B"
image: "stormblackpanther"
teams: ["xmen", "avengers"]
themes: ["ranged", "instinct", "covert", "draw", "City Space", "KO"] #, "Move Villain", "Split", "Sidekicks",
#"Multicolor Matters"]
- name: "Tigra"
<<: *hero
common1:
color: "RY"
common2:
color: "Y"
uncommon:
color: "R"
rare:
color: "R"
image: "tigra"
teams: ["avengers"]
themes: ["covert", "instict", "draw", "topcard", "avengers", "Sidekicks", "Feast", "Replace Ambush", "Free Recruit",
"Split"]
- name: "Vision"
<<: *hero
common1:
color: "U"
common2:
color: "B"
uncommon:
color: "UB"
rare:
color: "B"
image: "vision"
teams: ["avengers"]
themes: ["ranged", "draw", "topcard", "tech", "Phasing", "Guess Class", "Size Changing"]
- name: "Wiccan/Speed"
<<: *hero
common1:
color: "U"
common2:
color: "R"
uncommon:
color: "UR"
rare:
color: "U"
image: "wiccanspeed"
teams: ["avengers"]
themes: ["covert", "ranged", "topcard", "draw", "Phasing", "Guess Cost", ]
- name: "Shield Officers"
name_background: "#C4A8FF"
image: "shieldofficer"
colors: ["E"]
- name: "Sidekicks"
name_background: "#C4A8FF"
image: "sidekick"
colors: ['E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E',
'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'E', 'Y', 'Y', 'Y', 'Y', 'U', 'U', 'U', 'U', 'R', 'R', 'R', 'R',
'R', 'G', 'G']
themes: ["draw", "ranged", "6recruit", "Phasing", "Bystanders", "KO"]
- name: "Bystander"
name_background: "#dcbd48"
image: "bystander"