-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.js
794 lines (794 loc) · 47.5 KB
/
data.js
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
export default {
roster: [
{
id: "0",
name: "Medusa",
back: "https://i.imgur.com/cfMnfuH.png",
minis: ["https://i.imgur.com/tPXKCCD.png"],
desc: "Medusa is a ranged character, supported by 3 harpy melee sidekicks. She can deal massive combat damage, do direct (unavoidable) damage and force her opponent to discard cards. Without mentioning the harpies' resurrection... She's traditionally considered as one of the strongest fighters released.",
ability: "At the start of her turn, she may deal 1 damage to an opposing fighter in her zone.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=tVO2F9Q7E2w"
}, {
name: "Lord of the Board", url: "https://www.youtube.com/watch?v=g_zHhLJMGxE"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=H0U3-QYjwVM"
}],
set: ["Battle of Legends, Volume One", "https://boardgamegeek.com/boardgame/274637/unmatched-battle-legends-volume-one"],
deck: 'https://unmatched.cards/umdb/decks/medusa',
lore: 'https://en.wikipedia.org/wiki/Medusa'
},
{
id: "1",
name: "Sinbad",
back: "https://i.imgur.com/ZXplzL9.png",
minis: ["https://i.imgur.com/6Mh7GdG.png"],
desc: "Sinbad is a melee fighter, supported by a porter sidekick. Sinbad grows in power as he gains experience on each of his voyages. His <i>Voyage</i> cards (6 in total) get +1 power per other <i>Voyage</i> in his discard pile. He gets also faster: +1 move per <i>Voyage</i> in his discard pile.",
ability: "When he maneuvers, he may move his fighters +1 space for each <i>Voyage</i> card in his discard pile.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=bhkbYVAJxYk"
}, {
name: "Lord of the Board", url: "https://www.youtube.com/watch?v=Z_z-xlByMRA"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=VD4EVEptj54"
}],
set: ["Battle of Legends, Volume One", "https://boardgamegeek.com/boardgame/274637/unmatched-battle-legends-volume-one"],
deck: 'https://unmatched.cards/umdb/decks/sinbad',
lore: 'https://en.wikipedia.org/wiki/Sinbad_the_Sailor'
},
{
id: "2",
name: "Alice",
back: "https://i.imgur.com/IPFwBck.png",
minis: ["https://i.imgur.com/NHgsEcs.png"],
desc: "Alice is a melee fighter with a Jabberwock sidekick. She has two stances: <i>Big</i>, which increases the value of her attacks and <i>Small</i>, which increases the value of her defense. She can switch from one to the other with card effects.",
ability: "Player chooses if Alice starts the game <i>Big</i> or <i>Small</i>. When Alice is <i>Big</i>, she adds 2 to the value of her attack cards. When she's <i>Small</i>, she adds 1 to the value of her defense cards.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=hWJtQbat4r4"
}, {
name: "Lord of the Board", url: "https://www.youtube.com/watch?v=GOVtdPRfBEg"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=H9zbBlbrL6k"
}],
set: ["Battle of Legends, Volume One", "https://boardgamegeek.com/boardgame/274637/unmatched-battle-legends-volume-one"],
deck: 'https://unmatched.cards/umdb/decks/alice',
lore: 'https://en.wikipedia.org/wiki/Alice_(Alice%27s_Adventures_in_Wonderland)'
},
{
id: "3",
name: "King Arthur",
back: "https://i.imgur.com/V4L5MpH.png",
minis: ["https://i.imgur.com/4w59eL1.png"],
desc: "King Arthur is a melee fighter, supported by Merlin, a ranged sidekick. King Arthur can <i>Boost</i> his attacks.",
ability: "When King Arthur attacks, he may <i>Boost</i> that attack. If opponent cancels the effects on the attack card, the <i>Boost</i> card is discarded without effect.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=iTjdJQVqke4"
}, {
name: "Lord of the Board", url: "https://www.youtube.com/watch?v=8Wd_OIFdYXk"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=5h2oGrXxW_I"
}],
set: ["Battle of Legends, Volume One", "https://boardgamegeek.com/boardgame/274637/unmatched-battle-legends-volume-one"],
deck: 'https://unmatched.cards/umdb/decks/king-arthur',
lore: 'https://en.wikipedia.org/wiki/King_Arthur'
},
{
id: "8",
name: "Bruce Lee",
back: "https://i.imgur.com/bp2TeWi.png",
minis: ["https://i.imgur.com/xVIYWQH.png"],
desc: "Bruce Lee is a solo melee hero, able to attack many times in a single round with the help of his \"Gain 1 action\" cards.",
ability: "At the end of his turn, he may move 1 space.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=hsaKs9C0gio"
}, {
name: "Watch It Played", url: "https://www.youtube.com/watch?v=dKJM0n75b7g"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=dDuWijP8T40"
}],
set: ["Bruce Lee", "https://boardgamegeek.com/boardgame/279645/unmatched-bruce-lee"],
deck: 'https://unmatched.cards/umdb/decks/bruce-lee',
lore: 'https://en.wikipedia.org/wiki/Bruce_Lee'
},
{
id: "4",
name: "Robin Hood",
back: "https://i.imgur.com/iXqCbsI.png",
minis: ["https://i.imgur.com/Y2N49YE.png"],
desc: "Robin Hood is a ranged (obviously) fighter, supported by 4 melee outlaw sidekicks. He excels at hit and run.",
ability: "After an attack, he may move the attacking fighter up to 2 spaces.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=45BTbi7hOy4"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=lcHWdRt1EYc"
}],
set: ["Robin Hood vs. Bigfoot", "https://boardgamegeek.com/boardgame/274638/unmatched-robin-hood-vs-bigfoot"],
deck: 'https://unmatched.cards/umdb/decks/robin-hood',
lore: 'https://en.wikipedia.org/wiki/Robin_Hood'
},
{
id: "5",
name: "Bigfoot",
back: "https://i.imgur.com/3Ll6ePt.png",
minis: ["https://i.imgur.com/QIEJqO4.png"],
desc: "Bigfoot is a melee fighter, supported by a Jackalope sidekick. He has large raw damage and can refill his hand quickly. He's traditionally considered one of the strongest fighters released.",
ability: "At the end of his turn, if there are no opposing fighters in Bigfoot's zone, he may draw 1 card.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=igVVCDxrRHE"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=LWEYzLcPCH4"
}],
set: ["Robin Hood vs. Bigfoot", "https://boardgamegeek.com/boardgame/274638/unmatched-robin-hood-vs-bigfoot"],
deck: 'https://unmatched.cards/umdb/decks/bigfoot',
lore: 'https://en.wikipedia.org/wiki/Bigfoot'
},
{
id: "9",
name: "InGen",
back: "https://i.imgur.com/qWqgGXW.png",
minis: ["https://i.imgur.com/5IzpjrJ.png"],
desc: "Robert Muldoon is a ranged fighter, supported by 3 ranged ingen workers. They can slow their opponent down and damage them by placing traps on the board.",
ability: "At the start of his turn, he may place a trap in an empty space of his current zone . When an opposing fighter enters a space with a trap, the trap goes off: the fighter immediately stops moving and takes 1 damage. Allies may land and move through traps freely without setting them off.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=hjcUhfmne8c"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=ZGxNQn7P-to"
}],
set: ["Jurassic Park - Ingen vs. Raptors", "https://boardgamegeek.com/boardgame/284777/unmatched-jurassic-park-ingen-vs-raptors"],
deck: 'https://unmatched.cards/umdb/decks/ingen',
lore: 'https://en.wikipedia.org/wiki/List_of_Jurassic_Park_characters#Robert_Muldoon'
},
{
id: "10",
name: "Raptors",
back: "https://i.imgur.com/WN0Y2jx.png",
minis: ["https://i.imgur.com/nI600tL.png", "https://i.imgur.com/5Fmlq35.png", "https://i.imgur.com/BB9O5Lh.png"],
desc: "Raptors are three fast melee fighters that are trying to surround their opponent to make their attacks stronger.",
ability: "<i>Raptors</i> add 1 to the value of their attack cards for each of other <i>Raptors</i> adjacent to the defender.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=1r42rsXhHkg"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=ZnmSTcz1v9A"
}],
set: ["Jurassic Park - Ingen vs. Raptors", "https://boardgamegeek.com/boardgame/284777/unmatched-jurassic-park-ingen-vs-raptors"],
deck: 'https://unmatched.cards/umdb/decks/raptors',
lore: 'https://en.wikipedia.org/wiki/Dinosaurs_in_Jurassic_Park#Velociraptor'
},
{
id: "15",
name: "Invisible Man",
back: "https://i.imgur.com/sx9QD56.png",
minis: ["https://i.imgur.com/5s89pIE.png"],
desc: "Invisible Man is a melee fighter who uses fog tokens placed on the board to quickly teleport around and trigger stronger card effects if he or his opponent is standing on one of them.",
ability: "At the start of the game he places 3 fog tokens in separate spaces in his zone. When he is on a space with a fog token, he adds 1 to the value of his defense cards. He may move between two spaces with fog tokens as if they were adjacent.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=tGGpBqHV8Vo"
}, {
name: "Watch It Played", url: "https://www.youtube.com/watch?v=hYLqGBLt8sM&t=152s"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=Qdk8rHHAXmE"
}],
set: ["Cobble & Fog", "https://boardgamegeek.com/boardgame/294484/unmatched-cobble-fog"],
deck: 'https://unmatched.cards/umdb/decks/invisible-man',
lore: 'https://en.wikipedia.org/wiki/Invisible_Man'
},
{
id: "16",
name: "Jekyll & Hyde",
back: "https://i.imgur.com/h2X9eAT.png",
minis: ["https://i.imgur.com/zwrKdS0.png"],
desc: "Jekyll & Hyde is a melee fighter which uses two stances: <i>Jekyll</i> or <i>Hyde</i>. <i>Hyde</i> can do devastating damage but this also exhausts the fighter in different ways.",
ability: "He starts the game as Dr. Jekyll. At the start of his turn, he may transform into Dr. <i>Jekyll</i> or Mr. <i>Hyde</i>. When he does a maneuver while being Mr. <i>Hyde</i>, he takes 1 damage.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=9DW9KCzypDo"
}, {
name: "Watch It Played", url: "https://www.youtube.com/watch?v=hYLqGBLt8sM&t=393s"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=qmnRkqxFVbQ"
}],
set: ["Cobble & Fog", "https://boardgamegeek.com/boardgame/294484/unmatched-cobble-fog"],
deck: 'https://unmatched.cards/umdb/decks/jekyll-hyde',
lore: 'https://en.wikipedia.org/wiki/Dr._Jekyll_and_Mr._Hyde_(character)'
},
{
id: "17",
name: "Dracula",
back: "https://i.imgur.com/a6wsl2J.png",
minis: ["https://i.imgur.com/DaGYWgm.png"],
desc: "Dracula is a melee fighter, supported by 3 sisters sidekicks. He has different ways to move around, he can boost some of his attacks and also (of course) regain life.",
ability: "At the start of his turn, he may deal 1 damage to a fighter adjacent to him. If he does, he draws a card.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=hNkqbvBH_5k"
}, {
name: "Watch It Played", url: "https://www.youtube.com/watch?v=hYLqGBLt8sM&t=309s"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=xTXYm6nPnvI"
}],
set: ["Cobble & Fog", "https://boardgamegeek.com/boardgame/294484/unmatched-cobble-fog"],
deck: 'https://unmatched.cards/umdb/decks/dracula',
lore: 'https://en.wikipedia.org/wiki/Dracula'
},
{
id: "18",
name: "Sherlock Holmes",
back: "https://i.imgur.com/5ePCxRL.png",
minis: ["https://i.imgur.com/sDUY1ms.png"],
desc: "Sherlock is a melee fighter, supported by Dr. Watson, a ranged sidekick. He has multiple ways of looking at the opponent's hand and can trigger powerful effects if he can guess some characteristics of the opponent's cards. He's traditionally considered one of the strongest fighters released when played by a skilled player.",
ability: "Effects on <i>Holmes</i> and <i>Dr. Watson</i> cards cannot be cancelled by an opponent. Effects on <i>Any</i> cards can still be cancelled.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=YlKzLNe9sD0"
}, {
name: "Watch It Played", url: "https://www.youtube.com/watch?v=hYLqGBLt8sM&t=496s"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=6RzuFuqsvhQ"
}],
set: ["Cobble & Fog", "https://boardgamegeek.com/boardgame/294484/unmatched-cobble-fog"],
deck: 'https://unmatched.cards/umdb/decks/sherlock-holmes',
lore: 'https://en.wikipedia.org/wiki/Sherlock_Holmes'
},
{
id: "11",
name: "Buffy",
back: "https://i.imgur.com/ngYiS9k.png",
minis: ["https://i.imgur.com/G3N9SgO.png"],
desc: "Buffy is a melee fighter, supported by either Giles or Xander sidekick.",
ability: "Buffy may move through spaces containing opposing fighters. At the start of the game, she can choose Xander or Giles as sidekick and shuffle their 5 cards into her base deck of 25 cards.",
guides: [{
name: "Watch It Played", url: "https://youtu.be/QthjkXuo4D0?t=93"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=kDJlND0SKrY"
}],
set: ["Buffy the Vampire Slayer", "https://boardgamegeek.com/boardgame/315060/unmatched-buffy-vampire-slayer"],
deck: 'https://unmatched.cards/umdb/decks/buffy',
lore: 'https://en.wikipedia.org/wiki/Buffy_Summers'
},
{
id: "12",
name: "Willow",
back: "https://i.imgur.com/uRyF4qg.png",
minis: ["https://i.imgur.com/XhZvjb1.png"],
desc: "Willow is a ranged fighter, supported by Tara, a ranged sidekick. When Willow is dealt damage, she turns into Dark Willow who allows some of her cards to have additional powerful effects that often also exhaust her.",
ability: "When Willow or Tara is dealt damage, Willow becomes Dark Willow. At the end of her turn, if Dark Willow is adjacent to Tara, she becomes Willow.",
guides: [{
name: "Watch It Played", url: "https://youtu.be/QthjkXuo4D0?t=242"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=PkhsccVP3sA"
}],
set: ["Buffy the Vampire Slayer", "https://boardgamegeek.com/boardgame/315060/unmatched-buffy-vampire-slayer"],
deck: 'https://unmatched.cards/umdb/decks/willow',
lore: 'https://en.wikipedia.org/wiki/Willow_Rosenberg'
},
{
id: "13",
name: "Angel",
back: "https://i.imgur.com/6G6c9IC.png",
minis: ["https://i.imgur.com/FlNESMz.png"],
desc: "Angel is a melee fighter, supported by Faith sidekick.",
ability: "After Angel or Faith attacks, if you lost the combat, draw 1 card.",
guides: [{
name: "Watch It Played", url: "https://youtu.be/QthjkXuo4D0?t=468"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=_5v7nKsLIC0"
}],
set: ["Buffy the Vampire Slayer", "https://boardgamegeek.com/boardgame/315060/unmatched-buffy-vampire-slayer"],
deck: 'https://unmatched.cards/umdb/decks/angel',
lore: 'https://en.wikipedia.org/wiki/Angel_(Buffy_the_Vampire_Slayer)'
},
{
id: "14",
name: "Spike",
back: "https://i.imgur.com/8PyWUM7.png",
minis: ["https://i.imgur.com/Yv5xPOK.png"],
desc: "Spike is a melee fighter, suported by Drusilla sidekick. They are placing <i>Shadow</i> tokens on the board that are used by their card effects.",
ability: "At the start of his turn, he may place a <i>Shadow</i> token in any space adjacent to Spike or Drusilla.",
guides: [{
name: "Watch It Played", url: "https://www.youtube.com/watch?v=QthjkXuo4D0&t=368s"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=r5hqxS3txqo"
}],
set: ["Buffy the Vampire Slayer", "https://boardgamegeek.com/boardgame/315060/unmatched-buffy-vampire-slayer"],
deck: 'https://unmatched.cards/umdb/decks/spike',
lore: 'https://en.wikipedia.org/wiki/Spike_(Buffy_the_Vampire_Slayer)'
},
{
id: "6",
name: "Little Red Riding Hood",
back: "https://i.imgur.com/daad4Se.png",
minis: ["https://i.imgur.com/mSlDbbe.png"],
desc: "Little Red is a melee fighter, supported by a Huntsman sidekick. She features a card-combo mechanism: matching icons on the cards she plays to the one in her \"basket\" (discard pile), triggers potent effects.",
ability: "Resolve an effect on a card she plays if the symbol next to the effect matches the item in her basket.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=FfcDojVIbI4"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=RS8r05kTOis"
}],
set: ["Little Red Riding Hood vs. Beowulf", "https://boardgamegeek.com/boardgame/325635/unmatched-little-red-riding-hood-vs-beowulf"],
deck: 'https://unmatched.cards/umdb/decks/little-red',
lore: 'https://en.wikipedia.org/wiki/Little_Red_Riding_Hood'
},
{
id: "7",
name: "Beowulf",
back: "https://i.imgur.com/SYf2mGv.png",
minis: ["https://i.imgur.com/EEroYpp.png"],
desc: "Beowulf is a melee fighter, supported by Wiglaf sidekick. Beowulf uses rage points to increase the effects of his cards. He gets one rage point every time he loses life or from card effects.",
ability: "Beowulf starts with 1 Rage. When Beowulf is dealt damage, he gains 1 Rage. Beowulf has a maximum of 3 rage.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=oUaiVR2PlwY"
}, {
name: "Lord of the Board", url: "https://www.youtube.com/watch?v=5HixnGp8mbE"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=hPfrcSdpD84"
}],
set: ["Little Red Riding Hood vs. Beowulf", "https://boardgamegeek.com/boardgame/325635/unmatched-little-red-riding-hood-vs-beowulf"],
deck: 'https://unmatched.cards/umdb/decks/beowulf',
lore: 'https://en.wikipedia.org/wiki/Beowulf'
},
{
id: "23",
name: "Deadpool",
back: "https://i.imgur.com/NL4f6p9.png",
minis: ["https://i.imgur.com/TGqsJ7S.png"],
desc: "Deadpool is a joke character, he is to Unmatched what Unglued is to Magic the Gathering.",
ability: "After attacking, Deadpool recovers 1 health. Also, if his opponent's real name is Logan, all of his attacks are +5.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=U-1Ot_x4E7Q"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=NvZ6sxee6_o"
}],
set: ["Deadpool", "https://boardgamegeek.com/boardgameexpansion/335386/unmatched-deadpool"],
deck: 'https://unmatched.cards/umdb/decks/deadpool',
lore: 'https://en.wikipedia.org/wiki/Deadpool'
},
{
id: "19",
name: "Sun Wukong",
back: "https://i.imgur.com/zoT0Fy5.png",
minis: ["https://i.imgur.com/5jVlvbU.png"],
desc: "Sun Wukong is a melee fighter with three <i>Clones</i> as sidekicks. He can take damage to put clones out. All of Sun Wukong’s cards can be used for him or any of his <i>Clones</i>.",
ability: "At the start of his turn, he may take 1 damage to summon a <i>Clone</i> in an empty space adjacent to him. He does not start with any <i>Clones</i> on the board.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=JUVKcHjIVa8"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=DpTCxwW3w_E"
}],
set: ["Unmatched: Battle of Legends, Volume Two", "https://boardgamegeek.com/boardgame/335764/unmatched-battle-legends-volume-two"],
deck: 'https://unmatched.cards/umdb/decks/sun-wukong',
lore: 'https://en.wikipedia.org/wiki/Monkey_King'
},
{
id: "20",
name: "Yennenga",
back: "https://i.imgur.com/uIAJMUc.png",
minis: ["https://i.imgur.com/YIwhJCV.png"],
desc: "Yennenga is a ranged fighter, supported by 2 ranged <i>Archers</i> sidekicks. She has many effects based on after-battle movement. She can redirect damage assigned to her to one of her <i>Archer</i> sidekicks, which she can also resurrect.",
ability: "If Yennenga would take damage, she may assign any amount of that damage to one or more <i>Archers</i> in her zone instead.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=1y_oc8YJdOQ"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=LCGjjjleRBs"
}],
set: ["Unmatched: Battle of Legends, Volume Two", "https://boardgamegeek.com/boardgame/335764/unmatched-battle-legends-volume-two"],
deck: 'https://unmatched.cards/umdb/decks/yennenga',
lore: 'https://en.wikipedia.org/wiki/Yennenga'
},
{
id: "21",
name: "Achilles",
back: "https://i.imgur.com/6MwabDk.png",
minis: ["https://i.imgur.com/SYE7TTm.png"],
desc: "Achilles is a melee fighter, supported by <i>Patroclus</i> sidekick. If <i>Patroclus</i> is defeated, Achilles becomes much stronger and can draw a card for every battle he wins.",
ability: "When <i>Patroclus</i> is defeated, he discards 2 random cards. While <i>Patroclus</i> is defeated, he adds +2 to the value of all of his attacks. When he wins a combat, he draws 1 card.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=QLeuule53S8"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=WuJrxr3LlAI"
}],
set: ["Unmatched: Battle of Legends, Volume Two", "https://boardgamegeek.com/boardgame/335764/unmatched-battle-legends-volume-two"],
deck: 'https://unmatched.cards/umdb/decks/achilles',
lore: 'https://en.wikipedia.org/wiki/Achilles'
},
{
id: "22",
name: "Bloody Mary",
back: "https://i.imgur.com/mhKXYTS.png",
minis: ["https://i.imgur.com/siUSACx.png"],
desc: "Bloody Mary is a melee fighter who cares about the number 3. If she has 3 cards in her hand at the beginning of her turn, she can get an extra action. Some of her cards are devastating if done as a third action. Since she's in a mirror, she can trigger some attacks with opponent's cards values.",
ability: "At the start of her turn, if she has exactly 3 cards her hand, she gains 1 action.",
guides: [{
name: "Baked Goods", url: "https://www.youtube.com/watch?v=0avhxkitc7A"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=pEL31AareYM"
}],
set: ["Unmatched: Battle of Legends, Volume Two", "https://boardgamegeek.com/boardgame/335764/unmatched-battle-legends-volume-two"],
deck: 'https://unmatched.cards/umdb/decks/bloody-mary',
lore: 'https://en.wikipedia.org/wiki/Bloody_Mary_folklore_in_popular_culture'
},
{
id: "31",
name: "Ghost Rider",
back: "https://i.imgur.com/Gh2EOFW.png",
minis: ["https://i.imgur.com/GDD7inp.png"],
desc: "Ghost Rider is a melee fighter using <i>Hellfire</i> tokens to increase his cards' effects and roll over his opponent's face, doing them damage by doing so.",
ability: "Ghost Rider starts the game with 5 <i>Hellfire</i>. When he maneuvers he may spend 1 <i>Hellfire</i>. If he does, he increases his movement to 4 and may move through opposing fighters. Then he deals 1 damage to each opposing fighter he moved through.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=LC0t8eQMkI4"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=VdCuD5Bw7-M"
}],
set: ["Redemption Row", "https://boardgamegeek.com/boardgame/326933/unmatched-redemption-row"],
deck: 'https://unmatched.cards/umdb/decks/ghost-rider',
lore: 'https://en.wikipedia.org/wiki/Ghost_Rider'
},
{
id: "32",
name: "Luke Cage",
back: "https://i.imgur.com/YBEqVnH.png",
minis: ["https://i.imgur.com/P1dR6HL.png"],
desc: "Luke Cage is a melee fighter, supported by ranged Misty Knight sidekick. In general, from his ability and also card's effects, he is very good at defending.",
ability: "Luke Cage takes 2 less combat damage from attacks. When defending, Luke Cage wins combat if he takes no damage, even if he didn't play a card.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=_ZgWf_PRMrg"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=GVdtYMAT7lA"
}],
set: ["Redemption Row", "https://boardgamegeek.com/boardgame/326933/unmatched-redemption-row"],
deck: 'https://unmatched.cards/umdb/decks/luke-cage',
lore: 'https://en.wikipedia.org/wiki/Luke_Cage'
},
{
id: "33",
name: "Moon Knight",
back: "https://i.imgur.com/angeiSB.png",
minis: ["https://i.imgur.com/7quLbl1.png"],
desc: "Moon Knight is a melee fighter who switches every turn between his different forms that have different abilities.",
ability: "As <i>Moon Knight</i>, at the start of your turn, move up to 2 spaces. As <i>Khonshu</i> adds +2 to the value of attack cards. He does not take damage from effects other than combat. As <i>Mr. Knight</i>, adds +1 to all defense values. As <i>all of them</i>: at the end of turn, change to your next identity.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=bVbjc44uzwU"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=yIotoLiC-QU"
}],
set: ["Redemption Row", "https://boardgamegeek.com/boardgame/326933/unmatched-redemption-row"],
deck: 'https://unmatched.cards/umdb/decks/moon-knight',
lore: 'https://en.wikipedia.org/wiki/Moon_Knight'
},
{
id: "28",
name: "Bullseye",
back: "https://i.imgur.com/8N16P2Q.png",
minis: ["https://i.imgur.com/MFTble1.png"],
desc: "Bullseye is a ranged fighter also able to attack 5 spaces away ignoring zones. A lot of his cards care about having already won a combat during the turn to trigger additional effects or increase values, and he has multiple ways to attack with large numbers.",
ability: "Bullseye can attack from up to 5 spaces away (ignoring zones). This is in addition to also being able to attack in his zone.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=P_Kuca-8IA0"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=1B5X3cK6hl8"
}],
set: ["Hell's Kitchen", "https://boardgamegeek.com/boardgame/326934/unmatched-hells-kitchen"],
deck: 'https://unmatched.cards/umdb/decks/bullseye',
lore: 'https://en.wikipedia.org/wiki/Bullseye_(character)'
},
{
id: "29",
name: "Daredevil",
back: "https://i.imgur.com/QJnzk2F.png",
minis: ["https://i.imgur.com/1YDNloM.png"],
desc: "Daredevil is a melee fighter able to blind boost his cards. He has 22 cards instead of 30, but he can easily re-use cards from his discard pile. His fight style cares about being on the edge (of remaining cards in the deck, of cards in hand...) to get powerful effects.",
ability: "During combat, if Daredevil has 2 or fewer cards in his hand, he may blind boost his attack or defense.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=w_diciqXDqQ"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=7b4lHIAATAU"
}],
set: ["Hell's Kitchen", "https://boardgamegeek.com/boardgame/326934/unmatched-hells-kitchen"],
deck: 'https://unmatched.cards/umdb/decks/daredevil',
lore: 'https://en.wikipedia.org/wiki/Daredevil_(Marvel_Comics_character)'
},
{
id: "30",
name: "Elektra",
back: "https://i.imgur.com/euTPd5T.png",
minis: ["https://i.imgur.com/hpD6o6r.png"],
desc: "Elektra is a melee fighter, supported by 4 <i>The Hand</i> sidekicks. Once knocked down to zero hit points, she resurrects as a more powerful version of herself, triggering special abilities on her cards.",
ability: "The first time Elektra is defeated, remove her and all <i>The Hand</i> from the board. Next turn, she resurrects: she flips her health dial, shuffles her discard pile into her deck. Place her and all Hand back onto the board with each fighter in a different zone. She now resolves <i>Resurrect</i> effects on her cards.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=Un3FXcyDqlU"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=Xn6IPWpaDaY"
}],
set: ["Hell's Kitchen", "https://boardgamegeek.com/boardgame/326934/unmatched-hells-kitchen"],
deck: 'https://unmatched.cards/umdb/decks/elektra',
lore: 'https://en.wikipedia.org/wiki/Elektra_(character)'
},
{
id: "26",
name: "T. Rex",
back: "https://i.imgur.com/epE4lou.png",
minis: ["https://i.imgur.com/6VtgrRy.png"],
desc: "T. Rex is a large melee fighter able to attack up to 2 spaces away. She has multiple possibilities to boost her cards.",
ability: "T-Rex is a large fighter: she can attack up to 2 spaces away. At the end of your turn, draw a card.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=lbS2xd_1A00"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=rIs1F2miyKc"
}],
set: ["Jurassic Park - Sattler vs. T-Rex", "https://boardgamegeek.com/boardgame/284778/unmatched-jurassic-park-dr-sattler-vs-t-rex"],
deck: 'https://unmatched.cards/umdb/decks/t-rex',
lore: 'https://en.wikipedia.org/wiki/Rexy'
},
{
id: "27",
name: "Dr. Sattler",
back: "https://i.imgur.com/4V9lFj1.png",
minis: ["https://i.imgur.com/wxQEi7U.png"],
desc: "Dr. Sattler is a melee fighter, supported by Dr. Malcolm melee sidekick. They can heal for a huge amount of life. They leverage <i>Insight</i> tokens that they place on the board.",
ability: "After Dr. Sattler or Dr. Malcolm move, they place an <i>Insight</i> token in their new space. They have 5 <i>Insight</i> tokens. Whenever either of them moves to a new space, place an <i>Insight</i> token in their new space. Those tokens have no effect themselves but some cards interact with them.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=Ft4JNGHuPp8"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=MpJJ9cCHL3s&t=1581s"
}],
set: ["Jurassic Park - Sattler vs. T-Rex", "https://boardgamegeek.com/boardgame/284778/unmatched-jurassic-park-dr-sattler-vs-t-rex"],
deck: 'https://unmatched.cards/umdb/decks/dr-ellie-sattler',
lore: 'https://en.wikipedia.org/wiki/Ellie_Sattler'
},
{
id: "24",
name: "Houdini",
back: "https://i.imgur.com/pQmwZa1.png",
minis: ["https://i.imgur.com/KjK1FZE.png"],
desc: "Houdini and his sidekick Bess are melee characters. When Houdini boosts his maneuver, he can move to any space on the board. Some of his cards have an ability attached to their boost value, which triggers when used as a boost.",
ability: "When he maneuvers and <i>Boost</i> it, he may teleport in any free space instead of moving. Bess moves as normal.",
guides: [{
name: "Lord of the Board", url: "https://www.youtube.com/watch?v=i47pLhncBlc&t=546s"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=nexf5onWJeI"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=UAM84ZlFD4A"
}],
set: ["Houdini vs. The Genie", "https://boardgamegeek.com/boardgame/354544/unmatched-houdini-vs-genie"],
deck: 'https://unmatched.cards/umdb/decks/harry-houdini',
lore: 'https://en.wikipedia.org/wiki/Harry_Houdini'
},
{
id: "25",
name: "The Genie",
back: "https://i.imgur.com/2HvORti.png",
minis: ["https://i.imgur.com/pVJ8vc7.png"],
desc: "The Genie is a ranged fighter who deals more damage when adjacent to the opponent. He can draw a lot of cards and discard them to play more actions.",
ability: "At the start of his turn, he may discard 1 card to gain 1 action.",
guides: [{
name: "Lord of the Board", url: "https://www.youtube.com/watch?v=i47pLhncBlc&t=96s"
}, {
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=enaUsIlGbjU"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=eA2MfPV0wp0"
}],
set: ["Houdini vs. The Genie", "https://boardgamegeek.com/boardgame/354544/unmatched-houdini-vs-genie"],
deck: 'https://unmatched.cards/umdb/decks/the-genie',
lore: 'https://en.wikipedia.org/wiki/Genies_in_popular_culture'
},
{
id: "34",
name: "Squirrel Girl",
back: "https://i.imgur.com/xWVDOeB.png",
minis: ["https://i.imgur.com/kqTUiZI.png"],
desc: "Squirrel Girl is a melee fighter, supported by 8 <i>Squirrels</i> small fighters sidekicks. Small fighters can be stacked up to 4 in a single space, even if there is already a normal fighter on it. They can also move through enemies. She cares about having a lot of squirrels around her or enemies to trigger improved card effects.",
ability: "At the start of her turn, she summons a squirrel in a space adjacent to her. Squirrels are small fighters.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=YxARGfUu0vQ"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=o5qHzhbOw7E"
}],
set: ["Teen Spirit", "https://boardgamegeek.com/boardgame/326936/unmatched-teen-spirit"],
deck: "https://unmatched.cards/umdb/decks/squirrel-girl",
lore: 'https://en.wikipedia.org/wiki/Squirrel_Girl'
},
{
id: "35",
name: "Cloak & Dagger",
back: "https://i.imgur.com/fhX2IyN.png",
minis: ["https://i.imgur.com/LbR8X8c.png", "https://i.imgur.com/zVypDCK.png"],
desc: "Cloak & Dagger are melee fighters that have a lot of interactions: they can bounce an opponent from one to the other, they can balance their life points total between them, heal each other, they can swap their places and more.",
ability: "After attacking, if <i>Cloak</i> dealt at least 2 combat damage, his opponent discards 1 card. After attacking, if <i>Dagger</i> dealt at least 2 combat damage, gain 1 action.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=L4lKirHrfSk"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=5bgmQGRcLyM"
}],
set: ["Teen Spirit", "https://boardgamegeek.com/boardgame/326936/unmatched-teen-spirit"],
deck: "https://unmatched.cards/umdb/decks/cloak-and-dagger",
lore: 'https://en.wikipedia.org/wiki/Cloak_and_Dagger_(characters)'
},
{
id: "36",
name: "Ms. Marvel",
back: "https://i.imgur.com/eoWZcBx.png",
minis: ["https://i.imgur.com/N3yfxfL.png"],
desc: "Ms Marvel is a melee fighter who cares about the zone(s) she's in and about having a large hand.",
ability: "At the start of her turn, she may move 1 space. She can attack from up to 2 spaces away, ignoring zones.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=kIBhEhVQYHs"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=L8RoDnRiRHg"
}],
set: ["Teen Spirit", "https://boardgamegeek.com/boardgame/326936/unmatched-teen-spirit"],
deck: "https://unmatched.cards/umdb/decks/ms-marvel",
lore: 'https://en.wikipedia.org/wiki/Kamala_Khan'
},
{
id: "41",
name: "Black Widow",
back: "https://i.imgur.com/AaNJasX.png",
minis: ["https://i.imgur.com/rx3Wp4N.png"],
desc: "Black Widow and her Maria Hill sidekick are ranged fighters. She tries to meet her special Missions cards condition to obtain different kind of advantages. She has multiple ways to save her sidekick's life.",
ability: "Black Widow has special scheme cards called Missions requiring special conditions to be played. Whenever a mission is completed, she gets a new one. She starts the game with a mission in her hand.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=-XFE0Kg7hpI"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=4YvCpuvREaU"
}],
set: ["For King and Country", "https://boardgamegeek.com/boardgame/326937/unmatched-king-and-country"],
deck: "https://unmatched.cards/umdb/decks/black-widow",
lore: ''
},
{
id: "42",
name: "Black Panther",
back: "https://i.imgur.com/MbLx8Zl.png",
minis: ["https://i.imgur.com/iWWTw1n.png"],
desc: "Black Panther is a melee fighter and his sidekick Shuri a ranged one. He can steal opponents cards from the top of their deck and use them later to Boost for movement or some of his attacks. He has multiple attacks that can be boosted.",
ability: "Whenever he Boosts, he draws 1 card. Some of his cards effects lets him store opponents cards in his Vibranium Suit. He can use them to Boost.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=CP3_EH6tWu8"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=3cIPViTdsnQ"
}],
set: ["For King and Country", "https://boardgamegeek.com/boardgame/326937/unmatched-king-and-country"],
deck: "https://unmatched.cards/umdb/decks/black-panther",
lore: ''
},
{
id: "43",
name: "Winter Soldier",
back: "https://i.imgur.com/E6WWMwl.png",
minis: ["https://i.imgur.com/Dg6wUHr.png"],
desc: "Winter Soldier is a ranged fighter. His cards effects cannot be canceled but the drawback is that a lot of them include effects beneficial for his opponent. Those unwanted effects can be mitigated when playing well.",
ability: "Effects on his cards cannot be canceled.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=3mpB5W2Df38"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=DrluaIQtAvc"
}],
set: ["For King and Country", "https://boardgamegeek.com/boardgame/326937/unmatched-king-and-country"],
deck: "https://unmatched.cards/umdb/decks/winter-soldier",
lore: ''
},
{
id: "44",
name: "Spider-Man",
back: "https://i.imgur.com/SOFN52e.png",
minis: ["https://i.imgur.com/lMwcdR7.png"],
desc: "Spider-Man is a melee fighter able to foresee the attacks thrown at him. If player knows well his opponent's deck, it can be devastating. He has multiple cards allowing him to move in any space in his zone.",
ability: "When an opponent attacks him, before he plays a defense card, they must tell the printed value of their card.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=gEgLSIm-vdg"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=U4bP5UtCw00"
}],
set: ["Brains and Brawn", "https://boardgamegeek.com/boardgame/383467/unmatched-brains-and-brawn"],
deck: "https://unmatched.cards/umdb/decks/spider_man",
lore: 'https://fr.wikipedia.org/wiki/Spider-Man'
},
{
id: "45",
name: "She-Hulk",
back: "https://i.imgur.com/NDvAqPS.png",
minis: ["https://i.imgur.com/gh2QUNl.png"],
desc: "She-Hulk is a melee fighter. Her ability to deal direct unconditional damages every turn combined with her incredibly high number of life points makes her very dangerous.",
ability: "At the start of her turn, she may discard a card to deal damage equal to its Boost value to a fighter in her zone.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=muCiR09GZgQ"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=4Nw6pdTepN4"
}],
set: ["Brains and Brawn", "https://boardgamegeek.com/boardgame/383467/unmatched-brains-and-brawn"],
deck: "https://unmatched.cards/umdb/decks/she_hulk",
lore: 'https://fr.wikipedia.org/wiki/She-Hulk_:_Avocate'
},
{
id: "46",
name: "Doctor Strange",
back: "https://i.imgur.com/EyxzU9n.png",
minis: ["https://i.imgur.com/aDXz0kU.png"],
desc: "Doctor Strange and his sidekick Wong are ranged fighters. His ability and heal cards allow him to use his life as a resource to draw cards. His cards are full of tricks like forcing his opponent to randomly change a played card or gamble on his top deck card values to deal more damages (or do none).",
ability: "After each combat, if he played a card, he may deal 1 damage to himself. If he does, he puts that card on the bottom of his deck and draws 1 card.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=0gmfVRPKRic"
}, {
name: "Baked Goods", url: "https://www.youtube.com/watch?v=FxczZKOimG8"
}],
set: ["Brains and Brawn", "https://boardgamegeek.com/boardgame/383467/unmatched-brains-and-brawn"],
deck: "https://unmatched.cards/umdb/decks/doctor_strange",
lore: 'https://fr.wikipedia.org/wiki/Docteur_Strange'
},
{
id: "37",
name: "Nikola Tesla",
back: "https://i.imgur.com/KVDmJwG.png",
minis: ["https://i.imgur.com/doWQfAu.png"],
desc: "Nikola Tesla is a ranged fighter juggling with the charges of his two coils to get additional bonuses and interesting effects from his cards.",
ability: "He has two coils and starts the game with one charged. At the end of his turn, he charges one coil. At the start of his turn, if both coils are charged, he deals 1 damage to each opposing fighter adjacent to him and he moves them up to 1 space.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=L3K-MRw84to"
}],
set: ["Unmatched Adventures: Tales to Amaze", "https://boardgamegeek.com/boardgame/381297/unmatched-adventures-tales-amaze"],
deck: "https://unmatched.cards/umdb/decks/nikola-tesla",
lore: 'https://en.wikipedia.org/wiki/Nikola_Tesla'
},
{
id: "38",
name: "Dr. Jill Trent",
back: "https://i.imgur.com/kl5QnQp.png",
minis: ["https://i.imgur.com/4yH799l.png"],
desc: "Dr. Jill Trent and her side kick Daisy are melee fighters. She can choose between two different stances represented by her active gadget.",
ability: "At the start of her turn, she activates one of her two gadgets. Whenever she attacks, the active gadget's effect resolves.<br/>- Gadget Hypnoray Blaster: DURING COMBAT: <i>If your card's printed value is lower than your opponent's, reveal the top card of your opponent's deck. Increase the value of your attack by the BOOST value of the revealed card.</i><br/>- Gadget Ultrabiotic Tonic: <i>AFTER COMBAT: If your card's printed value is higher than your opponent's, Jill Trent Recovers 1 health.</i>",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=UQ4SBsbwdoE"
}],
set: ["Unmatched Adventures: Tales to Amaze", "https://boardgamegeek.com/boardgame/381297/unmatched-adventures-tales-amaze"],
deck: "https://unmatched.cards/umdb/decks/dr-jill-trent",
lore: { name: 'The Revengerists', url: 'https://revengerists.fandom.com/wiki/Jill_Trent,_Science_Sleuth' }
},
{
id: "39",
name: "The Golden Bat",
back: "https://i.imgur.com/VNUpu7s.png",
minis: ["https://i.imgur.com/5ZmKPCt.png"],
desc: "The Golden Bat is a melee fighter who can hit hard when attacking before doing any maneuver. He is also quite fast with 3 movement and has a couple of ways to move around with some of his cards effects.",
ability: "If he hasn't taken a Maneuver action this turn, he adds +2 to the value of his attacks.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=cmg7TOSyugs"
}],
set: ["Unmatched Adventures: Tales to Amaze", "https://boardgamegeek.com/boardgame/381297/unmatched-adventures-tales-amaze"],
deck: "https://unmatched.cards/umdb/decks/golden-bat",
lore: 'https://en.wikipedia.org/wiki/The_Golden_Bat'
},
{
id: "40",
name: "Annie Christmas",
back: "https://i.imgur.com/vbYI0iK.png",
minis: ["https://i.imgur.com/kQRm2OG.png"],
desc: "Annie Christmas is a melee fighter and her sidekick Charlie a ranged one. Annie Christmas can hit particularly hard when she has less life point than her opponent and with direct damages from card effects.",
ability: "She adds +2 to the value of her attacks if she has less health than the defender.",
guides: [{
name: "To The Table Top!", url: "https://www.youtube.com/watch?v=XesXRXsPPeQ"
}],
set: ["Unmatched Adventures: Tales to Amaze", "https://boardgamegeek.com/boardgame/381297/unmatched-adventures-tales-amaze"],
deck: "https://unmatched.cards/umdb/decks/annie-christmas",
lore: 'https://en.wikipedia.org/wiki/Annie_Christmas'
},
{
id: "47",
name: "Oda Nobunaga",
back: "https://i.imgur.com/oLaba4Z.png",
minis: ["https://i.imgur.com/YjVg0Vu.png"],
desc: "Oda Nobunaga is a melee fighter who has 2 melee sidekicks with 6 life points. Oda's ability is already giving a bonus to friendly fighters in his zone is already good by itself and it becomes extremely impactful when playing with other friendly heroes (2 vs 2 or collaborative).",
ability: "Other friendly fighters in his zone add +1 to the value of their played combat cards.",
set: ["Sun's Origin", "https://boardgamegeek.com/boardgame/383469/unmatched-suns-origin"],
deck: "https://unmatched.cards/umdb/decks/oda-nobunaga",
lore: 'https://fr.wikipedia.org/wiki/Oda_Nobunaga'
},
{
id: "48",
name: "Tomoe Gozen",
back: "https://i.imgur.com/vmLK2ni.png",
minis: ["https://i.imgur.com/OakTR0y.png"],
desc: "Tomoe Gozen is a ranged fighter who paradoxically tries to be adjacent to her opponents to get the most out of her cards. And if flee too far, they get shot by her attack of opportunity special ability.",
ability: "When an opposing hero leaves her zone, deal 1 damage to that hero.",
set: ["Sun's Origin", "https://boardgamegeek.com/boardgame/383469/unmatched-suns-origin"],
deck: "https://unmatched.cards/umdb/decks/tomoe-gozen",
lore: 'https://fr.wikipedia.org/wiki/Tomoe_Gozen'
},
]
};