Adding two decks and fixing meta data issues that must have been caused by a bad rebase
This commit is contained in:
@@ -417,6 +417,68 @@ public static class DeckDatabase
|
||||
DeckType = "store",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Somnus Hate",
|
||||
Cards = [
|
||||
"Limit Breaker",
|
||||
"Limit Breaker",
|
||||
"Limit Breaker",
|
||||
"Sunshock",
|
||||
"Sunshock",
|
||||
"Sunshock",
|
||||
"Sunbringer Artillerist",
|
||||
"Sunbringer Artillerist",
|
||||
"Sunbringer Artillerist",
|
||||
"Librarian's Assistant",
|
||||
"Librarian's Assistant",
|
||||
"Librarian's Assistant",
|
||||
"Soothing Glow",
|
||||
"Soothing Glow",
|
||||
"Soothing Glow",
|
||||
"Pressure Spike",
|
||||
"Pressure Spike",
|
||||
"Pressure Spike",
|
||||
"Gnosis",
|
||||
"Gnosis",
|
||||
"Gnosis",
|
||||
"Suncursed Conduit",
|
||||
"Suncursed Conduit",
|
||||
"Suncursed Conduit",
|
||||
"Starfueled Medics",
|
||||
"Starfueled Medics",
|
||||
"Starfueled Medics",
|
||||
"Radiant Channeling",
|
||||
"Radiant Channeling",
|
||||
"Radiant Channeling",
|
||||
"Supernova",
|
||||
"Supernova",
|
||||
"Supernova",
|
||||
"Jury of the Second Law",
|
||||
"Jury of the Second Law",
|
||||
"Hush Now",
|
||||
"Hush Now",
|
||||
"Hush Now",
|
||||
"Overburdened Scribe",
|
||||
"Overburdened Scribe",
|
||||
],
|
||||
Keycards = [
|
||||
"Hush Now",
|
||||
"Suncursed Conduit",
|
||||
],
|
||||
Divers = [
|
||||
"Brilliant Martyr",
|
||||
"Telepathic Conduit",
|
||||
],
|
||||
Description = "The goal of this deck is just to kill Somnus, the Dreaming. And ideally then remove it from the graveyard with Suncursed Conduit.\nI haven't actually matches into Somnus, the Dreaming in my brief testing, so the deck has yet to prove it can kill Somnus, the Dreaming.",
|
||||
Factions = [
|
||||
"Sungrace",
|
||||
"Silence",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "AUFVG33NNZ2XGICIMF2GKC3DN5XHG5DSOVRXIZLEGEAGUAAAAJFTCDBZAMCAGBQDCQBQEAYDAMAQGCIDDUBQEAYHAOOACAY",
|
||||
DeckType = "custom",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Somnus Spam",
|
||||
Cards = [
|
||||
@@ -537,6 +599,69 @@ public static class DeckDatabase
|
||||
DeckType = "precon",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Sudden Wolves",
|
||||
Cards = [
|
||||
"Fervent Mycologist",
|
||||
"Fervent Mycologist",
|
||||
"Fervent Mycologist",
|
||||
"Territorial Pack",
|
||||
"Territorial Pack",
|
||||
"Territorial Pack",
|
||||
"Aardvark Precinct Captain",
|
||||
"Aardvark Precinct Captain",
|
||||
"Aardvark Precinct Captain",
|
||||
"Traffic Conductor",
|
||||
"Traffic Conductor",
|
||||
"Traffic Conductor",
|
||||
"Throwdown",
|
||||
"Glade Grazers",
|
||||
"Glade Grazers",
|
||||
"Glade Grazers",
|
||||
"Mulch",
|
||||
"Mulch",
|
||||
"Mulch",
|
||||
"Bloom",
|
||||
"Bloom",
|
||||
"Panicked Refugee",
|
||||
"Panicked Refugee",
|
||||
"Panicked Refugee",
|
||||
"Scent the Prey",
|
||||
"Scent the Prey",
|
||||
"Scent the Prey",
|
||||
"Sleepy Druid",
|
||||
"Sleepy Druid",
|
||||
"Sleepy Druid",
|
||||
"Convergent Pack",
|
||||
"Convergent Pack",
|
||||
"Convergent Pack",
|
||||
"Timestop",
|
||||
"Timestop",
|
||||
"Pterosaur Rider",
|
||||
"Pterosaur Rider",
|
||||
"Spark of Bounty",
|
||||
"Spark of Bounty",
|
||||
"Glasswinged Monarch",
|
||||
],
|
||||
Keycards = [
|
||||
"Convergent Pack",
|
||||
"Panicked Refugee",
|
||||
"Scattered Helpers",
|
||||
],
|
||||
Divers = [
|
||||
"Egg Tender",
|
||||
"Scattered Helpers",
|
||||
],
|
||||
Description = "Deck needs work, but the idea is to add a lot of timeline stacks, the cast Convergent Pack with Scattered Helpers on the field. Each dying wolf is going to buff the next one, increasing the damage dealt. This deck was made before the revealed new wolves card, but it would obviously help the deck out.",
|
||||
Factions = [
|
||||
"Lifeblood",
|
||||
"Singularity",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "AUGVG5LEMRSW4ICXN5WHMZLTBNRW63TTORZHKY3UMVSAGAE4AABCNKICAQLQMB4VAEFAKAYEAMCQGAYDAIBQEAYQAMBAGAIDOABQ",
|
||||
DeckType = "custom",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Sunbleed",
|
||||
Cards = [
|
||||
|
||||
Reference in New Issue
Block a user