Module:Cards/data: Difference between revisions

From Wildfrost Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:
regexes used
regexes used


cards["$1"] = {\n\tName = "$1",\n\tTypes={"Pet", "Companion"},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={Pet=true, Companion=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={"Frozen Traveler", "Companion"},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7",\n\tTribes={"$8"}\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={NonPetCompanion=true, Companion=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7",\n\tTribes={"$8"}\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={"Clunker"},\n\tScrap=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7",\n\tTribes={"$8"}\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={Clunker=true},\n\tScrap=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7",\n\tTribes={"$8"}\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={"Shade"},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n\tSummonCon="$8"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Shade=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n\tSummonCon="$8"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={"Enemy"},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Enemy=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$1"] = {\n\tName = "$2",\n\tTypes={"Enemy Clunker"},\n\tScrap=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$1"] = {\n\tName = "$2",\n\tTypes={EnemyClunker=true},\n\tScrap=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={"Miniboss"},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Miniboss=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={"Boss"},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Boss=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
\t(.*)=(""|)(?:,)?\n
\t(.*)=(""|)(?:,)?\n
\|(?:style=".*"\|)?(.*)
\|(?:style=".*"\|)?(.*)
Line 20: Line 20:
cards["Booshu"] = {
cards["Booshu"] = {
Name = "Booshu",
Name = "Booshu",
Types={"Pet", "Companion"},
Types={Pet=true, Companion=true},
Health=4,
Health=4,
Attack=3,
Attack=3,
Line 28: Line 28:
cards["Lil Gazi"] = {
cards["Lil Gazi"] = {
Name = "Lil Gazi",
Name = "Lil Gazi",
Types={"Pet", "Companion"},
Types={Pet=true, Companion=true},
Health=3,
Health=3,
Attack=4,
Attack=4,
Line 36: Line 36:
cards["Loki"] = {
cards["Loki"] = {
Name = "Loki",
Name = "Loki",
Types={"Pet", "Companion"},
Types={Pet=true, Companion=true},
Health=5,
Health=5,
Attack=2,
Attack=2,
Line 44: Line 44:
cards["Sneezle"] = {
cards["Sneezle"] = {
Name = "Sneezle",
Name = "Sneezle",
Types={"Pet", "Companion"},
Types={Pet=true, Companion=true},
Health=6,
Health=6,
Attack=2,
Attack=2,
Line 52: Line 52:
cards["Snoof"] = {
cards["Snoof"] = {
Name = "Snoof",
Name = "Snoof",
Types={"Pet", "Companion"},
Types={Pet=true, Companion=true},
Health=3,
Health=3,
Attack=3,
Attack=3,
Line 60: Line 60:
cards["Spike"] = {
cards["Spike"] = {
Name = "Spike",
Name = "Spike",
Types={"Pet", "Companion"},
Types={Pet=true, Companion=true},
Health=8,
Health=8,
Other="2 {{Stat|Teeth}}",
Other="2 {{Stat|Teeth}}",
Line 69: Line 69:
cards["Alloy"] = {
cards["Alloy"] = {
Name = "Alloy",
Name = "Alloy",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=12,
Health=12,
Attack=6,
Attack=6,
Line 79: Line 79:
cards["Berry Sis"] = {
cards["Berry Sis"] = {
Name = "Berry Sis",
Name = "Berry Sis",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=2,
Attack=2,
Line 88: Line 88:
cards["Big Berry"] = {
cards["Big Berry"] = {
Name = "Big Berry",
Name = "Big Berry",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=10,
Health=10,
Attack=5,
Attack=5,
Line 97: Line 97:
cards["Biji"] = {
cards["Biji"] = {
Name = "Biji",
Name = "Biji",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=0,
Attack=0,
Line 106: Line 106:
cards["Blunky"] = {
cards["Blunky"] = {
Name = "Blunky",
Name = "Blunky",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=1,
Health=1,
Attack=1,
Attack=1,
Line 115: Line 115:
cards["Bombom"] = {
cards["Bombom"] = {
Name = "Bombom",
Name = "Bombom",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=15,
Health=15,
Attack=7,
Attack=7,
Line 124: Line 124:
cards["Bonnie"] = {
cards["Bonnie"] = {
Name = "Bonnie",
Name = "Bonnie",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=4,
Health=4,
Counter=4,
Counter=4,
Line 132: Line 132:
cards["Chikichi"] = {
cards["Chikichi"] = {
Name = "Chikichi",
Name = "Chikichi",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=2,
Health=2,
Attack=2,
Attack=2,
Line 141: Line 141:
cards["Chompom"] = {
cards["Chompom"] = {
Name = "Chompom",
Name = "Chompom",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=3,
Health=3,
Attack=1,
Attack=1,
Line 151: Line 151:
cards["Devicro"] = {
cards["Devicro"] = {
Name = "Devicro",
Name = "Devicro",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=6,
Health=6,
Attack=2,
Attack=2,
Line 160: Line 160:
cards["Dimona"] = {
cards["Dimona"] = {
Name = "Dimona",
Name = "Dimona",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=6,
Health=6,
Attack=0,
Attack=0,
Line 169: Line 169:
cards["Egg"] = {
cards["Egg"] = {
Name = "Egg",
Name = "Egg",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Desc="When destroyed, summon [[Dregg]]",
Desc="When destroyed, summon [[Dregg]]",
Line 176: Line 176:
cards["Firefist"] = {
cards["Firefist"] = {
Name = "Firefist",
Name = "Firefist",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=12,
Health=12,
Attack=2,
Attack=2,
Line 185: Line 185:
cards["Fizzle"] = {
cards["Fizzle"] = {
Name = "Fizzle",
Name = "Fizzle",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=5,
Health=5,
Attack=0,
Attack=0,
Line 195: Line 195:
cards["Folby"] = {
cards["Folby"] = {
Name = "Folby",
Name = "Folby",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=12,
Health=12,
Attack=3,
Attack=3,
Line 204: Line 204:
cards["Foxee"] = {
cards["Foxee"] = {
Name = "Foxee",
Name = "Foxee",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=4,
Health=4,
Attack=1,
Attack=1,
Line 213: Line 213:
cards["Fungun"] = {
cards["Fungun"] = {
Name = "Fungun",
Name = "Fungun",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=10,
Health=10,
Attack=0,
Attack=0,
Line 222: Line 222:
cards["Groff"] = {
cards["Groff"] = {
Name = "Groff",
Name = "Groff",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=5,
Health=5,
Attack=5,
Attack=5,
Line 231: Line 231:
cards["Hazeblazer"] = {
cards["Hazeblazer"] = {
Name = "Hazeblazer",
Name = "Hazeblazer",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=10,
Health=10,
Attack=0,
Attack=0,
Line 240: Line 240:
cards["Jumbo"] = {
cards["Jumbo"] = {
Name = "Jumbo",
Name = "Jumbo",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=13,
Health=13,
Attack=1,
Attack=1,
Line 249: Line 249:
cards["Kernel"] = {
cards["Kernel"] = {
Name = "Kernel",
Name = "Kernel",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=3,
Attack=3,
Line 258: Line 258:
cards["Kreggo"] = {
cards["Kreggo"] = {
Name = "Kreggo",
Name = "Kreggo",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=7,
Health=7,
Attack=0,
Attack=0,
Line 267: Line 267:
cards["Lil Berry"] = {
cards["Lil Berry"] = {
Name = "Lil Berry",
Name = "Lil Berry",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=2,
Attack=2,
Line 276: Line 276:
cards["Mini Mika"] = {
cards["Mini Mika"] = {
Name = "Mini Mika",
Name = "Mini Mika",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=2,
Attack=2,
Line 285: Line 285:
cards["Monch"] = {
cards["Monch"] = {
Name = "Monch",
Name = "Monch",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=6,
Health=6,
Attack=2,
Attack=2,
Line 294: Line 294:
cards["Naked Gnome"] = {
cards["Naked Gnome"] = {
Name = "Naked Gnome",
Name = "Naked Gnome",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=1,
Health=1,
Attack=1,
Attack=1,
Line 302: Line 302:
cards["Nom & Stompy"] = {
cards["Nom & Stompy"] = {
Name = "Nom & Stompy",
Name = "Nom & Stompy",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=10,
Health=10,
Attack=10,
Attack=10,
Line 311: Line 311:
cards["Pootie"] = {
cards["Pootie"] = {
Name = "Pootie",
Name = "Pootie",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=1,
Health=1,
Attack=1,
Attack=1,
Line 320: Line 320:
cards["Pyra"] = {
cards["Pyra"] = {
Name = "Pyra",
Name = "Pyra",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Counter=5,
Counter=5,
Line 328: Line 328:
cards["Scaven"] = {
cards["Scaven"] = {
Name = "Scaven",
Name = "Scaven",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=5,
Attack=5,
Line 337: Line 337:
cards["Shelly"] = {
cards["Shelly"] = {
Name = "Shelly",
Name = "Shelly",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=4,
Health=4,
Attack=1,
Attack=1,
Line 346: Line 346:
cards["Shen"] = {
cards["Shen"] = {
Name = "Shen",
Name = "Shen",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=6,
Health=6,
Attack=0,
Attack=0,
Line 355: Line 355:
cards["Snobble"] = {
cards["Snobble"] = {
Name = "Snobble",
Name = "Snobble",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=5,
Health=5,
Attack=2,
Attack=2,
Line 364: Line 364:
cards["Snoffel"] = {
cards["Snoffel"] = {
Name = "Snoffel",
Name = "Snoffel",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=4,
Health=4,
Counter=4,
Counter=4,
Line 372: Line 372:
cards["Splinter"] = {
cards["Splinter"] = {
Name = "Splinter",
Name = "Splinter",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=4,
Health=4,
Attack=4,
Attack=4,
Line 381: Line 381:
cards["Taiga"] = {
cards["Taiga"] = {
Name = "Taiga",
Name = "Taiga",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Counter=4,
Counter=4,
Line 390: Line 390:
cards["Tinkerson Jr"] = {
cards["Tinkerson Jr"] = {
Name = "Tinkerson Jr",
Name = "Tinkerson Jr",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=2,
Attack=2,
Line 399: Line 399:
cards["Tiny Tyko"] = {
cards["Tiny Tyko"] = {
Name = "Tiny Tyko",
Name = "Tiny Tyko",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=2,
Health=2,
Attack=1,
Attack=1,
Line 409: Line 409:
cards["Tusk"] = {
cards["Tusk"] = {
Name = "Tusk",
Name = "Tusk",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=5,
Health=5,
Attack=2,
Attack=2,
Line 418: Line 418:
cards["Van Jun"] = {
cards["Van Jun"] = {
Name = "Van Jun",
Name = "Van Jun",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=4,
Health=4,
Counter=4,
Counter=4,
Line 426: Line 426:
cards["Vesta"] = {
cards["Vesta"] = {
Name = "Vesta",
Name = "Vesta",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=8,
Health=8,
Attack=0,
Attack=0,
Line 435: Line 435:
cards["Wallop"] = {
cards["Wallop"] = {
Name = "Wallop",
Name = "Wallop",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=9,
Health=9,
Attack=4,
Attack=4,
Line 444: Line 444:
cards["Wort"] = {
cards["Wort"] = {
Name = "Wort",
Name = "Wort",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=6,
Health=6,
Attack=0,
Attack=0,
Line 454: Line 454:
cards["Yuki"] = {
cards["Yuki"] = {
Name = "Yuki",
Name = "Yuki",
Types={"Frozen Traveler", "Companion"},
Types={NonPetCompanion=true, Companion=true},
Health=1,
Health=1,
Attack=1,
Attack=1,
Line 465: Line 465:
cards["Bitebox"] = {
cards["Bitebox"] = {
Name = "Bitebox",
Name = "Bitebox",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When hit, deal equal damage to the attacker",
Desc="When hit, deal equal damage to the attacker",
Line 472: Line 472:
cards["Bling Bank"] = {
cards["Bling Bank"] = {
Name = "Bling Bank",
Name = "Bling Bank",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When an enemy is killed, gain '''4''' {{Bling}}",
Desc="When an enemy is killed, gain '''4''' {{Bling}}",
Line 479: Line 479:
cards["Blundertank"] = {
cards["Blundertank"] = {
Name = "Blundertank",
Name = "Blundertank",
Types={"Clunker"},
Types={Clunker=true},
Scrap=2,
Scrap=2,
Attack=5,
Attack=5,
Line 487: Line 487:
cards["Bombarder"] = {
cards["Bombarder"] = {
Name = "Bombarder",
Name = "Bombarder",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Attack=0,
Attack=0,
Line 495: Line 495:
cards["Fungo Blaster"] = {
cards["Fungo Blaster"] = {
Name = "Fungo Blaster",
Name = "Fungo Blaster",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When a {{Stat|Shroom}}'d enemy dies, apply their {{Stat|Shroom}} to a random enemy",
Desc="When a {{Stat|Shroom}}'d enemy dies, apply their {{Stat|Shroom}} to a random enemy",
Line 502: Line 502:
cards["Gachapomper"] = {
cards["Gachapomper"] = {
Name = "Gachapomper",
Name = "Gachapomper",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="While active, add {{Keyword|Barrage}} to allies in the row",
Desc="While active, add {{Keyword|Barrage}} to allies in the row",
Line 509: Line 509:
cards["Haze Balloon"] = {
cards["Haze Balloon"] = {
Name = "Haze Balloon",
Name = "Haze Balloon",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When destroyed, apply '''1''' {{Stat|Haze}} to the attacker and double their {{Stat|Attack}}",
Desc="When destroyed, apply '''1''' {{Stat|Haze}} to the attacker and double their {{Stat|Attack}}",
Line 516: Line 516:
cards["Heartforge"] = {
cards["Heartforge"] = {
Name = "Heartforge",
Name = "Heartforge",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When an ally is healed, apply double {{Stat|Spice}}",
Desc="When an ally is healed, apply double {{Stat|Spice}}",
Line 523: Line 523:
cards["Heartmist Station"] = {
cards["Heartmist Station"] = {
Name = "Heartmist Station",
Name = "Heartmist Station",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When an ally is hit, restore their {{Stat|Health}} by '''1'''",
Desc="When an ally is hit, restore their {{Stat|Health}} by '''1'''",
Line 530: Line 530:
cards["ICGM"] = {
cards["ICGM"] = {
Name = "ICGM",
Name = "ICGM",
Types={"Clunker"},
Types={Clunker=true},
Scrap=3,
Scrap=3,
Attack=10,
Attack=10,
Line 539: Line 539:
cards["Junkhead"] = {
cards["Junkhead"] = {
Name = "Junkhead",
Name = "Junkhead",
Types={"Clunker"},
Types={Clunker=true},
Scrap=3,
Scrap=3,
Desc="{{Keyword|Trash}} '''1''' when hit",
Desc="{{Keyword|Trash}} '''1''' when hit",
Line 546: Line 546:
cards["Kobonker"] = {
cards["Kobonker"] = {
Name = "Kobonker",
Name = "Kobonker",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Attack=3,
Attack=3,
Line 554: Line 554:
cards["Krono"] = {
cards["Krono"] = {
Name = "Krono",
Name = "Krono",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="While active, add '''x1''' {{Stat|Frenzy}} to allies without {{Crown}}",
Desc="While active, add '''x1''' {{Stat|Frenzy}} to allies without {{Crown}}",
Line 561: Line 561:
cards["Mega Mimik"] = {
cards["Mega Mimik"] = {
Name = "Mega Mimik",
Name = "Mega Mimik",
Types={"Clunker", "Enemy Clunker"},
Types={Clunker=true, EnemyClunker=true},
Scrap=3,
Scrap=3,
Attack=5,
Attack=5,
Line 569: Line 569:
cards["Mimik"] = {
cards["Mimik"] = {
Name = "Mimik",
Name = "Mimik",
Types={"Clunker", "Enemy Clunker"},
Types={Clunker=true, EnemyClunker=true},
Scrap=1,
Scrap=1,
Attack=2,
Attack=2,
Line 577: Line 577:
cards["Mobile Campfire"] = {
cards["Mobile Campfire"] = {
Name = "Mobile Campfire",
Name = "Mobile Campfire",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="While active, add '''+3''' {{Stat|Attack}} to allies in the row",
Desc="While active, add '''+3''' {{Stat|Attack}} to allies in the row",
Line 584: Line 584:
cards["Moko Totem"] = {
cards["Moko Totem"] = {
Name = "Moko Totem",
Name = "Moko Totem",
Types={"Clunker"},
Types={Clunker=true},
Scrap=2,
Scrap=2,
Attack=0,
Attack=0,
Line 593: Line 593:
cards["Pepper Flag"] = {
cards["Pepper Flag"] = {
Name = "Pepper Flag",
Name = "Pepper Flag",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="While active, all allies retain {{Stat|Spice}}",
Desc="While active, all allies retain {{Stat|Spice}}",
Line 600: Line 600:
cards["Plinker"] = {
cards["Plinker"] = {
Name = "Plinker",
Name = "Plinker",
Types={"Clunker"},
Types={Clunker=true},
Scrap=5,
Scrap=5,
Attack=2,
Attack=2,
Line 609: Line 609:
cards["Portable Workbench"] = {
cards["Portable Workbench"] = {
Name = "Portable Workbench",
Name = "Portable Workbench",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="While active, {{Keyword|Recycle}} effects require '''1''' less [[Junk]]",
Desc="While active, {{Keyword|Recycle}} effects require '''1''' less [[Junk]]",
Line 616: Line 616:
cards["Shroominator"] = {
cards["Shroominator"] = {
Name = "Shroominator",
Name = "Shroominator",
Types={"Clunker"},
Types={Clunker=true},
Scrap=4,
Scrap=4,
Desc="Whenever anything is {{Stat|Shroom}}'d, double the amount and lose '''1''' {{Stat|Scrap}}",
Desc="Whenever anything is {{Stat|Shroom}}'d, double the amount and lose '''1''' {{Stat|Scrap}}",
Line 623: Line 623:
cards["Shroomine"] = {
cards["Shroomine"] = {
Name = "Shroomine",
Name = "Shroomine",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When hit, apply '''4''' {{Stat|Shroom}} to the attacker",
Desc="When hit, apply '''4''' {{Stat|Shroom}} to the attacker",
Line 630: Line 630:
cards["Spice Sparklers"] = {
cards["Spice Sparklers"] = {
Name = "Spice Sparklers",
Name = "Spice Sparklers",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="While active, add '''+3''' {{Stat|Attack}} to [[Items]] in your hand",
Desc="While active, add '''+3''' {{Stat|Attack}} to [[Items]] in your hand",
Line 637: Line 637:
cards["Sunglass Chime"] = {
cards["Sunglass Chime"] = {
Name = "Sunglass Chime",
Name = "Sunglass Chime",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="When destroyed, trigger all allies",
Desc="When destroyed, trigger all allies",
Line 644: Line 644:
cards["Tootordion"] = {
cards["Tootordion"] = {
Name = "Tootordion",
Name = "Tootordion",
Types={"Clunker"},
Types={Clunker=true},
Scrap=3,
Scrap=3,
Counter=3,
Counter=3,
Line 652: Line 652:
cards["Totem of the Goat"] = {
cards["Totem of the Goat"] = {
Name = "Totem of the Goat",
Name = "Totem of the Goat",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="Before an enemy attacks, apply '''1''' {{Stat|Demonize}} to them",
Desc="Before an enemy attacks, apply '''1''' {{Stat|Demonize}} to them",
Line 659: Line 659:
cards["Woodhead"] = {
cards["Woodhead"] = {
Name = "Woodhead",
Name = "Woodhead",
Types={"Clunker"},
Types={Clunker=true},
Scrap=1,
Scrap=1,
Desc="<span style=\"color:gray\">''Does nothing, but will take a hit for you :)''</span>",
Desc="<span style=\"color:gray\">''Does nothing, but will take a hit for you :)''</span>",
Line 668: Line 668:
cards["Azul Battle Axe"] = {
cards["Azul Battle Axe"] = {
Name = "Azul Battle Axe",
Name = "Azul Battle Axe",
Types={"Item"},
Types={Item=true},
Attack=3,
Attack=3,
Desc="Apply {{Stat|Overburn}} equal to damage dealt",
Desc="Apply {{Stat|Overburn}} equal to damage dealt",
Line 675: Line 675:
cards["Azul Candle"] = {
cards["Azul Candle"] = {
Name = "Azul Candle",
Name = "Azul Candle",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Desc="Double the target's {{Stat|Overburn}}",
Desc="Double the target's {{Stat|Overburn}}",
Line 682: Line 682:
cards["Azul Skull"] = {
cards["Azul Skull"] = {
Name = "Azul Skull",
Name = "Azul Skull",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Kill an ally<br>Apply '''4''' {{Stat|Overburn}} to front enemy",
Desc="Kill an ally<br>Apply '''4''' {{Stat|Overburn}} to front enemy",
Line 689: Line 689:
cards["B.I.N.K"] = {
cards["B.I.N.K"] = {
Name = "B.I.N.K",
Name = "B.I.N.K",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''2''' {{Stat|Ink}}<br>Hits all enemies",
Desc="Apply '''2''' {{Stat|Ink}}<br>Hits all enemies",
Line 696: Line 696:
cards["Beepop Mask"] = {
cards["Beepop Mask"] = {
Name = "Beepop Mask",
Name = "Beepop Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon [[Beepop]]",
Desc="Summon [[Beepop]]",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 702: Line 702:
cards["Berry Basket"] = {
cards["Berry Basket"] = {
Name = "Berry Basket",
Name = "Berry Basket",
Types={"Item"},
Types={Item=true},
Desc="Restore '''2''' {{Stat|Health}} and {{Keyword|Cleanse}} all allies",
Desc="Restore '''2''' {{Stat|Health}} and {{Keyword|Cleanse}} all allies",
Tribes={"All"}
Tribes={"All"}
Line 708: Line 708:
cards["Berry Bell"] = {
cards["Berry Bell"] = {
Name = "Berry Bell",
Name = "Berry Bell",
Types={"Item"},
Types={Item=true},
Desc="Increase {{Stat|Health}} by '''1''' <br>{{Keyword|Barrage}}",
Desc="Increase {{Stat|Health}} by '''1''' <br>{{Keyword|Barrage}}",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 714: Line 714:
cards["Berry Blade"] = {
cards["Berry Blade"] = {
Name = "Berry Blade",
Name = "Berry Blade",
Types={"Item"},
Types={Item=true},
Attack=4,
Attack=4,
Desc="Restore {{Stat|Health}} to front ally equal to damage dealt",
Desc="Restore {{Stat|Health}} to front ally equal to damage dealt",
Line 721: Line 721:
cards["Blank Mask"] = {
cards["Blank Mask"] = {
Name = "Blank Mask",
Name = "Blank Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon a copy of an ally<br>{{Keyword|Consume}}",
Desc="Summon a copy of an ally<br>{{Keyword|Consume}}",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 727: Line 727:
cards["Blaze Bom"] = {
cards["Blaze Bom"] = {
Name = "Blaze Bom",
Name = "Blaze Bom",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Add '''x1''' {{Stat|Frenzy}}<br>Apply '''4''' {{Stat|Bom}}",
Desc="Add '''x1''' {{Stat|Frenzy}}<br>Apply '''4''' {{Stat|Bom}}",
Line 734: Line 734:
cards["Blaze Tea"] = {
cards["Blaze Tea"] = {
Name = "Blaze Tea",
Name = "Blaze Tea",
Types={"Item"},
Types={Item=true},
Desc="Add '''x1''' {{Stat|Frenzy}}<br>Increase {{Stat|Counter}} by '''1'''<br>{{Keyword|Consume}}",
Desc="Add '''x1''' {{Stat|Frenzy}}<br>Increase {{Stat|Counter}} by '''1'''<br>{{Keyword|Consume}}",
Tribes={"All"}
Tribes={"All"}
Line 740: Line 740:
cards["Blizzard Bottle"] = {
cards["Blizzard Bottle"] = {
Name = "Blizzard Bottle",
Name = "Blizzard Bottle",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''3''' {{Stat|Snow}}",
Desc="Apply '''3''' {{Stat|Snow}}",
Line 747: Line 747:
cards["Bom Barrel"] = {
cards["Bom Barrel"] = {
Name = "Bom Barrel",
Name = "Bom Barrel",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''4''' {{Stat|Bom}}<br>{{Keyword|Barrage}}<br>{{Keyword|Trash}} '''4'''",
Desc="Apply '''4''' {{Stat|Bom}}<br>{{Keyword|Barrage}}<br>{{Keyword|Trash}} '''4'''",
Line 754: Line 754:
cards["Broken Vase"] = {
cards["Broken Vase"] = {
Name = "Broken Vase",
Name = "Broken Vase",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="<span style=\"color:gray\">''Maybe it can be fixed...''</span>",
Desc="<span style=\"color:gray\">''Maybe it can be fixed...''</span>",
Line 761: Line 761:
cards["Clockwork Bom"] = {
cards["Clockwork Bom"] = {
Name = "Clockwork Bom",
Name = "Clockwork Bom",
Types={"Item"},
Types={Item=true},
Attack=2,
Attack=2,
Desc="Apply '''3''' {{Stat|Bom}}<br>{{Keyword|Critical}}",
Desc="Apply '''3''' {{Stat|Bom}}<br>{{Keyword|Critical}}",
Line 768: Line 768:
cards["Demonheart"] = {
cards["Demonheart"] = {
Name = "Demonheart",
Name = "Demonheart",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''1''' {{Stat|Demonize}}<br>Restore '''9''' {{Stat|Health}}",
Desc="Apply '''1''' {{Stat|Demonize}}<br>Restore '''9''' {{Stat|Health}}",
Line 775: Line 775:
cards["Dragon Pepper"] = {
cards["Dragon Pepper"] = {
Name = "Dragon Pepper",
Name = "Dragon Pepper",
Types={"Item"},
Types={Item=true},
Desc="Apply '''7''' {{Stat|Spice}}<br>{{Keyword|Consume}}",
Desc="Apply '''7''' {{Stat|Spice}}<br>{{Keyword|Consume}}",
Tribes={"Snowdwellers"}
Tribes={"Snowdwellers"}
Line 781: Line 781:
cards["Fallow Mask"] = {
cards["Fallow Mask"] = {
Name = "Fallow Mask",
Name = "Fallow Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon [[Fallow]]",
Desc="Summon [[Fallow]]",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 787: Line 787:
cards["Flamewater"] = {
cards["Flamewater"] = {
Name = "Flamewater",
Name = "Flamewater",
Types={"Item"},
Types={Item=true},
Desc="Increase {{Stat|Attack}} by '''1'''",
Desc="Increase {{Stat|Attack}} by '''1'''",
Tribes={"Snowdwellers"}
Tribes={"Snowdwellers"}
Line 793: Line 793:
cards["Flask of Ink"] = {
cards["Flask of Ink"] = {
Name = "Flask of Ink",
Name = "Flask of Ink",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''4''' {{Stat|Ink}}",
Desc="Apply '''4''' {{Stat|Ink}}",
Line 800: Line 800:
cards["Foggy Brew"] = {
cards["Foggy Brew"] = {
Name = "Foggy Brew",
Name = "Foggy Brew",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''1''' {{Stat|Haze}}<br>{{Keyword|Aimless}}<br>{{Keyword|Consume}}",
Desc="Apply '''1''' {{Stat|Haze}}<br>{{Keyword|Aimless}}<br>{{Keyword|Consume}}",
Line 807: Line 807:
cards["Forging Stove"] = {
cards["Forging Stove"] = {
Name = "Forging Stove",
Name = "Forging Stove",
Types={"Item"},
Types={Item=true},
Desc="Destroy a card in your hand<br>Add its {{Stat|Attack}} to a random ally",
Desc="Destroy a card in your hand<br>Add its {{Stat|Attack}} to a random ally",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 813: Line 813:
cards["Frenzy Wrench"] = {
cards["Frenzy Wrench"] = {
Name = "Frenzy Wrench",
Name = "Frenzy Wrench",
Types={"Item"},
Types={Item=true},
Desc="Add '''x1''' {{Stat|Frenzy}} to a card in your hand<br>{{Keyword|Recycle}} '''2'''",
Desc="Add '''x1''' {{Stat|Frenzy}} to a card in your hand<br>{{Keyword|Recycle}} '''2'''",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 819: Line 819:
cards["Frost Bell"] = {
cards["Frost Bell"] = {
Name = "Frost Bell",
Name = "Frost Bell",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''2''' {{Stat|Frost}}<br>{{Keyword|Barrage}}",
Desc="Apply '''2''' {{Stat|Frost}}<br>{{Keyword|Barrage}}",
Line 826: Line 826:
cards["Frostbite Shard"] = {
cards["Frostbite Shard"] = {
Name = "Frostbite Shard",
Name = "Frostbite Shard",
Types={"Item"},
Types={Item=true},
Desc="Reduce the target's effects by '''1'''<br>{{Keyword|Consume}}",
Desc="Reduce the target's effects by '''1'''<br>{{Keyword|Consume}}",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 832: Line 832:
cards["Frostbloom"] = {
cards["Frostbloom"] = {
Name = "Frostbloom",
Name = "Frostbloom",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''3''' {{Stat|Frost}}",
Desc="Apply '''3''' {{Stat|Frost}}",
Line 839: Line 839:
cards["Gearhammer"] = {
cards["Gearhammer"] = {
Name = "Gearhammer",
Name = "Gearhammer",
Types={"Item"},
Types={Item=true},
Attack=2,
Attack=2,
Desc="Gain '''+1''' {{Stat|Attack}}",
Desc="Gain '''+1''' {{Stat|Attack}}",
Line 846: Line 846:
cards["Gigi's Cookie Box"] = {
cards["Gigi's Cookie Box"] = {
Name = "Gigi's Cookie Box",
Name = "Gigi's Cookie Box",
Types={"Item"},
Types={Item=true},
Desc="Apply '''1''' {{Stat|Scrap}} to all allies<br>{{Keyword|Consume}}",
Desc="Apply '''1''' {{Stat|Scrap}} to all allies<br>{{Keyword|Consume}}",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 852: Line 852:
cards["Gigi's Gizmo"] = {
cards["Gigi's Gizmo"] = {
Name = "Gigi's Gizmo",
Name = "Gigi's Gizmo",
Types={"Item"},
Types={Item=true},
Desc="Add '''1''' {{Stat|Scrap}}<br>{{Keyword|Recycle}} '''1'''<br>{{Keyword|Draw}} '''2'''",
Desc="Add '''1''' {{Stat|Scrap}}<br>{{Keyword|Recycle}} '''1'''<br>{{Keyword|Draw}} '''2'''",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 858: Line 858:
cards["Grabber"] = {
cards["Grabber"] = {
Name = "Grabber",
Name = "Grabber",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Desc="{{Keyword|Noomlin}}<br>{{Keyword|Yank}}",
Desc="{{Keyword|Noomlin}}<br>{{Keyword|Yank}}",
Line 865: Line 865:
cards["Gunk Fruit"] = {
cards["Gunk Fruit"] = {
Name = "Gunk Fruit",
Name = "Gunk Fruit",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Desc="{{Keyword|Consume}}",
Desc="{{Keyword|Consume}}",
Line 872: Line 872:
cards["Haze Keg"] = {
cards["Haze Keg"] = {
Name = "Haze Keg",
Name = "Haze Keg",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''1''' {{Stat|Haze}}<br>{{Keyword|Recycle}} '''2'''",
Desc="Apply '''1''' {{Stat|Haze}}<br>{{Keyword|Recycle}} '''2'''",
Line 879: Line 879:
cards["Hongo's Hammer"] = {
cards["Hongo's Hammer"] = {
Name = "Hongo's_Hammer|Hongo's Hammer",
Name = "Hongo's_Hammer|Hongo's Hammer",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Desc="Apply '''3''' {{Stat|Shroom}}",
Desc="Apply '''3''' {{Stat|Shroom}}",
Line 886: Line 886:
cards["Ice Dice"] = {
cards["Ice Dice"] = {
Name = "Ice Dice",
Name = "Ice Dice",
Types={"Item"},
Types={Item=true},
Desc="Apply '''1''' {{Stat|Block}} to a random ally<br>Apply '''1''' {{Stat|Block}} to a random enemy",
Desc="Apply '''1''' {{Stat|Block}} to a random ally<br>Apply '''1''' {{Stat|Block}} to a random enemy",
Tribes={"All"}
Tribes={"All"}
Line 892: Line 892:
cards["JunJun Mask"] = {
cards["JunJun Mask"] = {
Name = "JunJun Mask",
Name = "JunJun Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon [[JunJun]]",
Desc="Summon [[JunJun]]",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 898: Line 898:
cards["Junk"] = {
cards["Junk"] = {
Name = "Junk",
Name = "Junk",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="<span style=\"color:gray\">''Does absolutely nothing...''</span>",
Desc="<span style=\"color:gray\">''Does absolutely nothing...''</span>",
Line 905: Line 905:
cards["Leech Mask"] = {
cards["Leech Mask"] = {
Name = "Leech Mask",
Name = "Leech Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon [[Leech]] on the enemy side<br>{{Keyword|Consume}}",
Desc="Summon [[Leech]] on the enemy side<br>{{Keyword|Consume}}",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 911: Line 911:
cards["Lumin Goop"] = {
cards["Lumin Goop"] = {
Name = "Lumin Goop",
Name = "Lumin Goop",
Types={"Item"},
Types={Item=true},
Desc="<span style=\"color:gray\">''Could be used to fix something...''<\span>",
Desc="<span style=\"color:gray\">''Could be used to fix something...''<\span>",
Tribes={"All"}
Tribes={"All"}
Line 917: Line 917:
cards["Lumin Lantern"] = {
cards["Lumin Lantern"] = {
Name = "Lumin Lantern",
Name = "Lumin Lantern",
Types={"Item"},
Types={Item=true},
Desc="Boost a random ally's effects by '''1'''<br>Boost a random enemy's effects by '''2'''",
Desc="Boost a random ally's effects by '''1'''<br>Boost a random enemy's effects by '''2'''",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 923: Line 923:
cards["Magma Booster"] = {
cards["Magma Booster"] = {
Name = "Magma Booster",
Name = "Magma Booster",
Types={"Item"},
Types={Item=true},
Desc="Increase {{Stat|Attack}} by '''3'''<br>Add {{Keyword|Aimless}} to the target",
Desc="Increase {{Stat|Attack}} by '''3'''<br>Add {{Keyword|Aimless}} to the target",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 929: Line 929:
cards["Mini Muncher"] = {
cards["Mini Muncher"] = {
Name = "Mini Muncher",
Name = "Mini Muncher",
Types={"Item"},
Types={Item=true},
Desc="Destroy a card in your hand<br>{{Keyword|Noomlin}}",
Desc="Destroy a card in your hand<br>{{Keyword|Noomlin}}",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 935: Line 935:
cards["Molten Dip"] = {
cards["Molten Dip"] = {
Name = "Molten Dip",
Name = "Molten Dip",
Types={"Item"},
Types={Item=true},
Desc="Increase {{Stat|Attack}} by '''2'''<br>{{Keyword|Barrage}}<br>{{Keyword|Consume}}",
Desc="Increase {{Stat|Attack}} by '''2'''<br>{{Keyword|Barrage}}<br>{{Keyword|Consume}}",
Tribes={"All"}
Tribes={"All"}
Line 941: Line 941:
cards["Noomlin Biscuit"] = {
cards["Noomlin Biscuit"] = {
Name = "Noomlin Biscuit",
Name = "Noomlin Biscuit",
Types={"Item"},
Types={Item=true},
Desc="Add {{Keyword|Noomlin}} to a card in your hand<br>{{Keyword|Consume}}",
Desc="Add {{Keyword|Noomlin}} to a card in your hand<br>{{Keyword|Consume}}",
Tribes={"All"}
Tribes={"All"}
Line 947: Line 947:
cards["Nutshell Cake"] = {
cards["Nutshell Cake"] = {
Name = "Nutshell Cake",
Name = "Nutshell Cake",
Types={"Item"},
Types={Item=true},
Desc="Apply 9 {{Stat|Shell}}<br>Reduce {{Stat|Health}} by '''2'''<br>{{Keyword|Consume}}",
Desc="Apply 9 {{Stat|Shell}}<br>Reduce {{Stat|Health}} by '''2'''<br>{{Keyword|Consume}}",
Tribes={"Snowdwellers"}
Tribes={"Snowdwellers"}
Line 953: Line 953:
cards["Peppereaper"] = {
cards["Peppereaper"] = {
Name = "Peppereaper",
Name = "Peppereaper",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Desc="Apply '''4''' {{Stat|Spice}}",
Desc="Apply '''4''' {{Stat|Spice}}",
Line 960: Line 960:
cards["Peppering"] = {
cards["Peppering"] = {
Name = "Peppering",
Name = "Peppering",
Types={"Item"},
Types={Item=true},
Desc="Apply '''2''' {{Stat|Spice}} to all allies",
Desc="Apply '''2''' {{Stat|Spice}} to all allies",
Tribes={"Snowdwellers"}
Tribes={"Snowdwellers"}
Line 966: Line 966:
cards["Pinkberry Juice"] = {
cards["Pinkberry Juice"] = {
Name = "Pinkberry Juice",
Name = "Pinkberry Juice",
Types={"Item"},
Types={Item=true},
Desc="Increase {{Stat|Health}} by '''4'''",
Desc="Increase {{Stat|Health}} by '''4'''",
Tribes={"All"}
Tribes={"All"}
Line 972: Line 972:
cards["Pom Mask"] = {
cards["Pom Mask"] = {
Name = "Pom Mask",
Name = "Pom Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon [[Pom]] on the enemy side<br>{{Keyword|Consume}}",
Desc="Summon [[Pom]] on the enemy side<br>{{Keyword|Consume}}",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 978: Line 978:
cards["Pombomb"] = {
cards["Pombomb"] = {
Name = "Pombomb",
Name = "Pombomb",
Types={"Item"},
Types={Item=true},
Attack=5,
Attack=5,
Desc="Hits all undamaged enemies",
Desc="Hits all undamaged enemies",
Line 985: Line 985:
cards["Proto-Stomper"] = {
cards["Proto-Stomper"] = {
Name = "Proto-Stomper",
Name = "Proto-Stomper",
Types={"Item"},
Types={Item=true},
Attack=8,
Attack=8,
Desc="{{Keyword|Trash}} '''2'''",
Desc="{{Keyword|Trash}} '''2'''",
Line 992: Line 992:
cards["Scrap Pile"] = {
cards["Scrap Pile"] = {
Name = "Scrap Pile",
Name = "Scrap Pile",
Types={"Item"},
Types={Item=true},
Desc="Add '''1''' {{Stat|Scrap}}",
Desc="Add '''1''' {{Stat|Scrap}}",
Tribes={"Snowdwellers", "Clunkmasters"}
Tribes={"Snowdwellers", "Clunkmasters"}
Line 998: Line 998:
cards["Scrappy Sword"] = {
cards["Scrappy Sword"] = {
Name = "Scrappy Sword",
Name = "Scrappy Sword",
Types={"Item"},
Types={Item=true},
Attack=2,
Attack=2,
Desc="<span style=\"color:gray\">''A traditional trusty weapon''<\span>",
Desc="<span style=\"color:gray\">''A traditional trusty weapon''<\span>",
Line 1,005: Line 1,005:
cards["Shade Clay"] = {
cards["Shade Clay"] = {
Name = "Shade Clay",
Name = "Shade Clay",
Types={"Item"},
Types={Item=true},
Attack=2,
Attack=2,
Desc="Make a copy of an '''Item''' in your hand<br>{{Keyword|Consume}}",
Desc="Make a copy of an '''Item''' in your hand<br>{{Keyword|Consume}}",
Line 1,012: Line 1,012:
cards["Shade Wisp"] = {
cards["Shade Wisp"] = {
Name = "Shade Wisp",
Name = "Shade Wisp",
Types={"Item"},
Types={Item=true},
Desc="Summon a copy of an enemy on your side with '''1''' {{Stat|Health}}",
Desc="Summon a copy of an enemy on your side with '''1''' {{Stat|Health}}",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 1,018: Line 1,018:
cards["Sheepopper Mask"] = {
cards["Sheepopper Mask"] = {
Name = "Sheepopper Mask",
Name = "Sheepopper Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon [[Sheepopper]] on the enemy side<br>{{Keyword|Consume}}",
Desc="Summon [[Sheepopper]] on the enemy side<br>{{Keyword|Consume}}",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 1,024: Line 1,024:
cards["Shell Shield"] = {
cards["Shell Shield"] = {
Name = "Shell Shield",
Name = "Shell Shield",
Types={"Item"},
Types={Item=true},
Desc="Apply '''4''' {{Stat|Shell}}",
Desc="Apply '''4''' {{Stat|Shell}}",
Tribes={"Snowdwellers"}
Tribes={"Snowdwellers"}
Line 1,030: Line 1,030:
cards["Shellbo"] = {
cards["Shellbo"] = {
Name = "Shellbo",
Name = "Shellbo",
Types={"Item"},
Types={Item=true},
Attack=2,
Attack=2,
Desc="Apply '''5''' {{Stat|Shell}}<br>{{Keyword|Barrage}}",
Desc="Apply '''5''' {{Stat|Shell}}<br>{{Keyword|Barrage}}",
Line 1,037: Line 1,037:
cards["Skullmist Tea"] = {
cards["Skullmist Tea"] = {
Name = "Skullmist Tea",
Name = "Skullmist Tea",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Kill an ally<br>Add their {{Stat|Attack}} to all allies<br>{{Keyword|Consume}}",
Desc="Kill an ally<br>Add their {{Stat|Attack}} to all allies<br>{{Keyword|Consume}}",
Line 1,044: Line 1,044:
cards["Slapcrackers"] = {
cards["Slapcrackers"] = {
Name = "Slapcrackers",
Name = "Slapcrackers",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Other="x4 {{Stat|Frenzy}}",
Other="x4 {{Stat|Frenzy}}",
Line 1,052: Line 1,052:
cards["Snow Stick"] = {
cards["Snow Stick"] = {
Name = "Snow Stick",
Name = "Snow Stick",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Desc="Apply '''2''' {{Stat|Snow}}",
Desc="Apply '''2''' {{Stat|Snow}}",
Line 1,059: Line 1,059:
cards["Snowcake"] = {
cards["Snowcake"] = {
Name = "Snowcake",
Name = "Snowcake",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''10''' {{Stat|Snow}}<br>{{Keyword|Consume}}",
Desc="Apply '''10''' {{Stat|Snow}}<br>{{Keyword|Consume}}",
Line 1,066: Line 1,066:
cards["Snowzooka"] = {
cards["Snowzooka"] = {
Name = "Snowzooka",
Name = "Snowzooka",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''2''' {{Stat|Snow}}<br>{{Keyword|Critical}}",
Desc="Apply '''2''' {{Stat|Snow}}<br>{{Keyword|Critical}}",
Line 1,073: Line 1,073:
cards["Soulbound Skulls"] = {
cards["Soulbound Skulls"] = {
Name = "Soulbound Skulls",
Name = "Soulbound Skulls",
Types={"Item"},
Types={Item=true},
Desc="Add {{Keyword|Soulbound}} to an ally<br>Add {{Keyword|Soulbound}} to a random enemy",
Desc="Add {{Keyword|Soulbound}} to an ally<br>Add {{Keyword|Soulbound}} to a random enemy",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 1,079: Line 1,079:
cards["Spice Stones"] = {
cards["Spice Stones"] = {
Name = "Spice Stones",
Name = "Spice Stones",
Types={"Item"},
Types={Item=true},
Desc="Apply '''1''' {{Stat|Spice}}<br>Double the target's {{Stat|Spice}}",
Desc="Apply '''1''' {{Stat|Spice}}<br>Double the target's {{Stat|Spice}}",
Tribes={"Snowdwellers"}
Tribes={"Snowdwellers"}
Line 1,085: Line 1,085:
cards["Spore Pack"] = {
cards["Spore Pack"] = {
Name = "Spore Pack",
Name = "Spore Pack",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''2''' {{Stat|Shroom}}<br>{{Keyword|Barrage}}",
Desc="Apply '''2''' {{Stat|Shroom}}<br>{{Keyword|Barrage}}",
Line 1,092: Line 1,092:
cards["Storm Globe"] = {
cards["Storm Globe"] = {
Name = "Storm Globe",
Name = "Storm Globe",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''4''' {{Stat|Snow}}<br>Reduce by '''1''' when played",
Desc="Apply '''4''' {{Stat|Snow}}<br>Reduce by '''1''' when played",
Line 1,099: Line 1,099:
cards["Stormbear Spirit"] = {
cards["Stormbear Spirit"] = {
Name = "Stormbear Spirit",
Name = "Stormbear Spirit",
Types={"Item"},
Types={Item=true},
Attack=8,
Attack=8,
Desc="Target must be {{Stat|Snow}}'d",
Desc="Target must be {{Stat|Snow}}'d",
Line 1,106: Line 1,106:
cards["Sun Rod"] = {
cards["Sun Rod"] = {
Name = "Sun Rod",
Name = "Sun Rod",
Types={"Item"},
Types={Item=true},
Desc="Count down {{Stat|Counter}} by '''2'''",
Desc="Count down {{Stat|Counter}} by '''2'''",
Tribes={"Snowdwellers"}
Tribes={"Snowdwellers"}
Line 1,112: Line 1,112:
cards["Sunburst Tootoo"] = {
cards["Sunburst Tootoo"] = {
Name = "Sunburst Tootoo",
Name = "Sunburst Tootoo",
Types={"Item"},
Types={Item=true},
Attack=1,
Attack=1,
Desc="Count down {{Stat|Counter}} by '''2'''",
Desc="Count down {{Stat|Counter}} by '''2'''",
Line 1,119: Line 1,119:
cards["Suncream"] = {
cards["Suncream"] = {
Name = "Suncream",
Name = "Suncream",
Types={"Item"},
Types={Item=true},
Desc="Reduce {{Stat|Counter}} by '''1'''<br>{{Keyword|Recycle}} '''1'''<br>{{Keyword|Consume}}",
Desc="Reduce {{Stat|Counter}} by '''1'''<br>{{Keyword|Recycle}} '''1'''<br>{{Keyword|Consume}}",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 1,125: Line 1,125:
cards["Sunlight Drum"] = {
cards["Sunlight Drum"] = {
Name = "Sunlight Drum",
Name = "Sunlight Drum",
Types={"Item"},
Types={Item=true},
Desc="Count down {{Stat|Counter}} by '''1'''<br>{{Keyword|Barrage}}",
Desc="Count down {{Stat|Counter}} by '''1'''<br>{{Keyword|Barrage}}",
Tribes={"All"}
Tribes={"All"}
Line 1,131: Line 1,131:
cards["Sunsong Box"] = {
cards["Sunsong Box"] = {
Name = "Sunsong Box",
Name = "Sunsong Box",
Types={"Item"},
Types={Item=true},
Desc="Increase {{Stat|Attack}} by '''1'''<br>Count down {{Stat|Counter}} by '''1'''<br>{{Keyword|Recycle}} '''1'''",
Desc="Increase {{Stat|Attack}} by '''1'''<br>Count down {{Stat|Counter}} by '''1'''<br>{{Keyword|Recycle}} '''1'''",
Tribes={"Clunkmasters"}
Tribes={"Clunkmasters"}
Line 1,137: Line 1,137:
cards["Supersnower"] = {
cards["Supersnower"] = {
Name = "Supersnower",
Name = "Supersnower",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Apply '''3''' {{Stat|Snow}}<br>{{Keyword|Barrage}}<br>{{Keyword|Recycle}} '''2'''",
Desc="Apply '''3''' {{Stat|Snow}}<br>{{Keyword|Barrage}}<br>{{Keyword|Recycle}} '''2'''",
Line 1,144: Line 1,144:
cards["Tar Blade"] = {
cards["Tar Blade"] = {
Name = "Tar Blade",
Name = "Tar Blade",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Deal additional damage equal to [[Tar Blade]]s in hand",
Desc="Deal additional damage equal to [[Tar Blade]]s in hand",
Line 1,151: Line 1,151:
cards["The Lumin Vase"] = {
cards["The Lumin Vase"] = {
Name = "The Lumin Vase",
Name = "The Lumin Vase",
Types={"Item"},
Types={Item=true},
Desc="Apply '''1''' {{Stat|Lumin}}",
Desc="Apply '''1''' {{Stat|Lumin}}",
Tribes={"All"}
Tribes={"All"}
Line 1,157: Line 1,157:
cards["Tiger Skull"] = {
cards["Tiger Skull"] = {
Name = "Tiger Skull",
Name = "Tiger Skull",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Kill an ally<br>Apply '''3''' {{Stat|Teeth}} to allies in the row",
Desc="Kill an ally<br>Apply '''3''' {{Stat|Teeth}} to allies in the row",
Line 1,164: Line 1,164:
cards["Tigris Mask"] = {
cards["Tigris Mask"] = {
Name = "Tigris Mask",
Name = "Tigris Mask",
Types={"Item"},
Types={Item=true},
Desc="Summon [[Tigris]]<br>{{Keyword|Consume}}",
Desc="Summon [[Tigris]]<br>{{Keyword|Consume}}",
Tribes={"Shademancers"}
Tribes={"Shademancers"}
Line 1,170: Line 1,170:
cards["Yeti Skull"] = {
cards["Yeti Skull"] = {
Name = "Yeti Skull",
Name = "Yeti Skull",
Types={"Item"},
Types={Item=true},
Attack=0,
Attack=0,
Desc="Kill an ally<br>Apply '''3''' {{Stat|Snow}} to enemies in the row",
Desc="Kill an ally<br>Apply '''3''' {{Stat|Snow}} to enemies in the row",
Line 1,179: Line 1,179:
cards["Beepop"] = {
cards["Beepop"] = {
Name = "Beepop",
Name = "Beepop",
Types={"Shade"},
Types={Shade=true},
Health=1,
Health=1,
Desc="When destroyed, apply '''4''' {{Stat|Overburn}} to the attacker",
Desc="When destroyed, apply '''4''' {{Stat|Overburn}} to the attacker",
Line 1,186: Line 1,186:
cards["Chikani"] = {
cards["Chikani"] = {
Name = "Chikani",
Name = "Chikani",
Types={"Shade"},
Types={Shade=true},
Health=4,
Health=4,
Attack=4,
Attack=4,
Line 1,195: Line 1,195:
cards["Chikasan"] = {
cards["Chikasan"] = {
Name = "Chikasan",
Name = "Chikasan",
Types={"Shade"},
Types={Shade=true},
Health=6,
Health=6,
Attack=6,
Attack=6,
Line 1,204: Line 1,204:
cards["Chikashi"] = {
cards["Chikashi"] = {
Name = "Chikashi",
Name = "Chikashi",
Types={"Shade"},
Types={Shade=true},
Health=8,
Health=8,
Attack=8,
Attack=8,
Line 1,213: Line 1,213:
cards["Chikagoru"] = {
cards["Chikagoru"] = {
Name = "Chikagoru",
Name = "Chikagoru",
Types={"Shade"},
Types={Shade=true},
Health=10,
Health=10,
Attack=10,
Attack=10,
Line 1,221: Line 1,221:
cards["Dregg"] = {
cards["Dregg"] = {
Name = "Dregg",
Name = "Dregg",
Types={"Shade"},
Types={Shade=true},
Health=4,
Health=4,
Attack=5,
Attack=5,
Line 1,230: Line 1,230:
cards["Fallow"] = {
cards["Fallow"] = {
Name = "Fallow",
Name = "Fallow",
Types={"Shade"},
Types={Shade=true},
Health=6,
Health=6,
Attack=2,
Attack=2,
Line 1,239: Line 1,239:
cards["JunJun"] = {
cards["JunJun"] = {
Name = "JunJun",
Name = "JunJun",
Types={"Shade"},
Types={Shade=true},
Health=3,
Health=3,
Attack=2,
Attack=2,
Line 1,248: Line 1,248:
cards["Leech"] = {
cards["Leech"] = {
Name = "Leech",
Name = "Leech",
Types={"Shade"},
Types={Shade=true},
Health=5,
Health=5,
Attack=2,
Attack=2,
Line 1,257: Line 1,257:
cards["Pom"] = {
cards["Pom"] = {
Name = "Pom",
Name = "Pom",
Types={"Shade"},
Types={Shade=true},
Health=7,
Health=7,
Counter=3,
Counter=3,
Line 1,265: Line 1,265:
cards["Sheepopper"] = {
cards["Sheepopper"] = {
Name = "Sheepopper",
Name = "Sheepopper",
Types={"Shade"},
Types={Shade=true},
Health=4,
Health=4,
Desc="When destroyed, deal '''8''' damage to all allies",
Desc="When destroyed, deal '''8''' damage to all allies",
Line 1,272: Line 1,272:
cards["Tigris"] = {
cards["Tigris"] = {
Name = "Tigris",
Name = "Tigris",
Types={"Shade"},
Types={Shade=true},
Health=4,
Health=4,
Other="2 {{Stat|Teeth}}",
Other="2 {{Stat|Teeth}}",
Line 1,282: Line 1,282:
cards["Baby Snowbo"] = {
cards["Baby Snowbo"] = {
Name = "Baby Snowbo",
Name = "Baby Snowbo",
Types={"Enemy"},
Types={Enemy=true},
Health=1,
Health=1,
Attack=1,
Attack=1,
Line 1,289: Line 1,289:
cards["Berry Witch"] = {
cards["Berry Witch"] = {
Name = "Berry Witch",
Name = "Berry Witch",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Attack=2,
Attack=2,
Line 1,297: Line 1,297:
cards["Bigfoot"] = {
cards["Bigfoot"] = {
Name = "Bigfoot",
Name = "Bigfoot",
Types={"Enemy"},
Types={Enemy=true},
Health=12,
Health=12,
Attack=5,
Attack=5,
Line 1,305: Line 1,305:
cards["Bulbhead"] = {
cards["Bulbhead"] = {
Name = "Bulbhead",
Name = "Bulbhead",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=0,
Attack=0,
Line 1,313: Line 1,313:
cards["Burster"] = {
cards["Burster"] = {
Name = "Burster",
Name = "Burster",
Types={"Enemy"},
Types={Enemy=true},
Health=10,
Health=10,
Attack=1,
Attack=1,
Line 1,322: Line 1,322:
cards["Chungoon"] = {
cards["Chungoon"] = {
Name = "Chungoon",
Name = "Chungoon",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Attack=1,
Attack=1,
Line 1,330: Line 1,330:
cards["Conker"] = {
cards["Conker"] = {
Name = "Conker",
Name = "Conker",
Types={"Enemy"},
Types={Enemy=true},
Health=2,
Health=2,
Attack=2,
Attack=2,
Line 1,339: Line 1,339:
cards["Earth Berry"] = {
cards["Earth Berry"] = {
Name = "Earth Berry",
Name = "Earth Berry",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Attack=0,
Attack=0,
Line 1,347: Line 1,347:
cards["Frostinger"] = {
cards["Frostinger"] = {
Name = "Frostinger",
Name = "Frostinger",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=1,
Attack=1,
Line 1,355: Line 1,355:
cards["Gobbler"] = {
cards["Gobbler"] = {
Name = "Gobbler",
Name = "Gobbler",
Types={"Enemy"},
Types={Enemy=true},
Health=7,
Health=7,
Attack=1,
Attack=1,
Line 1,363: Line 1,363:
cards["Gobling"] = {
cards["Gobling"] = {
Name = "Gobling",
Name = "Gobling",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Counter=4,
Counter=4,
Line 1,370: Line 1,370:
cards["Gok"] = {
cards["Gok"] = {
Name = "Gok",
Name = "Gok",
Types={"Enemy"},
Types={Enemy=true},
Health=18,
Health=18,
Attack=5,
Attack=5,
Line 1,378: Line 1,378:
cards["Grink"] = {
cards["Grink"] = {
Name = "Grink",
Name = "Grink",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=1,
Attack=1,
Line 1,386: Line 1,386:
cards["Grizzle"] = {
cards["Grizzle"] = {
Name = "Grizzle",
Name = "Grizzle",
Types={"Enemy"},
Types={Enemy=true},
Health=16,
Health=16,
Attack=4,
Attack=4,
Line 1,395: Line 1,395:
cards["Grog"] = {
cards["Grog"] = {
Name = "Grog",
Name = "Grog",
Types={"Enemy"},
Types={Enemy=true},
Health=12,
Health=12,
Attack=6,
Attack=6,
Line 1,403: Line 1,403:
cards["Gromble"] = {
cards["Gromble"] = {
Name = "Gromble",
Name = "Gromble",
Types={"Enemy"},
Types={Enemy=true},
Health=12,
Health=12,
Attack=2,
Attack=2,
Line 1,410: Line 1,410:
cards["Grouchy"] = {
cards["Grouchy"] = {
Name = "Grouchy",
Name = "Grouchy",
Types={"Enemy"},
Types={Enemy=true},
Health=5,
Health=5,
Attack=2,
Attack=2,
Line 1,418: Line 1,418:
cards["Grumps"] = {
cards["Grumps"] = {
Name = "Grumps",
Name = "Grumps",
Types={"Enemy"},
Types={Enemy=true},
Health=9,
Health=9,
Attack=10,
Attack=10,
Line 1,426: Line 1,426:
cards["Hog"] = {
cards["Hog"] = {
Name = "Hog",
Name = "Hog",
Types={"Enemy"},
Types={Enemy=true},
Health=1,
Health=1,
Attack=1,
Attack=1,
Line 1,434: Line 1,434:
cards["Jab Joat"] = {
cards["Jab Joat"] = {
Name = "Jab Joat",
Name = "Jab Joat",
Types={"Enemy"},
Types={Enemy=true},
Health=10,
Health=10,
Attack=1,
Attack=1,
Line 1,442: Line 1,442:
cards["Krab"] = {
cards["Krab"] = {
Name = "Krab",
Name = "Krab",
Types={"Enemy"},
Types={Enemy=true},
Health=5,
Health=5,
Attack=8,
Attack=8,
Line 1,450: Line 1,450:
cards["Krawler"] = {
cards["Krawler"] = {
Name = "Krawler",
Name = "Krawler",
Types={"Enemy"},
Types={Enemy=true},
Health=10,
Health=10,
Attack=4,
Attack=4,
Line 1,458: Line 1,458:
cards["Makoko"] = {
cards["Makoko"] = {
Name = "Makoko",
Name = "Makoko",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=0,
Attack=0,
Line 1,466: Line 1,466:
cards["Marrow"] = {
cards["Marrow"] = {
Name = "Marrow",
Name = "Marrow",
Types={"Enemy"},
Types={Enemy=true},
Health=14,
Health=14,
Attack=2,
Attack=2,
Line 1,474: Line 1,474:
cards["Naked Gnome"] = {
cards["Naked Gnome"] = {
Name = "Naked Gnome",
Name = "Naked Gnome",
Types={"Enemy"},
Types={Enemy=true},
Health=1,
Health=1,
Desc="<span style=\"color:grey\"> ''Does absolutely nothing...'' </span>"
Desc="<span style=\"color:grey\"> ''Does absolutely nothing...'' </span>"
Line 1,480: Line 1,480:
cards["Ooba Bear"] = {
cards["Ooba Bear"] = {
Name = "Ooba Bear",
Name = "Ooba Bear",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Attack=4,
Attack=4,
Line 1,488: Line 1,488:
cards["Paw Paw"] = {
cards["Paw Paw"] = {
Name = "Paw Paw",
Name = "Paw Paw",
Types={"Enemy"},
Types={Enemy=true},
Health=10,
Health=10,
Attack=1,
Attack=1,
Line 1,496: Line 1,496:
cards["Pecan"] = {
cards["Pecan"] = {
Name = "Pecan",
Name = "Pecan",
Types={"Enemy"},
Types={Enemy=true},
Health=2,
Health=2,
Attack=4,
Attack=4,
Line 1,505: Line 1,505:
cards["Pengoon"] = {
cards["Pengoon"] = {
Name = "Pengoon",
Name = "Pengoon",
Types={"Enemy"},
Types={Enemy=true},
Health=2,
Health=2,
Attack=1,
Attack=1,
Line 1,512: Line 1,512:
cards["Pepper Witch"] = {
cards["Pepper Witch"] = {
Name = "Pepper Witch",
Name = "Pepper Witch",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=1,
Attack=1,
Line 1,520: Line 1,520:
cards["Plum"] = {
cards["Plum"] = {
Name = "Plum",
Name = "Plum",
Types={"Enemy"},
Types={Enemy=true},
Health=15,
Health=15,
Attack=2,
Attack=2,
Line 1,528: Line 1,528:
cards["Popshroom"] = {
cards["Popshroom"] = {
Name = "Popshroom",
Name = "Popshroom",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Attack=0,
Attack=0,
Line 1,536: Line 1,536:
cards["Porkypine"] = {
cards["Porkypine"] = {
Name = "Porkypine",
Name = "Porkypine",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Attack=2,
Attack=2,
Line 1,544: Line 1,544:
cards["Prickle"] = {
cards["Prickle"] = {
Name = "Prickle",
Name = "Prickle",
Types={"Enemy"},
Types={Enemy=true},
Health=5,
Health=5,
Counter=3,
Counter=3,
Line 1,552: Line 1,552:
cards["Puffball"] = {
cards["Puffball"] = {
Name = "Puffball",
Name = "Puffball",
Types={"Enemy"},
Types={Enemy=true},
Health=2,
Health=2,
Attack=0,
Attack=0,
Line 1,559: Line 1,559:
cards["Pygmy"] = {
cards["Pygmy"] = {
Name = "Pygmy",
Name = "Pygmy",
Types={"Enemy"},
Types={Enemy=true},
Health=5,
Health=5,
Attack=0,
Attack=0,
Line 1,567: Line 1,567:
cards["Rockhog"] = {
cards["Rockhog"] = {
Name = "Rockhog",
Name = "Rockhog",
Types={"Enemy"},
Types={Enemy=true},
Health=7,
Health=7,
Attack=4,
Attack=4,
Line 1,575: Line 1,575:
cards["Shell Witch"] = {
cards["Shell Witch"] = {
Name = "Shell Witch",
Name = "Shell Witch",
Types={"Enemy"},
Types={Enemy=true},
Health=6,
Health=6,
Attack=2,
Attack=2,
Line 1,583: Line 1,583:
cards["Shroom Gobbler"] = {
cards["Shroom Gobbler"] = {
Name = "Shroom Gobbler",
Name = "Shroom Gobbler",
Types={"Enemy"},
Types={Enemy=true},
Health=12,
Health=12,
Attack=2,
Attack=2,
Line 1,591: Line 1,591:
cards["Shrootles"] = {
cards["Shrootles"] = {
Name = "Shrootles",
Name = "Shrootles",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=0,
Attack=0,
Line 1,600: Line 1,600:
cards["Smog"] = {
cards["Smog"] = {
Name = "Smog",
Name = "Smog",
Types={"Enemy"},
Types={Enemy=true},
Health=10,
Health=10,
Attack=5,
Attack=5,
Line 1,608: Line 1,608:
cards["Snow Gobbler"] = {
cards["Snow Gobbler"] = {
Name = "Snow Gobbler",
Name = "Snow Gobbler",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=1,
Attack=1,
Line 1,616: Line 1,616:
cards["Snowbirb"] = {
cards["Snowbirb"] = {
Name = "Snowbirb",
Name = "Snowbirb",
Types={"Enemy"},
Types={Enemy=true},
Health=4,
Health=4,
Attack=1,
Attack=1,
Line 1,624: Line 1,624:
cards["Snowbo"] = {
cards["Snowbo"] = {
Name = "Snowbo",
Name = "Snowbo",
Types={"Enemy"},
Types={Enemy=true},
Health=4,
Health=4,
Attack=1,
Attack=1,
Line 1,632: Line 1,632:
cards["Spuncher"] = {
cards["Spuncher"] = {
Name = "Spuncher",
Name = "Spuncher",
Types={"Enemy"},
Types={Enemy=true},
Health=15,
Health=15,
Attack=3,
Attack=3,
Line 1,639: Line 1,639:
cards["Tentickle"] = {
cards["Tentickle"] = {
Name = "Tentickle",
Name = "Tentickle",
Types={"Enemy"},
Types={Enemy=true},
Health=8,
Health=8,
Attack=5,
Attack=5,
Line 1,647: Line 1,647:
cards["Waddlegoons"] = {
cards["Waddlegoons"] = {
Name = "Waddlegoons",
Name = "Waddlegoons",
Types={"Enemy"},
Types={Enemy=true},
Health=9,
Health=9,
Attack=1,
Attack=1,
Line 1,655: Line 1,655:
cards["Warthog"] = {
cards["Warthog"] = {
Name = "Warthog",
Name = "Warthog",
Types={"Enemy"},
Types={Enemy=true},
Health=18,
Health=18,
Attack=5,
Attack=5,
Line 1,663: Line 1,663:
cards["Wild Snoolf"] = {
cards["Wild Snoolf"] = {
Name = "Wild Snoolf",
Name = "Wild Snoolf",
Types={"Enemy"},
Types={Enemy=true},
Health=4,
Health=4,
Attack=1,
Attack=1,
Line 1,671: Line 1,671:
cards["Willow"] = {
cards["Willow"] = {
Name = "Willow",
Name = "Willow",
Types={"Enemy"},
Types={Enemy=true},
Health=16,
Health=16,
Attack=0,
Attack=0,
Line 1,679: Line 1,679:
cards["Winter Worm"] = {
cards["Winter Worm"] = {
Name = "Winter Worm",
Name = "Winter Worm",
Types={"Enemy"},
Types={Enemy=true},
Health=10,
Health=10,
Attack=8,
Attack=8,
Line 1,687: Line 1,687:
cards["Woolly Drek"] = {
cards["Woolly Drek"] = {
Name = "Woolly Drek",
Name = "Woolly Drek",
Types={"Enemy"},
Types={Enemy=true},
Health=28,
Health=28,
Attack=3,
Attack=3,
Line 1,698: Line 1,698:
cards["Bombarder (Enemy)"] = {
cards["Bombarder (Enemy)"] = {
Name = "Bombarder",
Name = "Bombarder",
Types={"Enemy Clunker"},
Types={EnemyClunker=true},
Scrap=3,
Scrap=3,
Attack=0,
Attack=0,
Line 1,706: Line 1,706:
cards["Ice Forge"] = {
cards["Ice Forge"] = {
Name = "Ice Forge",
Name = "Ice Forge",
Types={"Enemy Clunker"},
Types={EnemyClunker=true},
Scrap=2,
Scrap=2,
Desc=" While active, add '''+2''' {{Stat|Attack}} to all allies and '''-2''' {{Stat|Attack}} to all enemies"
Desc=" While active, add '''+2''' {{Stat|Attack}} to all allies and '''-2''' {{Stat|Attack}} to all enemies"
Line 1,712: Line 1,712:
cards["Ice Lantern"] = {
cards["Ice Lantern"] = {
Name = "Ice Lantern",
Name = "Ice Lantern",
Types={"Enemy Clunker"},
Types={EnemyClunker=true},
Scrap=1,
Scrap=1,
Desc=" While active, add '''+2''' {{Stat|Attack}} to all allies"
Desc=" While active, add '''+2''' {{Stat|Attack}} to all allies"
Line 1,718: Line 1,718:
cards["Moko Head"] = {
cards["Moko Head"] = {
Name = "Moko Head",
Name = "Moko Head",
Types={"Enemy Clunker"},
Types={EnemyClunker=true},
Scrap=1,
Scrap=1,
Desc=" When destroyed, apply '''5''' {{Stat|Spice}} to all allies"
Desc=" When destroyed, apply '''5''' {{Stat|Spice}} to all allies"
Line 1,724: Line 1,724:
cards["Spike Wall"] = {
cards["Spike Wall"] = {
Name = "Spike Wall",
Name = "Spike Wall",
Types={"Enemy Clunker"},
Types={EnemyClunker=true},
Scrap=3,
Scrap=3,
Attack=3,
Attack=3,
Line 1,734: Line 1,734:
cards["Big Peng"] = {
cards["Big Peng"] = {
Name = "Big Peng",
Name = "Big Peng",
Types={"Miniboss"},
Types={Miniboss=true},
Health=10,
Health=10,
Attack=1,
Attack=1,
Line 1,742: Line 1,742:
cards["Bigloo"] = {
cards["Bigloo"] = {
Name = "Bigloo",
Name = "Bigloo",
Types={"Miniboss"},
Types={Miniboss=true},
Health=30,
Health=30,
Attack=5,
Attack=5,
Line 1,751: Line 1,751:
cards["Bolgo"] = {
cards["Bolgo"] = {
Name = "Bolgo",
Name = "Bolgo",
Types={"Miniboss"},
Types={Miniboss=true},
Health=20,
Health=20,
Attack=5,
Attack=5,
Line 1,760: Line 1,760:
cards["Bumbo"] = {
cards["Bumbo"] = {
Name = "Bumbo",
Name = "Bumbo",
Types={"Miniboss"},
Types={Miniboss=true},
Health=15,
Health=15,
Attack=3,
Attack=3,
Line 1,769: Line 1,769:
cards["King Moko"] = {
cards["King Moko"] = {
Name = "King Moko",
Name = "King Moko",
Types={"Miniboss"},
Types={Miniboss=true},
Health=80,
Health=80,
Attack=10,
Attack=10,
Line 1,778: Line 1,778:
cards["Maw Jaw"] = {
cards["Maw Jaw"] = {
Name = "Maw Jaw",
Name = "Maw Jaw",
Types={"Miniboss"},
Types={Miniboss=true},
Health=30,
Health=30,
Attack=5,
Attack=5,
Line 1,787: Line 1,787:
cards["Muttonhead"] = {
cards["Muttonhead"] = {
Name = "Muttonhead",
Name = "Muttonhead",
Types={"Miniboss"},
Types={Miniboss=true},
Health=30,
Health=30,
Attack=4,
Attack=4,
Line 1,795: Line 1,795:
cards["Numskull"] = {
cards["Numskull"] = {
Name = "Numskull",
Name = "Numskull",
Types={"Miniboss"},
Types={Miniboss=true},
Health=20,
Health=20,
Attack=6,
Attack=6,
Line 1,804: Line 1,804:
cards["Queen Globerry"] = {
cards["Queen Globerry"] = {
Name = "Queen Globerry",
Name = "Queen Globerry",
Types={"Miniboss"},
Types={Miniboss=true},
Health=15,
Health=15,
Attack=0,
Attack=0,
Line 1,813: Line 1,813:
cards["Razor"] = {
cards["Razor"] = {
Name = "Razor",
Name = "Razor",
Types={"Miniboss"},
Types={Miniboss=true},
Health=50,
Health=50,
Attack=3,
Attack=3,
Line 1,822: Line 1,822:
cards["The Ringer"] = {
cards["The Ringer"] = {
Name = "The Ringer",
Name = "The Ringer",
Types={"Miniboss"},
Types={Miniboss=true},
Health=15,
Health=15,
Attack=5,
Attack=5,
Line 1,831: Line 1,831:
cards["The Snow Knight"] = {
cards["The Snow Knight"] = {
Name = "The Snow Knight",
Name = "The Snow Knight",
Types={"Miniboss"},
Types={Miniboss=true},
Health=10,
Health=10,
Attack=1,
Attack=1,
Line 1,839: Line 1,839:
cards["Veiled Lady"] = {
cards["Veiled Lady"] = {
Name = "Veiled Lady",
Name = "Veiled Lady",
Types={"Miniboss"},
Types={Miniboss=true},
Health=12,
Health=12,
Attack=0,
Attack=0,
Line 1,850: Line 1,850:
cards["Bam"] = {
cards["Bam"] = {
Name = "Bam",
Name = "Bam",
Types={"Boss"},
Types={Boss=true},
Health=16,
Health=16,
Attack=6,
Attack=6,
Line 1,859: Line 1,859:
cards["Bamboozle"] = {
cards["Bamboozle"] = {
Name = "Bamboozle",
Name = "Bamboozle",
Types={"Boss"},
Types={Boss=true},
Health=18,
Health=18,
Attack=3,
Attack=3,
Line 1,868: Line 1,868:
cards["Boozle"] = {
cards["Boozle"] = {
Name = "Boozle",
Name = "Boozle",
Types={"Boss"},
Types={Boss=true},
Health=14,
Health=14,
Attack=2,
Attack=2,
Line 1,876: Line 1,876:
cards["Frost Bomber"] = {
cards["Frost Bomber"] = {
Name = "Frost Bomber",
Name = "Frost Bomber",
Types={"Boss"},
Types={Boss=true},
Health=60,
Health=60,
Attack=5,
Attack=5,
Line 1,885: Line 1,885:
cards["Frost Crusher"] = {
cards["Frost Crusher"] = {
Name = "Frost Crusher",
Name = "Frost Crusher",
Types={"Boss"},
Types={Boss=true},
Health=90,
Health=90,
Attack=2,
Attack=2,
Line 1,893: Line 1,893:
cards["Frost Guardian"] = {
cards["Frost Guardian"] = {
Name = "Frost Guardian",
Name = "Frost Guardian",
Types={"Boss"},
Types={Boss=true},
Health=60,
Health=60,
Attack=0,
Attack=0,
Line 1,902: Line 1,902:
cards["Frost Jailer"] = {
cards["Frost Jailer"] = {
Name = "Frost Jailer",
Name = "Frost Jailer",
Types={"Boss"},
Types={Boss=true},
Health=90,
Health=90,
Attack=5,
Attack=5,
Line 1,910: Line 1,910:
cards["Frost Junker"] = {
cards["Frost Junker"] = {
Name = "Frost Junker",
Name = "Frost Junker",
Types={"Boss"},
Types={Boss=true},
Health=30,
Health=30,
Attack=1,
Attack=1,
Line 1,918: Line 1,918:
cards["Frost Lancer"] = {
cards["Frost Lancer"] = {
Name = "Frost Lancer",
Name = "Frost Lancer",
Types={"Boss"},
Types={Boss=true},
Health=60,
Health=60,
Attack=7,
Attack=7,
Line 1,927: Line 1,927:
cards["Frost Muncher"] = {
cards["Frost Muncher"] = {
Name = "Frost Muncher",
Name = "Frost Muncher",
Types={"Boss"},
Types={Boss=true},
Health=30,
Health=30,
Attack=4,
Attack=4,
Line 1,935: Line 1,935:
cards["Infernoko"] = {
cards["Infernoko"] = {
Name = "Infernoko",
Name = "Infernoko",
Types={"Boss"},
Types={Boss=true},
Health=16,
Health=16,
Attack=1,
Attack=1,
Line 1,952: Line 1,952:
cards["Krunker"] = {
cards["Krunker"] = {
Name = "Krunker",
Name = "Krunker",
Types={"Boss"},
Types={Boss=true},
Scrap=8,
Scrap=8,
Attack=8,
Attack=8,
Line 1,968: Line 1,968:
cards["Truffle"] = {
cards["Truffle"] = {
Name = "Truffle",
Name = "Truffle",
Types={"Boss"},
Types={Boss=true},
Health=110,
Health=110,
Attack=4,
Attack=4,

Revision as of 06:45, 15 December 2023

Documentation for this module may be created at Module:Cards/data/doc

local p = {}
local cards = {}

--[[
regexes used

cards["$1"] = {\n\tName = "$1",\n\tTypes={Pet=true, Companion=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={NonPetCompanion=true, Companion=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7",\n\tTribes={"$8"}\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={Clunker=true},\n\tScrap=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7",\n\tTribes={"$8"}\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Shade=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n\tSummonCon="$8"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Enemy=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$1"] = {\n\tName = "$2",\n\tTypes={EnemyClunker=true},\n\tScrap=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Miniboss=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$2"] = {\n\tName = "$2",\n\tTypes={Boss=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
\t(.*)=(""|)(?:,)?\n
\|(?:style=".*"\|)?(.*)
--]]

--Pets
cards["Booshu"] = {
	Name = "Booshu",
	Types={Pet=true, Companion=true},
	Health=4,
	Attack=3,
	Counter=5,
	Desc="Restore '''3''' {{Stat|Health}} to all allies"
}
cards["Lil Gazi"] = {
	Name = "Lil Gazi",
	Types={Pet=true, Companion=true},
	Health=3,
	Attack=4,
	Counter=4,
	Desc="While active, add '''+1''' {{Stat|Attack}} to all allies"
}
cards["Loki"] = {
	Name = "Loki",
	Types={Pet=true, Companion=true},
	Health=5,
	Attack=2,
	Counter=3,
	Desc="Apply '''1''' {{Stat|Demonize}}<br>{{Keyword|Aimless}}"
}
cards["Sneezle"] = {
	Name = "Sneezle",
	Types={Pet=true, Companion=true},
	Health=6,
	Attack=2,
	Counter=3,
	Desc="{{Keyword|Draw}} '''1''' when hit"
}
cards["Snoof"] = {
	Name = "Snoof",
	Types={Pet=true, Companion=true},
	Health=3,
	Attack=3,
	Counter=3,
	Desc="Apply '''1''' {{Stat|Snow}}"
}
cards["Spike"] = {
	Name = "Spike",
	Types={Pet=true, Companion=true},
	Health=8,
	Other="2 {{Stat|Teeth}}",
	Desc="{{Keyword|Hogheaded}}"
}

--Frozen Travelers
cards["Alloy"] = {
	Name = "Alloy",
	Types={NonPetCompanion=true, Companion=true},
	Health=12,
	Attack=6,
	Counter=5,
	Other="1 {{Stat|Bom}}",
	Desc="Apply '''1''' {{Stat|Scrap}} to a random ally",
	Tribes={"Clunkmasters"}
}
cards["Berry Sis"] = {
	Name = "Berry Sis",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=2,
	Counter=3,
	Desc="When hit, add lost {{Stat|Health}} to a random ally",
	Tribes={"Shademancers"}
}
cards["Big Berry"] = {
	Name = "Big Berry",
	Types={NonPetCompanion=true, Companion=true},
	Health=10,
	Attack=5,
	Counter=4,
	Desc="On kill, restore '''2''' {{Stat|Health}} to self and allies in the row",
	Tribes={"All"}
}
cards["Biji"] = {
	Name = "Biji",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=0,
	Counter=4,
	Desc="Apply '''3''' {{Stat|Bom}}<br>Increase by '''1''' when hit",
	Tribes={"Clunkmasters"}
}
cards["Blunky"] = {
	Name = "Blunky",
	Types={NonPetCompanion=true, Companion=true},
	Health=1,
	Attack=1,
	Counter=2,
	Desc="When deployed, gain '''1''' {{Stat|Block}}",
	Tribes={"All"}
}
cards["Bombom"] = {
	Name = "Bombom",
	Types={NonPetCompanion=true, Companion=true},
	Health=15,
	Attack=7,
	Counter=4,
	Desc="Deal '''5''' damage to self and allies in the row<br>{{Keyword|Barrage}}",
	Tribes={"All"}
}
cards["Bonnie"] = {
	Name = "Bonnie",
	Types={NonPetCompanion=true, Companion=true},
	Health=4,
	Counter=4,
	Desc="Restore '''2''' {{Stat|Health}} and {{Keyword|Cleanse}} all allies",
	Tribes={"All"}
}
cards["Chikichi"] = {
	Name = "Chikichi",
	Types={NonPetCompanion=true, Companion=true},
	Health=2,
	Attack=2,
	Counter=3,
	Desc="When {{Keyword|Sacrificed}}, summon [[Chikani]]",
	Tribes={"Shademancers"}
}
cards["Chompom"] = {
	Name = "Chompom",
	Types={NonPetCompanion=true, Companion=true},
	Health=3,
	Attack=1,
	Counter=3,
	Other="3 {{Stat|Shell}}",
	Desc="Deal additional damage equal to {{Stat|Shell}}",
	Tribes={"Snowdwellers"}
}
cards["Devicro"] = {
	Name = "Devicro",
	Types={NonPetCompanion=true, Companion=true},
	Health=6,
	Attack=2,
	Counter=4,
	Desc="When an ally is {{Keyword|Sacrificed}}, gain their {{Stat|Attack}}",
	Tribes={"Shademancers"}
}
cards["Dimona"] = {
	Name = "Dimona",
	Types={NonPetCompanion=true, Companion=true},
	Health=6,
	Attack=0,
	Counter=3,
	Desc="Apply '''1''' {{Stat|Demonize}}",
	Tribes={"All"}
}
cards["Egg"] = {
	Name = "Egg",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Desc="When destroyed, summon [[Dregg]]",
	Tribes={"Shademancers"}
}
cards["Firefist"] = {
	Name = "Firefist",
	Types={NonPetCompanion=true, Companion=true},
	Health=12,
	Attack=2,
	Counter=5,
	Desc="When {{Stat|Health}} lost, gain equal {{Stat|Spice}}",
	Tribes={"Snowdwellers"}
}
cards["Fizzle"] = {
	Name = "Fizzle",
	Types={NonPetCompanion=true, Companion=true},
	Health=5,
	Attack=0,
	Counter=4,
	Other="x3 {{Stat|Frenzy}}",
	Desc="Apply '''1''' {{Stat|Bom}}",
	Tribes={"Clunkmasters"}
}
cards["Folby"] = {
	Name = "Folby",
	Types={NonPetCompanion=true, Companion=true},
	Health=12,
	Attack=3,
	Counter=4,
	Desc="{{Keyword|Trash}} '''1''' when hit",
	Tribes={"Clunkmasters"}
}
cards["Foxee"] = {
	Name = "Foxee",
	Types={NonPetCompanion=true, Companion=true},
	Health=4,
	Attack=1,
	Counter=3,
	Other="x3 {{Stat|Frenzy}}",
	Tribes={"All"}
}
cards["Fungun"] = {
	Name = "Fungun",
	Types={NonPetCompanion=true, Companion=true},
	Health=10,
	Attack=0,
	Counter=5,
	Desc="Apply '''2''' {{Stat|Shroom}}<br>Increase by '''1''' when hit",
	Tribes={"Snowdwellers"}
}
cards["Groff"] = {
	Name = "Groff",
	Types={NonPetCompanion=true, Companion=true},
	Health=5,
	Attack=5,
	Other="x2 {{Stat|Frenzy}}",
	Desc="<span style=\"color:brown\">Trigger when an ally is {{Keyword|Sacrificed}}</span>",
	Tribes={"Shademancers"}
}
cards["Hazeblazer"] = {
	Name = "Hazeblazer",
	Types={NonPetCompanion=true, Companion=true},
	Health=10,
	Attack=0,
	Counter=5,
	Desc="Apply '''1''' {{Stat|Haze}}<br>Deal '''3''' damage to self",
	Tribes={"Clunkmasters"}
}
cards["Jumbo"] = {
	Name = "Jumbo",
	Types={NonPetCompanion=true, Companion=true},
	Health=13,
	Attack=1,
	Counter=3,
	Desc="Also hits ally behind<br>{{Keyword|Barrage}}",
	Tribes={"All"}
}
cards["Kernel"] = {
	Name = "Kernel",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=3,
	Counter=4,
	Desc="When hit, apply '''3''' {{Stat|Shell}} to ally behind",
	Tribes={"Snowdwellers"}
}
cards["Kreggo"] = {
	Name = "Kreggo",
	Types={NonPetCompanion=true, Companion=true},
	Health=7,
	Attack=0,
	Counter=5,
	Desc="When a card is destroyed, gain '''+1''' {{Stat|Attack}}",
	Tribes={"Clunkmasters"}
}
cards["Lil Berry"] = {
	Name = "Lil Berry",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=2,
	Counter=4,
	Desc="When healed, gain '''+2''' {{Stat|Attack}}",
	Tribes={"Snowdwellers"}
}
cards["Mini Mika"] = {
	Name = "Mini Mika",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=2,
	Counter=5,
	Desc="When hit with [[Junk]], gain '''x1''' {{Stat|Frenzy}}",
	Tribes={"Clunkmasters"}
}
cards["Monch"] = {
	Name = "Monch",
	Types={NonPetCompanion=true, Companion=true},
	Health=6,
	Attack=2,
	Counter=4,
	Desc="Eat allies in the row, absorbing their {{Stat|Attack}} and {{Stat|Health}}",
	Tribes={"Shademancers"}
}
cards["Naked Gnome"] = {
	Name = "Naked Gnome",
	Types={NonPetCompanion=true, Companion=true},
	Health=1,
	Attack=1,
	Counter=2,
	Tribes={"All"}
}
cards["Nom & Stompy"] = {
	Name = "Nom & Stompy",
	Types={NonPetCompanion=true, Companion=true},
	Health=10,
	Attack=10,
	Counter=10,
	Desc="When a card is destroyed, count down {{Stat|Counter}} by '''1'''",
	Tribes={"Clunkmasters"}
}
cards["Pootie"] = {
	Name = "Pootie",
	Types={NonPetCompanion=true, Companion=true},
	Health=1,
	Attack=1,
	Counter=3,
	Desc="When destroyed, add '''x1''' {{Stat|Frenzy}} to a random ally",
	Tribes={"Snowdwellers"}
}
cards["Pyra"] = {
	Name = "Pyra",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Counter=5,
	Desc="Apply '''6''' {{Stat|Spice}} to ally ahead",
	Tribes={"Snowdwellers"}
}
cards["Scaven"] = {
	Name = "Scaven",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=5,
	Counter=3,
	Desc="{{Keyword|Trash}} '''1'''",
	Tribes={"Clunkmasters"}
}
cards["Shelly"] = {
	Name = "Shelly",
	Types={NonPetCompanion=true, Companion=true},
	Health=4,
	Attack=1,
	Counter=3,
	Desc="When an enemy is killed, apply '''3''' {{Stat|Shell}} to the attacker",
	Tribes={"Snowdwellers"}
}
cards["Shen"] = {
	Name = "Shen",
	Types={NonPetCompanion=true, Companion=true},
	Health=6,
	Attack=0,
	Counter=4,
	Desc="Apply '''1''' {{Stat|Overburn}}<br>Increase by '''1''' when hit",
	Tribes={"Shademancers"}
}
cards["Snobble"] = {
	Name = "Snobble",
	Types={NonPetCompanion=true, Companion=true},
	Health=5,
	Attack=2,
	Counter=4,
	Desc="Apply {{Stat|Snow}} equal to damage dealt",
	Tribes={"All"}
}
cards["Snoffel"] = {
	Name = "Snoffel",
	Types={NonPetCompanion=true, Companion=true},
	Health=4,
	Counter=4,
	Desc="Apply '''1''' {{Stat|Snow}} to all enemies",
	Tribes={"All"}
}
cards["Splinter"] = {
	Name = "Splinter",
	Types={NonPetCompanion=true, Companion=true},
	Health=4,
	Attack=4,
	Counter=4,
	Desc="When deployed, copy the effects of a random enemy in the row",
	Tribes={"Shademancers"}
}
cards["Taiga"] = {
	Name = "Taiga",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Counter=4,
	Other="2 {{Stat|Teeth}}",
	Desc="Gain '''2''' {{Stat|Teeth}}",
	Tribes={"Shademancers"}
}
cards["Tinkerson Jr"] = {
	Name = "Tinkerson Jr",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=2,
	Counter=3,
	Desc="While active, add {{Stat|Attack}} to all [[Junk]] in your hand",
	Tribes={"Clunkmasters"}
}
cards["Tiny Tyko"] = {
	Name = "Tiny Tyko",
	Types={NonPetCompanion=true, Companion=true},
	Health=2,
	Attack=1,
	Counter=4,
	Other="x2 {{Stat|Frenzy}}",
	Desc="When hit, gain '''x1''' {{Stat|Frenzy}}",
	Tribes={"Snowdwellers"}
}
cards["Tusk"] = {
	Name = "Tusk",
	Types={NonPetCompanion=true, Companion=true},
	Health=5,
	Attack=2,
	Counter=5,
	Desc="While active, add '''3''' {{Stat|Teeth}} to all allies",
	Tribes={"Shademancers"}
}
cards["Van Jun"] = {
	Name = "Van Jun",
	Types={NonPetCompanion=true, Companion=true},
	Health=4,
	Counter=4,
	Desc="Add '''+2''' {{Stat|Attack}} and '''+2''' {{Stat|Health}} to all {{Keyword|Summoned}} allies",
	Tribes={"Shademancers"}
}
cards["Vesta"] = {
	Name = "Vesta",
	Types={NonPetCompanion=true, Companion=true},
	Health=8,
	Attack=0,
	Counter=4,
	Desc="Double the target's {{Stat|Overburn}}<br>{{Keyword|Barrage}}",
	Tribes={"Shademancers"}
}
cards["Wallop"] = {
	Name = "Wallop",
	Types={NonPetCompanion=true, Companion=true},
	Health=9,
	Attack=4,
	Counter=4,
	Desc="Deal '''8''' additional damage to {{Stat|Snow}}'d targets",
	Tribes={"Snowdwellers"}
}
cards["Wort"] = {
	Name = "Wort",
	Types={NonPetCompanion=true, Companion=true},
	Health=6,
	Attack=0,
	Counter=3,
	Other="x2 {{Stat|Frenzy}}",
	Desc="Apply '''2''' {{Stat|Shroom}}<br>{{Keyword|Aimless}}",
	Tribes={"Snowdwellers"}
}
cards["Yuki"] = {
	Name = "Yuki",
	Types={NonPetCompanion=true, Companion=true},
	Health=1,
	Attack=1,
	Counter=4,
	Desc="Whenever anything is {{Stat|Snow}}'d, gain equal {{Stat|Attack}}",
	Tribes={"Snowdwellers"}
}

--Clunkers
cards["Bitebox"] = {
	Name = "Bitebox",
	Types={Clunker=true},
	Scrap=1,
	Desc="When hit, deal equal damage to the attacker",
	Tribes={"All"}
}
cards["Bling Bank"] = {
	Name = "Bling Bank",
	Types={Clunker=true},
	Scrap=1,
	Desc="When an enemy is killed, gain '''4''' {{Bling}}",
	Tribes={"All"}
}
cards["Blundertank"] = {
	Name = "Blundertank",
	Types={Clunker=true},
	Scrap=2,
	Attack=5,
	Desc="<span style=\"color:brown\">Trigger when [[Junk]] is destroyed<\span>",
	Tribes={"Clunkmasters"}
}
cards["Bombarder"] = {
	Name = "Bombarder",
	Types={Clunker=true},
	Scrap=1,
	Attack=0,
	Desc="<span style=\"color:brown\">Trigger against anything that is hit with {{Stat|Bom}}<\span>",
	Tribes={"Clunkmasters"}
}
cards["Fungo Blaster"] = {
	Name = "Fungo Blaster",
	Types={Clunker=true},
	Scrap=1,
	Desc="When a {{Stat|Shroom}}'d enemy dies, apply their {{Stat|Shroom}} to a random enemy",
	Tribes={"Snowdwellers"}
}
cards["Gachapomper"] = {
	Name = "Gachapomper",
	Types={Clunker=true},
	Scrap=1,
	Desc="While active, add {{Keyword|Barrage}} to allies in the row",
	Tribes={"Clunkmasters"}
}
cards["Haze Balloon"] = {
	Name = "Haze Balloon",
	Types={Clunker=true},
	Scrap=1,
	Desc="When destroyed, apply '''1''' {{Stat|Haze}} to the attacker and double their {{Stat|Attack}}",
	Tribes={"Clunkmasters"}
}
cards["Heartforge"] = {
	Name = "Heartforge",
	Types={Clunker=true},
	Scrap=1,
	Desc="When an ally is healed, apply double {{Stat|Spice}}",
	Tribes={"Snowdwellers"}
}
cards["Heartmist Station"] = {
	Name = "Heartmist Station",
	Types={Clunker=true},
	Scrap=1,
	Desc="When an ally is hit, restore their {{Stat|Health}} by '''1'''",
	Tribes={"All"}
}
cards["ICGM"] = {
	Name = "ICGM",
	Types={Clunker=true},
	Scrap=3,
	Attack=10,
	Counter=13,
	Desc="Before triggering, gain {{Stat|Frenzy}} equal to {{Stat|Scrap}}<br>Destroy self",
	Tribes={"Clunkmasters"}
}
cards["Junkhead"] = {
	Name = "Junkhead",
	Types={Clunker=true},
	Scrap=3,
	Desc="{{Keyword|Trash}} '''1''' when hit",
	Tribes={"Clunkmasters"}
}
cards["Kobonker"] = {
	Name = "Kobonker",
	Types={Clunker=true},
	Scrap=1,
	Attack=3,
	Desc="<span style=\"color:brown\">Trigger against anything that is hit with {{Stat|Snow}}</span>",
	Tribes={"Snowdwellers"}
}
cards["Krono"] = {
	Name = "Krono",
	Types={Clunker=true},
	Scrap=1,
	Desc="While active, add '''x1''' {{Stat|Frenzy}} to allies without {{Crown}}",
	Tribes={"All"}
}
cards["Mega Mimik"] = {
	Name = "Mega Mimik",
	Types={Clunker=true, EnemyClunker=true},
	Scrap=3,
	Attack=5,
	Desc="<div style=\"color:brown;\">Trigger when an ally in the row attacks</div>Lose '''1''' {{Stat|Scrap}}",
	Tribes={"All"}
}
cards["Mimik"] = {
	Name = "Mimik",
	Types={Clunker=true, EnemyClunker=true},
	Scrap=1,
	Attack=2,
	Desc="<span style=\"color:brown\">Trigger when an ally in the row attacks</span>",
	Tribes={"All"}
}
cards["Mobile Campfire"] = {
	Name = "Mobile Campfire",
	Types={Clunker=true},
	Scrap=1,
	Desc="While active, add '''+3''' {{Stat|Attack}} to allies in the row",
	Tribes={"Snowdwellers"}
}
cards["Moko Totem"] = {
	Name = "Moko Totem",
	Types={Clunker=true},
	Scrap=2,
	Attack=0,
	Other="x5 {{Stat|Frenzy}}",
	Desc="<span style=\"color:brown\"> Trigger when {{Stat|Spice}} reaches</span> '''10'''<br> Destroy self",
	Tribes={"Snowdwellers"}
}
cards["Pepper Flag"] = {
	Name = "Pepper Flag",
	Types={Clunker=true},
	Scrap=1,
	Desc="While active, all allies retain {{Stat|Spice}}",
	Tribes={"Snowdwellers"}
}
cards["Plinker"] = {
	Name = "Plinker",
	Types={Clunker=true},
	Scrap=5,
	Attack=2,
	Counter=1,
	Desc="Lose '''1''' {{Stat|Scrap}}",
	Tribes={"Clunkmasters"}
}
cards["Portable Workbench"] = {
	Name = "Portable Workbench",
	Types={Clunker=true},
	Scrap=1,
	Desc="While active, {{Keyword|Recycle}} effects require '''1''' less [[Junk]]",
	Tribes={"Clunkmasters"}
}
cards["Shroominator"] = {
	Name = "Shroominator",
	Types={Clunker=true},
	Scrap=4,
	Desc="Whenever anything is {{Stat|Shroom}}'d, double the amount and lose '''1''' {{Stat|Scrap}}",
	Tribes={"Snowdwellers"}
}
cards["Shroomine"] = {
	Name = "Shroomine",
	Types={Clunker=true},
	Scrap=1,
	Desc="When hit, apply '''4''' {{Stat|Shroom}} to the attacker",
	Tribes={"Snowdwellers"}
}
cards["Spice Sparklers"] = {
	Name = "Spice Sparklers",
	Types={Clunker=true},
	Scrap=1,
	Desc="While active, add '''+3''' {{Stat|Attack}} to [[Items]] in your hand",
	Tribes={"Snowdwellers"}
}
cards["Sunglass Chime"] = {
	Name = "Sunglass Chime",
	Types={Clunker=true},
	Scrap=1,
	Desc="When destroyed, trigger all allies",
	Tribes={"Clunkmasters"}
}
cards["Tootordion"] = {
	Name = "Tootordion",
	Types={Clunker=true},
	Scrap=3,
	Counter=3,
	Desc="Trigger a random ally<br>Lose '''1''' {{Stat|Scrap}}",
	Tribes={"Clunkmasters"}
}
cards["Totem of the Goat"] = {
	Name = "Totem of the Goat",
	Types={Clunker=true},
	Scrap=1,
	Desc="Before an enemy attacks, apply '''1''' {{Stat|Demonize}} to them",
	Tribes={"All"}
}
cards["Woodhead"] = {
	Name = "Woodhead",
	Types={Clunker=true},
	Scrap=1,
	Desc="<span style=\"color:gray\">''Does nothing, but will take a hit for you :)''</span>",
	Tribes={"Snowdwellers"}
}

--Items
cards["Azul Battle Axe"] = {
	Name = "Azul Battle Axe",
	Types={Item=true},
	Attack=3,
	Desc="Apply {{Stat|Overburn}} equal to damage dealt",
	Tribes={"Shademancers"}
}
cards["Azul Candle"] = {
	Name = "Azul Candle",
	Types={Item=true},
	Attack=1,
	Desc="Double the target's {{Stat|Overburn}}",
	Tribes={"Shademancers"}
}
cards["Azul Skull"] = {
	Name = "Azul Skull",
	Types={Item=true},
	Attack=0,
	Desc="Kill an ally<br>Apply '''4''' {{Stat|Overburn}} to front enemy",
	Tribes={"Shademancers"}
}
cards["B.I.N.K"] = {
	Name = "B.I.N.K",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''2''' {{Stat|Ink}}<br>Hits all enemies",
	Tribes={"Clunkmasters"}
}
cards["Beepop Mask"] = {
	Name = "Beepop Mask",
	Types={Item=true},
	Desc="Summon [[Beepop]]",
	Tribes={"Shademancers"}
}
cards["Berry Basket"] = {
	Name = "Berry Basket",
	Types={Item=true},
	Desc="Restore '''2''' {{Stat|Health}} and {{Keyword|Cleanse}} all allies",
	Tribes={"All"}
}
cards["Berry Bell"] = {
	Name = "Berry Bell",
	Types={Item=true},
	Desc="Increase {{Stat|Health}} by '''1''' <br>{{Keyword|Barrage}}",
	Tribes={"Shademancers"}
}
cards["Berry Blade"] = {
	Name = "Berry Blade",
	Types={Item=true},
	Attack=4,
	Desc="Restore {{Stat|Health}} to front ally equal to damage dealt",
	Tribes={"All"}
}
cards["Blank Mask"] = {
	Name = "Blank Mask",
	Types={Item=true},
	Desc="Summon a copy of an ally<br>{{Keyword|Consume}}",
	Tribes={"Shademancers"}
}
cards["Blaze Bom"] = {
	Name = "Blaze Bom",
	Types={Item=true},
	Attack=0,
	Desc="Add '''x1''' {{Stat|Frenzy}}<br>Apply '''4''' {{Stat|Bom}}",
	Tribes={"Clunkmasters"}
}
cards["Blaze Tea"] = {
	Name = "Blaze Tea",
	Types={Item=true},
	Desc="Add '''x1''' {{Stat|Frenzy}}<br>Increase {{Stat|Counter}} by '''1'''<br>{{Keyword|Consume}}",
	Tribes={"All"}
}
cards["Blizzard Bottle"] = {
	Name = "Blizzard Bottle",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''3''' {{Stat|Snow}}",
	Tribes={"All"}
}
cards["Bom Barrel"] = {
	Name = "Bom Barrel",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''4''' {{Stat|Bom}}<br>{{Keyword|Barrage}}<br>{{Keyword|Trash}} '''4'''",
	Tribes={"Clunkmasters"}
}
cards["Broken Vase"] = {
	Name = "Broken Vase",
	Types={Item=true},
	Attack=0,
	Desc="<span style=\"color:gray\">''Maybe it can be fixed...''</span>",
	Tribes={"All"}
}
cards["Clockwork Bom"] = {
	Name = "Clockwork Bom",
	Types={Item=true},
	Attack=2,
	Desc="Apply '''3''' {{Stat|Bom}}<br>{{Keyword|Critical}}",
	Tribes={"Clunkmasters"}
}
cards["Demonheart"] = {
	Name = "Demonheart",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''1''' {{Stat|Demonize}}<br>Restore '''9''' {{Stat|Health}}",
	Tribes={"All"}
}
cards["Dragon Pepper"] = {
	Name = "Dragon Pepper",
	Types={Item=true},
	Desc="Apply '''7''' {{Stat|Spice}}<br>{{Keyword|Consume}}",
	Tribes={"Snowdwellers"}
}
cards["Fallow Mask"] = {
	Name = "Fallow Mask",
	Types={Item=true},
	Desc="Summon [[Fallow]]",
	Tribes={"Shademancers"}
}
cards["Flamewater"] = {
	Name = "Flamewater",
	Types={Item=true},
	Desc="Increase {{Stat|Attack}} by '''1'''",
	Tribes={"Snowdwellers"}
}
cards["Flask of Ink"] = {
	Name = "Flask of Ink",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''4''' {{Stat|Ink}}",
	Tribes={"Clunkmasters"}
}
cards["Foggy Brew"] = {
	Name = "Foggy Brew",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''1''' {{Stat|Haze}}<br>{{Keyword|Aimless}}<br>{{Keyword|Consume}}",
	Tribes={"Clunkmasters"}
}
cards["Forging Stove"] = {
	Name = "Forging Stove",
	Types={Item=true},
	Desc="Destroy a card in your hand<br>Add its {{Stat|Attack}} to a random ally",
	Tribes={"Clunkmasters"}
}
cards["Frenzy Wrench"] = {
	Name = "Frenzy Wrench",
	Types={Item=true},
	Desc="Add '''x1''' {{Stat|Frenzy}} to a card in your hand<br>{{Keyword|Recycle}} '''2'''",
	Tribes={"Clunkmasters"}
}
cards["Frost Bell"] = {
	Name = "Frost Bell",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''2''' {{Stat|Frost}}<br>{{Keyword|Barrage}}",
	Tribes={"All"}
}
cards["Frostbite Shard"] = {
	Name = "Frostbite Shard",
	Types={Item=true},
	Desc="Reduce the target's effects by '''1'''<br>{{Keyword|Consume}}",
	Tribes={"Clunkmasters"}
}
cards["Frostbloom"] = {
	Name = "Frostbloom",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''3''' {{Stat|Frost}}",
	Tribes={"All"}
}
cards["Gearhammer"] = {
	Name = "Gearhammer",
	Types={Item=true},
	Attack=2,
	Desc="Gain '''+1''' {{Stat|Attack}}",
	Tribes={"Clunkmasters"}
}
cards["Gigi's Cookie Box"] = {
	Name = "Gigi's Cookie Box",
	Types={Item=true},
	Desc="Apply '''1''' {{Stat|Scrap}} to all allies<br>{{Keyword|Consume}}",
	Tribes={"Clunkmasters"}
}
cards["Gigi's Gizmo"] = {
	Name = "Gigi's Gizmo",
	Types={Item=true},
	Desc="Add '''1''' {{Stat|Scrap}}<br>{{Keyword|Recycle}} '''1'''<br>{{Keyword|Draw}} '''2'''",
	Tribes={"Clunkmasters"}
}
cards["Grabber"] = {
	Name = "Grabber",
	Types={Item=true},
	Attack=1,
	Desc="{{Keyword|Noomlin}}<br>{{Keyword|Yank}}",
	Tribes={"All"}
}
cards["Gunk Fruit"] = {
	Name = "Gunk Fruit",
	Types={Item=true},
	Attack=1,
	Desc="{{Keyword|Consume}}",
	Tribes={"All"}
}
cards["Haze Keg"] = {
	Name = "Haze Keg",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''1''' {{Stat|Haze}}<br>{{Keyword|Recycle}} '''2'''",
	Tribes={"Clunkmasters"}
}
cards["Hongo's Hammer"] = {
	Name = "Hongo's_Hammer|Hongo's Hammer",
	Types={Item=true},
	Attack=1,
	Desc="Apply '''3''' {{Stat|Shroom}}",
	Tribes={"Snowdwellers"}
}
cards["Ice Dice"] = {
	Name = "Ice Dice",
	Types={Item=true},
	Desc="Apply '''1''' {{Stat|Block}} to a random ally<br>Apply '''1''' {{Stat|Block}} to a random enemy",
	Tribes={"All"}
}
cards["JunJun Mask"] = {
	Name = "JunJun Mask",
	Types={Item=true},
	Desc="Summon [[JunJun]]",
	Tribes={"Shademancers"}
}
cards["Junk"] = {
	Name = "Junk",
	Types={Item=true},
	Attack=0,
	Desc="<span style=\"color:gray\">''Does absolutely nothing...''</span>",
	Tribes={"All"}
}
cards["Leech Mask"] = {
	Name = "Leech Mask",
	Types={Item=true},
	Desc="Summon [[Leech]] on the enemy side<br>{{Keyword|Consume}}",
	Tribes={"Shademancers"}
}
cards["Lumin Goop"] = {
	Name = "Lumin Goop",
	Types={Item=true},
	Desc="<span style=\"color:gray\">''Could be used to fix something...''<\span>",
	Tribes={"All"}
}
cards["Lumin Lantern"] = {
	Name = "Lumin Lantern",
	Types={Item=true},
	Desc="Boost a random ally's effects by '''1'''<br>Boost a random enemy's effects by '''2'''",
	Tribes={"Clunkmasters"}
}
cards["Magma Booster"] = {
	Name = "Magma Booster",
	Types={Item=true},
	Desc="Increase {{Stat|Attack}} by '''3'''<br>Add {{Keyword|Aimless}} to the target",
	Tribes={"Clunkmasters"}
}
cards["Mini Muncher"] = {
	Name = "Mini Muncher",
	Types={Item=true},
	Desc="Destroy a card in your hand<br>{{Keyword|Noomlin}}",
	Tribes={"Clunkmasters"}
}
cards["Molten Dip"] = {
	Name = "Molten Dip",
	Types={Item=true},
	Desc="Increase {{Stat|Attack}} by '''2'''<br>{{Keyword|Barrage}}<br>{{Keyword|Consume}}",
	Tribes={"All"}
}
cards["Noomlin Biscuit"] = {
	Name = "Noomlin Biscuit",
	Types={Item=true},
	Desc="Add {{Keyword|Noomlin}} to a card in your hand<br>{{Keyword|Consume}}",
	Tribes={"All"}
}
cards["Nutshell Cake"] = {
	Name = "Nutshell Cake",
	Types={Item=true},
	Desc="Apply 9 {{Stat|Shell}}<br>Reduce {{Stat|Health}} by '''2'''<br>{{Keyword|Consume}}",
	Tribes={"Snowdwellers"}
}
cards["Peppereaper"] = {
	Name = "Peppereaper",
	Types={Item=true},
	Attack=1,
	Desc="Apply '''4''' {{Stat|Spice}}",
	Tribes={"Snowdwellers"}
}
cards["Peppering"] = {
	Name = "Peppering",
	Types={Item=true},
	Desc="Apply '''2''' {{Stat|Spice}} to all allies",
	Tribes={"Snowdwellers"}
}
cards["Pinkberry Juice"] = {
	Name = "Pinkberry Juice",
	Types={Item=true},
	Desc="Increase {{Stat|Health}} by '''4'''",
	Tribes={"All"}
}
cards["Pom Mask"] = {
	Name = "Pom Mask",
	Types={Item=true},
	Desc="Summon [[Pom]] on the enemy side<br>{{Keyword|Consume}}",
	Tribes={"Shademancers"}
}
cards["Pombomb"] = {
	Name = "Pombomb",
	Types={Item=true},
	Attack=5,
	Desc="Hits all undamaged enemies",
	Tribes={"All"}
}
cards["Proto-Stomper"] = {
	Name = "Proto-Stomper",
	Types={Item=true},
	Attack=8,
	Desc="{{Keyword|Trash}} '''2'''",
	Tribes={"Clunkmasters"}
}
cards["Scrap Pile"] = {
	Name = "Scrap Pile",
	Types={Item=true},
	Desc="Add '''1''' {{Stat|Scrap}}",
	Tribes={"Snowdwellers", "Clunkmasters"}
}
cards["Scrappy Sword"] = {
	Name = "Scrappy Sword",
	Types={Item=true},
	Attack=2,
	Desc="<span style=\"color:gray\">''A traditional trusty weapon''<\span>",
	Tribes={"Snowdwellers"}
}
cards["Shade Clay"] = {
	Name = "Shade Clay",
	Types={Item=true},
	Attack=2,
	Desc="Make a copy of an '''Item''' in your hand<br>{{Keyword|Consume}}",
	Tribes={"Shademancers"}
}
cards["Shade Wisp"] = {
	Name = "Shade Wisp",
	Types={Item=true},
	Desc="Summon a copy of an enemy on your side with '''1''' {{Stat|Health}}",
	Tribes={"Shademancers"}
}
cards["Sheepopper Mask"] = {
	Name = "Sheepopper Mask",
	Types={Item=true},
	Desc="Summon [[Sheepopper]] on the enemy side<br>{{Keyword|Consume}}",
	Tribes={"Shademancers"}
}
cards["Shell Shield"] = {
	Name = "Shell Shield",
	Types={Item=true},
	Desc="Apply '''4''' {{Stat|Shell}}",
	Tribes={"Snowdwellers"}
}
cards["Shellbo"] = {
	Name = "Shellbo",
	Types={Item=true},
	Attack=2,
	Desc="Apply '''5''' {{Stat|Shell}}<br>{{Keyword|Barrage}}",
	Tribes={"Snowdwellers"}
}
cards["Skullmist Tea"] = {
	Name = "Skullmist Tea",
	Types={Item=true},
	Attack=0,
	Desc="Kill an ally<br>Add their {{Stat|Attack}} to all allies<br>{{Keyword|Consume}}",
	Tribes={"Shademancers"}
}
cards["Slapcrackers"] = {
	Name = "Slapcrackers",
	Types={Item=true},
	Attack=1,
	Other="x4 {{Stat|Frenzy}}",
	Desc="{{Keyword|Aimless}}",
	Tribes={"All"}
}
cards["Snow Stick"] = {
	Name = "Snow Stick",
	Types={Item=true},
	Attack=1,
	Desc="Apply '''2''' {{Stat|Snow}}",
	Tribes={"Snowdwellers"}
}
cards["Snowcake"] = {
	Name = "Snowcake",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''10''' {{Stat|Snow}}<br>{{Keyword|Consume}}",
	Tribes={"All"}
}
cards["Snowzooka"] = {
	Name = "Snowzooka",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''2''' {{Stat|Snow}}<br>{{Keyword|Critical}}",
	Tribes={"Clunkmasters"}
}
cards["Soulbound Skulls"] = {
	Name = "Soulbound Skulls",
	Types={Item=true},
	Desc="Add {{Keyword|Soulbound}} to an ally<br>Add {{Keyword|Soulbound}} to a random enemy",
	Tribes={"Shademancers"}
}
cards["Spice Stones"] = {
	Name = "Spice Stones",
	Types={Item=true},
	Desc="Apply '''1''' {{Stat|Spice}}<br>Double the target's {{Stat|Spice}}",
	Tribes={"Snowdwellers"}
}
cards["Spore Pack"] = {
	Name = "Spore Pack",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''2''' {{Stat|Shroom}}<br>{{Keyword|Barrage}}",
	Tribes={"Snowdwellers"}
}
cards["Storm Globe"] = {
	Name = "Storm Globe",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''4''' {{Stat|Snow}}<br>Reduce by '''1''' when played",
	Tribes={"All"}
}
cards["Stormbear Spirit"] = {
	Name = "Stormbear Spirit",
	Types={Item=true},
	Attack=8,
	Desc="Target must be {{Stat|Snow}}'d",
	Tribes={"Snowdwellers"}
}
cards["Sun Rod"] = {
	Name = "Sun Rod",
	Types={Item=true},
	Desc="Count down {{Stat|Counter}} by '''2'''",
	Tribes={"Snowdwellers"}
}
cards["Sunburst Tootoo"] = {
	Name = "Sunburst Tootoo",
	Types={Item=true},
	Attack=1,
	Desc="Count down {{Stat|Counter}} by '''2'''",
	Tribes={"Shademancers"}
}
cards["Suncream"] = {
	Name = "Suncream",
	Types={Item=true},
	Desc="Reduce {{Stat|Counter}} by '''1'''<br>{{Keyword|Recycle}} '''1'''<br>{{Keyword|Consume}}",
	Tribes={"Clunkmasters"}
}
cards["Sunlight Drum"] = {
	Name = "Sunlight Drum",
	Types={Item=true},
	Desc="Count down {{Stat|Counter}} by '''1'''<br>{{Keyword|Barrage}}",
	Tribes={"All"}
}
cards["Sunsong Box"] = {
	Name = "Sunsong Box",
	Types={Item=true},
	Desc="Increase {{Stat|Attack}} by '''1'''<br>Count down {{Stat|Counter}} by '''1'''<br>{{Keyword|Recycle}} '''1'''",
	Tribes={"Clunkmasters"}
}
cards["Supersnower"] = {
	Name = "Supersnower",
	Types={Item=true},
	Attack=0,
	Desc="Apply '''3''' {{Stat|Snow}}<br>{{Keyword|Barrage}}<br>{{Keyword|Recycle}} '''2'''",
	Tribes={"Clunkmasters"}
}
cards["Tar Blade"] = {
	Name = "Tar Blade",
	Types={Item=true},
	Attack=0,
	Desc="Deal additional damage equal to [[Tar Blade]]s in hand",
	Tribes={"Shademancers"}
}
cards["The Lumin Vase"] = {
	Name = "The Lumin Vase",
	Types={Item=true},
	Desc="Apply '''1''' {{Stat|Lumin}}",
	Tribes={"All"}
}
cards["Tiger Skull"] = {
	Name = "Tiger Skull",
	Types={Item=true},
	Attack=0,
	Desc="Kill an ally<br>Apply '''3''' {{Stat|Teeth}} to allies in the row",
	Tribes={"Shademancers"}
}
cards["Tigris Mask"] = {
	Name = "Tigris Mask",
	Types={Item=true},
	Desc="Summon [[Tigris]]<br>{{Keyword|Consume}}",
	Tribes={"Shademancers"}
}
cards["Yeti Skull"] = {
	Name = "Yeti Skull",
	Types={Item=true},
	Attack=0,
	Desc="Kill an ally<br>Apply '''3''' {{Stat|Snow}} to enemies in the row",
	Tribes={"Shademancers"}
}

--Shades
cards["Beepop"] = {
	Name = "Beepop",
	Types={Shade=true},
	Health=1,
	Desc="When destroyed, apply '''4''' {{Stat|Overburn}} to the attacker",
	SummonCon="Using [[Beepop Mask]]"
}
cards["Chikani"] = {
	Name = "Chikani",
	Types={Shade=true},
	Health=4,
	Attack=4,
	Counter=3,
	Desc="When {{Keyword|Sacrificed}}, summon [[Chikasan]]",
	SummonCon="{{Keyword|Sacrificing}} [[Chikichi]]"
}
cards["Chikasan"] = {
	Name = "Chikasan",
	Types={Shade=true},
	Health=6,
	Attack=6,
	Counter=3,
	Desc="When {{Keyword|Sacrificed}}, summon [[Chikashi]]",
	SummonCon="{{Keyword|Sacrificing}} [[Chikani]]"
}
cards["Chikashi"] = {
	Name = "Chikashi",
	Types={Shade=true},
	Health=8,
	Attack=8,
	Counter=3,
	Desc="When {{Keyword|Sacrificed}}, summon [[Chikagoru]]",
	SummonCon="{{Keyword|Sacrificing}} [[Chikasan]]"
}
cards["Chikagoru"] = {
	Name = "Chikagoru",
	Types={Shade=true},
	Health=10,
	Attack=10,
	Counter=3,
	SummonCon="{{Keyword|Sacrificing}} [[Chikashi]]"
}
cards["Dregg"] = {
	Name = "Dregg",
	Types={Shade=true},
	Health=4,
	Attack=5,
	Counter=5,
	Other="x3 {{Stat|Frenzy}}",
	SummonCon="[[Egg]] is destroyed"
}
cards["Fallow"] = {
	Name = "Fallow",
	Types={Shade=true},
	Health=6,
	Attack=2,
	Counter=4,
	Desc="{{Keyword|Barrage}}",
	SummonCon="Using [[Fallow Mask]]"
}
cards["JunJun"] = {
	Name = "JunJun",
	Types={Shade=true},
	Health=3,
	Attack=2,
	Counter=3,
	Desc="{{Keyword|Aimless}}",
	SummonCon="Using [[JunJun Mask]]"
}
cards["Leech"] = {
	Name = "Leech",
	Types={Shade=true},
	Health=5,
	Attack=2,
	Counter=3,
	Desc="Take '''3''' {{Stat|Health}} from all allies",
	SummonCon="Using [[Leech Mask]]"
}
cards["Pom"] = {
	Name = "Pom",
	Types={Shade=true},
	Health=7,
	Counter=3,
	Desc="While active, add {{Keyword|Barrage}} to all enemies",
	SummonCon="Using [[Pom Mask]]"
}
cards["Sheepopper"] = {
	Name = "Sheepopper",
	Types={Shade=true},
	Health=4,
	Desc="When destroyed, deal '''8''' damage to all allies",
	SummonCon="Using [[Sheepopper Mask]]"
}
cards["Tigris"] = {
	Name = "Tigris",
	Types={Shade=true},
	Health=4,
	Other="2 {{Stat|Teeth}}",
	Desc="Gain '''1''' {{Stat|Teeth}} when hit, or an ally is hit",
	SummonCon="Using [[Tigris Mask]]"
}

--Enemies
cards["Baby Snowbo"] = {
	Name = "Baby Snowbo",
	Types={Enemy=true},
	Health=1,
	Attack=1,
	Counter=2,
}
cards["Berry Witch"] = {
	Name = "Berry Witch",
	Types={Enemy=true},
	Health=6,
	Attack=2,
	Counter=4,
	Desc="Restore '''2''' {{Stat|Health}} to all allies"
}
cards["Bigfoot"] = {
	Name = "Bigfoot",
	Types={Enemy=true},
	Health=12,
	Attack=5,
	Counter=4,
	Desc="{{Keyword|Barrage}}"
}
cards["Bulbhead"] = {
	Name = "Bulbhead",
	Types={Enemy=true},
	Health=8,
	Attack=0,
	Counter=5,
	Desc="Apply '''2''' {{Stat|Shroom}}<br>{{Keyword|Barrage}}"
}
cards["Burster"] = {
	Name = "Burster",
	Types={Enemy=true},
	Health=10,
	Attack=1,
	Counter=4,
	Other="{{Stat|Resist Snow}}",
	Desc="Apply '''2''' {{Stat|Haze}}"
}
cards["Chungoon"] = {
	Name = "Chungoon",
	Types={Enemy=true},
	Health=6,
	Attack=1,
	Counter=3,
	Desc="When hit, gain '''+1''' {{Stat|Attack}}"
}
cards["Conker"] = {
	Name = "Conker",
	Types={Enemy=true},
	Health=2,
	Attack=2,
	Counter=5,
	Other="10 {{stat|Shell}}",
	Desc="Deal additional damage equal to {{Stat|Shell}}"
}
cards["Earth Berry"] = {
	Name = "Earth Berry",
	Types={Enemy=true},
	Health=6,
	Attack=0,
	Counter=3,
	Desc="Deal damage equal to {{Stat|Health}}"
}
cards["Frostinger"] = {
	Name = "Frostinger",
	Types={Enemy=true},
	Health=8,
	Attack=1,
	Counter=3,
	Desc="Apply '''1''' {{Stat|Frost}}"
}
cards["Gobbler"] = {
	Name = "Gobbler",
	Types={Enemy=true},
	Health=7,
	Attack=1,
	Counter=3,
	Desc="When an ally is killed, gain their {{stat|Attack}}"
}
cards["Gobling"] = {
	Name = "Gobling",
	Types={Enemy=true},
	Health=6,
	Counter=4,
	Desc="Escape from the battle<br>Drop '''4''' {{Bling}} when hit"
}
cards["Gok"] = {
	Name = "Gok",
	Types={Enemy=true},
	Health=18,
	Attack=5,
	Counter=5,
	Desc="When hit, apply '''1''' {{Stat|Demonize}} to the attacker"
}
cards["Grink"] = {
	Name = "Grink",
	Types={Enemy=true},
	Health=8,
	Attack=1,
	Counter=2,
	Desc="Apply '''2''' {{Stat|Frost}}"
}
cards["Grizzle"] = {
	Name = "Grizzle",
	Types={Enemy=true},
	Health=16,
	Attack=4,
	Counter=5,
	Other="{{Stat|Resist Snow}}",
	Desc="Apply '''3''' {{Stat|Snow}}"
}
cards["Grog"] = {
	Name = "Grog",
	Types={Enemy=true},
	Health=12,
	Attack=6,
	Counter=8,
	Desc="When hit, count down {{Stat|Counter}} by '''1'''"
}
cards["Gromble"] = {
	Name = "Gromble",
	Types={Enemy=true},
	Health=12,
	Attack=2,
	Counter=2,
}
cards["Grouchy"] = {
	Name = "Grouchy",
	Types={Enemy=true},
	Health=5,
	Attack=2,
	Counter=4,
	Desc=" While damaged, {{Stat|Attack}} is increased by '''2'''"
}
cards["Grumps"] = {
	Name = "Grumps",
	Types={Enemy=true},
	Health=9,
	Attack=10,
	Counter=8,
	Desc="When hit, reduce the attacker's {{Stat|Attack}} by '''1'''"
}
cards["Hog"] = {
	Name = "Hog",
	Types={Enemy=true},
	Health=1,
	Attack=1,
	Counter=2,
	Desc="{{Keyword|Wild}}"
}
cards["Jab Joat"] = {
	Name = "Jab Joat",
	Types={Enemy=true},
	Health=10,
	Attack=1,
	Counter=3,
	Other="x2 {{stat|Frenzy}}",
}
cards["Krab"] = {
	Name = "Krab",
	Types={Enemy=true},
	Health=5,
	Attack=8,
	Counter=5,
	Other="3 {{Stat|Block}}",
}
cards["Krawler"] = {
	Name = "Krawler",
	Types={Enemy=true},
	Health=10,
	Attack=4,
	Counter=3,
	Desc="When hit, apply '''2''' {{Stat|Block}} to a random ally"
}
cards["Makoko"] = {
	Name = "Makoko",
	Types={Enemy=true},
	Health=8,
	Attack=0,
	Counter=1,
	Desc="Gain '''+1''' {{Stat|Attack}}"
}
cards["Marrow"] = {
	Name = "Marrow",
	Types={Enemy=true},
	Health=14,
	Attack=2,
	Counter=4,
	Desc="While active, add '''2''' {{Stat|Teeth}} to all allies"
}
cards["Naked Gnome"] = {
	Name = "Naked Gnome",
	Types={Enemy=true},
	Health=1,
	Desc="<span style=\"color:grey\"> ''Does absolutely nothing...'' </span>"
}
cards["Ooba Bear"] = {
	Name = "Ooba Bear",
	Types={Enemy=true},
	Health=6,
	Attack=4,
	Counter=3,
	Desc="When hit, apply '''2''' {{Stat|Snow}} to the attacker"
}
cards["Paw Paw"] = {
	Name = "Paw Paw",
	Types={Enemy=true},
	Health=10,
	Attack=1,
	Counter=3,
	Desc="When hit, gain '''2''' {{Stat|Teeth}}"
}
cards["Pecan"] = {
	Name = "Pecan",
	Types={Enemy=true},
	Health=2,
	Attack=4,
	Counter=4,
	Other="2 {{stat|Shell}}",
	Desc="Gain '''2''' {{Stat|Shell}}"
}
cards["Pengoon"] = {
	Name = "Pengoon",
	Types={Enemy=true},
	Health=2,
	Attack=1,
	Counter=2,
}
cards["Pepper Witch"] = {
	Name = "Pepper Witch",
	Types={Enemy=true},
	Health=8,
	Attack=1,
	Counter=3,
	Desc="When hit, apply '''2''' {{Stat|Spice}} to allies in the row"
}
cards["Plum"] = {
	Name = "Plum",
	Types={Enemy=true},
	Health=15,
	Attack=2,
	Counter=3,
	Desc="Restore '''4''' {{Stat|Health}} to all allies"
}
cards["Popshroom"] = {
	Name = "Popshroom",
	Types={Enemy=true},
	Health=6,
	Attack=0,
	Counter=4,
	Desc="Apply '''4''' {{Stat|Shroom}}<br>Destroy self"
}
cards["Porkypine"] = {
	Name = "Porkypine",
	Types={Enemy=true},
	Health=6,
	Attack=2,
	Counter=4,
	Desc="{{Keyword|Barrage'''}}"
}
cards["Prickle"] = {
	Name = "Prickle",
	Types={Enemy=true},
	Health=5,
	Counter=3,
	Other="2 {{Stat|Teeth}}",
	Desc="Gain '''2''' {{Stat|Teeth}}"
}
cards["Puffball"] = {
	Name = "Puffball",
	Types={Enemy=true},
	Health=2,
	Attack=0,
	Desc="Apply '''2''' {{Stat|Shroom}}<br>Trigger against the target when an ally attacks"
}
cards["Pygmy"] = {
	Name = "Pygmy",
	Types={Enemy=true},
	Health=5,
	Attack=0,
	Counter=2,
	Desc="Apply '''1''' {{Stat|Demonize}}<br>{{Keyword|Barrage}}"
}
cards["Rockhog"] = {
	Name = "Rockhog",
	Types={Enemy=true},
	Health=7,
	Attack=4,
	Counter=6,
	Desc="While active, add '''x1''' {{Stat|Frenzy}} to all allies"
}
cards["Shell Witch"] = {
	Name = "Shell Witch",
	Types={Enemy=true},
	Health=6,
	Attack=2,
	Counter=3,
	Desc="Apply '''2''' {{Stat|Shell}} to all allies"
}
cards["Shroom Gobbler"] = {
	Name = "Shroom Gobbler",
	Types={Enemy=true},
	Health=12,
	Attack=2,
	Counter=5,
	Desc="Whenever anything takes damage from {{Stat|Shroom}}, gain '''+1''' {{Stat|Attack}}"
}
cards["Shrootles"] = {
	Name = "Shrootles",
	Types={Enemy=true},
	Health=8,
	Attack=0,
	Counter=3,
	Other="x3 {{Stat|Frenzy}}",
	Desc="Apply '''1''' {{Stat|Shroom}}<br>{{Keyword|Aimless}}"
}
cards["Smog"] = {
	Name = "Smog",
	Types={Enemy=true},
	Health=10,
	Attack=5,
	Counter=6,
	Desc="While active, add {{Keyword|Aimless}} to all enemies"
}
cards["Snow Gobbler"] = {
	Name = "Snow Gobbler",
	Types={Enemy=true},
	Health=8,
	Attack=1,
	Counter=5,
	Desc="Whenever anything is {{Stat|Snow}}'d, gain '''+2''' {{Stat|Attack}}"
}
cards["Snowbirb"] = {
	Name = "Snowbirb",
	Types={Enemy=true},
	Health=4,
	Attack=1,
	Counter=3,
	Desc="Apply '''4''' {{Stat|Snow}}<br>{{Keyword|Longshot}}"
}
cards["Snowbo"] = {
	Name = "Snowbo",
	Types={Enemy=true},
	Health=4,
	Attack=1,
	Counter=2,
	Desc="{{Keyword|Aimless}}"
}
cards["Spuncher"] = {
	Name = "Spuncher",
	Types={Enemy=true},
	Health=15,
	Attack=3,
	Counter=3,
}
cards["Tentickle"] = {
	Name = "Tentickle",
	Types={Enemy=true},
	Health=8,
	Attack=5,
	Counter=5,
	Desc="When hit, apply '''3''' {{Stat|Ink}} to the attacker"
}
cards["Waddlegoons"] = {
	Name = "Waddlegoons",
	Types={Enemy=true},
	Health=9,
	Attack=1,
	Counter=3,
	Other="x3 {{Stat|Frenzy}}",
}
cards["Warthog"] = {
	Name = "Warthog",
	Types={Enemy=true},
	Health=18,
	Attack=5,
	Counter=5,
	Desc="{{Keyword|Wild}}<br>{{Keyword|Smackback}}"
}
cards["Wild Snoolf"] = {
	Name = "Wild Snoolf",
	Types={Enemy=true},
	Health=4,
	Attack=1,
	Counter=3,
	Desc="Apply '''2''' {{Stat|Snow}}"
}
cards["Willow"] = {
	Name = "Willow",
	Types={Enemy=true},
	Health=16,
	Attack=0,
	Counter=5,
	Desc="Apply '''5''' {{Stat|Overburn}}"
}
cards["Winter Worm"] = {
	Name = "Winter Worm",
	Types={Enemy=true},
	Health=10,
	Attack=8,
	Counter=6,
	Desc="When hit, reduce {{Stat|Attack}} by '''1'''"
}
cards["Woolly Drek"] = {
	Name = "Woolly Drek",
	Types={Enemy=true},
	Health=28,
	Attack=3,
	Counter=5,
	Other="{{Stat|Resist Snow}}",
	Desc="Eat a random ally, absorbing their {{Stat|Attack}}, {{Stat|Health}} and effects"
}

--Enemy Clunkers
cards["Bombarder (Enemy)"] = {
	Name = "Bombarder",
	Types={EnemyClunker=true},
	Scrap=3,
	Attack=0,
	Counter=4,
	Desc=" Apply '''2''' {{Stat|Bom}}<br>Hits all enemies"
}
cards["Ice Forge"] = {
	Name = "Ice Forge",
	Types={EnemyClunker=true},
	Scrap=2,
	Desc=" While active, add '''+2''' {{Stat|Attack}} to all allies and '''-2''' {{Stat|Attack}} to all enemies"
}
cards["Ice Lantern"] = {
	Name = "Ice Lantern",
	Types={EnemyClunker=true},
	Scrap=1,
	Desc=" While active, add '''+2''' {{Stat|Attack}} to all allies"
}
cards["Moko Head"] = {
	Name = "Moko Head",
	Types={EnemyClunker=true},
	Scrap=1,
	Desc=" When destroyed, apply '''5''' {{Stat|Spice}} to all allies"
}
cards["Spike Wall"] = {
	Name = "Spike Wall",
	Types={EnemyClunker=true},
	Scrap=3,
	Attack=3,
	Other="Reaction",
	Desc=" {{Keyword|Frontline}}<br>{{Keyword|Smackback}}"
}

--Minibosses
cards["Big Peng"] = {
	Name = "Big Peng",
	Types={Miniboss=true},
	Health=10,
	Attack=1,
	Counter=4,
	Desc="Gain '''+1''' {{Stat|Attack}} when an ally is killed"
}
cards["Bigloo"] = {
	Name = "Bigloo",
	Types={Miniboss=true},
	Health=30,
	Attack=5,
	Counter=4,
	Other="{{Stat|Resist Snow}}",
	Desc="Apply '''2''' {{Stat|Snow}}<br>{{Keyword|Barrage}}"
}
cards["Bolgo"] = {
	Name = "Bolgo",
	Types={Miniboss=true},
	Health=20,
	Attack=5,
	Counter=3,
	Other="10 {{Stat|Shell}}",
	Desc="When hit, gain '''+1''' {{Stat|Attack}}"
}
cards["Bumbo"] = {
	Name = "Bumbo",
	Types={Miniboss=true},
	Health=15,
	Attack=3,
	Counter=4,
	Other="{{Stat|Resist Snow}}",
	Desc="Apply '''2''' {{Stat|Snow}}<br>{{Keyword|Barrage}}"
}
cards["King Moko"] = {
	Name = "King Moko",
	Types={Miniboss=true},
	Health=80,
	Attack=10,
	Counter=7,
	Other="x5 {{Stat|Frenzy}}<br>{{Stat|Resist Snow}}",
	Desc="When hit, apply '''3''' {{Stat|Spice}} to everyone in the battle"
}
cards["Maw Jaw"] = {
	Name = "Maw Jaw",
	Types={Miniboss=true},
	Health=30,
	Attack=5,
	Counter=4,
	Other="Reaction",
	Desc="Trigger when hit"
}
cards["Muttonhead"] = {
	Name = "Muttonhead",
	Types={Miniboss=true},
	Health=30,
	Attack=4,
	Counter=3,
	Desc="When {{Stat|Snow}}'d. apply '''1''' {{Stat|Demonize}} to all enemies"
}
cards["Numskull"] = {
	Name = "Numskull",
	Types={Miniboss=true},
	Health=20,
	Attack=6,
	Counter=4,
	Other="12 {{Stat|Block}}<br>{{Stat|Resist Snow}}",
	Desc="While active, add {{Keyword|Hogheaded}} to all enemies"
}
cards["Queen Globerry"] = {
	Name = "Queen Globerry",
	Types={Miniboss=true},
	Health=15,
	Attack=0,
	Counter=5,
	Other="{{Stat|Resist Snow}}",
	Desc="Deal additional damage equal to {{Stat|Health}}"
}
cards["Razor"] = {
	Name = "Razor",
	Types={Miniboss=true},
	Health=50,
	Attack=3,
	Counter=3,
	Other="{{Stat|Resist Snow}}",
	Desc="{{Keyword|Wild}}"
}
cards["The Ringer"] = {
	Name = "The Ringer",
	Types={Miniboss=true},
	Health=15,
	Attack=5,
	Counter=5,
	Other="{{Stat|Resist Snow}}",
	Desc="When hit, apply '''2''' {{Stat|Frost}} to a random enemy"
}
cards["The Snow Knight"] = {
	Name = "The Snow Knight",
	Types={Miniboss=true},
	Health=10,
	Attack=1,
	Counter=2,
	Desc=" Whenever anything is {{Stat|Snow}}'d, gain '''+1''' {{Stat|Attack}}"
}
cards["Veiled Lady"] = {
	Name = "Veiled Lady",
	Types={Miniboss=true},
	Health=12,
	Attack=0,
	Counter=3,
	Other="{{Stat|Resist Snow}}",
	Desc=" Apply '''3''' {{Stat|Shroom}}"
}

--Bosses
cards["Bam"] = {
	Name = "Bam",
	Types={Boss=true},
	Health=16,
	Attack=6,
	Counter=6,
	Other="{{Stat|Resist Snow}}",
	Desc="{{Keyword|Wild}}"
}
cards["Bamboozle"] = {
	Name = "Bamboozle",
	Types={Boss=true},
	Health=18,
	Attack=3,
	Counter=5,
	Other="{{Stat|Resist Snow}}",
	Desc="Hits all enemies"
}
cards["Boozle"] = {
	Name = "Boozle",
	Types={Boss=true},
	Health=14,
	Attack=2,
	Counter=2,
	Desc="Apply '''1''' {{Stat|Snow}}<br>{{Keyword|Wild}}"
}
cards["Frost Bomber"] = {
	Name = "Frost Bomber",
	Types={Boss=true},
	Health=60,
	Attack=5,
	Counter=4,
	Other="{{Stat|Resist Snow}}",
	Desc="{{Keyword|Barrage}}"
}
cards["Frost Crusher"] = {
	Name = "Frost Crusher",
	Types={Boss=true},
	Health=90,
	Attack=2,
	Counter=2,
	Desc="Gain '''+2''' {{Stat|Attack}}"
}
cards["Frost Guardian"] = {
	Name = "Frost Guardian",
	Types={Boss=true},
	Health=60,
	Attack=0,
	Counter=4,
	Other="{{Stat|Resist Snow}}",
	Desc="When {{Stat|Health}} lost, add equal {{Stat|Attack}} to self and allies"
}
cards["Frost Jailer"] = {
	Name = "Frost Jailer",
	Types={Boss=true},
	Health=90,
	Attack=5,
	Counter=5,
	Desc="While active, add {{Keyword|Unmovable}} to all enemies"
}
cards["Frost Junker"] = {
	Name = "Frost Junker",
	Types={Boss=true},
	Health=30,
	Attack=1,
	Counter=2,
	Desc="When a card is destroyed, gain '''+1''' {{Stat|Attack}}"
}
cards["Frost Lancer"] = {
	Name = "Frost Lancer",
	Types={Boss=true},
	Health=60,
	Attack=7,
	Counter=6,
	Other="{{Stat|Resist Snow}}",
	Desc="{{Keyword|Aimless}}"
}
cards["Frost Muncher"] = {
	Name = "Frost Muncher",
	Types={Boss=true},
	Health=30,
	Attack=4,
	Counter=6,
	Desc="Destroy the rightmost card in your hand"
}
cards["Infernoko"] = {
	Name = "Infernoko",
	Types={Boss=true},
	Health=16,
	Attack=1,
	Counter=4,
	Other="{{Stat|Resist Snow}}",
	Desc="When an ally is killed, gain their {{Stat|Attack}}"
}
cards["Infernoko (Phase 2)"] = {
	Name = "Infernoko",
	Health=30,
	Attack=2,
	Counter=2,
	Other="{{Stat|Resist Snow}}",
	Desc="Gain '''+1''' {{Stat|Attack}}"
}
cards["Krunker"] = {
	Name = "Krunker",
	Types={Boss=true},
	Scrap=8,
	Attack=8,
	Counter=3,
	Desc="{{Keyword|Backline}}<br>{{Keyword|Bombard}}"
}
cards["Krunker (Phase 2)"] = {
	Name = "Krunker",
	Health=50,
	Attack=2,
	Counter=2,
	Other="{{Stat|Resist Snow}}",
	Desc="{{Keyword|Backline}}<br>{{Keyword|Bombard}}"
}
cards["Truffle"] = {
	Name = "Truffle",
	Types={Boss=true},
	Health=110,
	Attack=4,
	Counter=4,
	Desc="{{Keyword|Split}} when '''10''' {{Stat|Health}} lost"
}


p.cards = cards

return p