More notes and added store precons
This commit is contained in:
@@ -7,6 +7,66 @@ public static class DeckDatabase
|
||||
{
|
||||
public static readonly System.Collections.Generic.List<DeckData> Decks =
|
||||
[
|
||||
new()
|
||||
{
|
||||
Name = "Aggro",
|
||||
Cards = [
|
||||
"Headbanging",
|
||||
"Headbanging",
|
||||
"Chronal Scan",
|
||||
"Chronal Scan",
|
||||
"Gilded Behemoth",
|
||||
"Gilded Behemoth",
|
||||
"Bathe in Flames",
|
||||
"Bathe in Flames",
|
||||
"Paradox Cacophony",
|
||||
"Paradox Cacophony",
|
||||
"Enhanced Retriever",
|
||||
"Enhanced Retriever",
|
||||
"Enhanced Retriever",
|
||||
"Fractal Phantasm",
|
||||
"Fractal Phantasm",
|
||||
"Fractal Phantasm",
|
||||
"Denizen of Flames",
|
||||
"Denizen of Flames",
|
||||
"Denizen of Flames",
|
||||
"Glittering Gladiator",
|
||||
"Glittering Gladiator",
|
||||
"Glittering Gladiator",
|
||||
"Desperate Primordial",
|
||||
"Desperate Primordial",
|
||||
"Desperate Primordial",
|
||||
"Blazing Shifter",
|
||||
"Blazing Shifter",
|
||||
"Blazing Shifter",
|
||||
"Devoted Bloodletter",
|
||||
"Devoted Bloodletter",
|
||||
"Devoted Bloodletter",
|
||||
"Channel Vigor",
|
||||
"Channel Vigor",
|
||||
"Channel Vigor",
|
||||
"Bloodbolt",
|
||||
"Bloodbolt",
|
||||
"Bloodbolt",
|
||||
"Go for the Heart",
|
||||
"Go for the Heart",
|
||||
"Go for the Heart",
|
||||
],
|
||||
Keycards = [
|
||||
],
|
||||
Divers = [
|
||||
"Efficient Scrapbot",
|
||||
"Bloodline Tracker",
|
||||
],
|
||||
Description = "",
|
||||
Factions = [
|
||||
"Splintergleam",
|
||||
"Singularity",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "",
|
||||
DeckType = "store",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Big Energy",
|
||||
@@ -69,6 +129,83 @@ public static class DeckDatabase
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "AUHUE2LHEBCW4ZLSM54SAQ3POB4QWY3PNZZXI4TVMN2GKZBTAADACASPCICESCQCAUFDCAYGAMCAGAQDDYBQCAYBAOTQCAYQAMDQG",
|
||||
DeckType = "custom",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Example",
|
||||
Cards = [
|
||||
],
|
||||
Keycards = [
|
||||
],
|
||||
Divers = [
|
||||
],
|
||||
Description = "",
|
||||
Factions = [
|
||||
],
|
||||
IsVisible = false,
|
||||
DeckCode = "",
|
||||
DeckType = "store",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Kyln Control",
|
||||
Cards = [
|
||||
"Devourer Spawn",
|
||||
"Devourer Spawn",
|
||||
"Radiant Channeling",
|
||||
"Radiant Channeling",
|
||||
"Brilliant Martyr",
|
||||
"Brilliant Martyr",
|
||||
"Brilliant Martyr",
|
||||
"Hidden Locus",
|
||||
"Hidden Locus",
|
||||
"Hidden Locus",
|
||||
"Debris Collector",
|
||||
"Debris Collector",
|
||||
"Debris Collector",
|
||||
"Sunshock",
|
||||
"Sunshock",
|
||||
"Sunshock",
|
||||
"Throw into the Sun",
|
||||
"Throw into the Sun",
|
||||
"Throw into the Sun",
|
||||
"Enlightened Refugee",
|
||||
"Enlightened Refugee",
|
||||
"Enlightened Refugee",
|
||||
"Scuttling Spares",
|
||||
"Scuttling Spares",
|
||||
"Scuttling Spares",
|
||||
"Nascent Clone",
|
||||
"Nascent Clone",
|
||||
"Nascent Clone",
|
||||
"Recycler",
|
||||
"Recycler",
|
||||
"Recycler",
|
||||
"Rapid Iteration",
|
||||
"Rapid Iteration",
|
||||
"Rapid Iteration",
|
||||
"Frontline Fellowship",
|
||||
"Frontline Fellowship",
|
||||
"Frontline Fellowship",
|
||||
"Timestop",
|
||||
"Timestop",
|
||||
"Timestop",
|
||||
],
|
||||
Keycards = [
|
||||
],
|
||||
Divers = [
|
||||
"Planet Seeder",
|
||||
"Traffic Conductor",
|
||||
],
|
||||
Description = "",
|
||||
Factions = [
|
||||
"Sungrace",
|
||||
"Singularity",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "",
|
||||
DeckType = "store",
|
||||
},
|
||||
new()
|
||||
{
|
||||
@@ -97,6 +234,246 @@ public static class DeckDatabase
|
||||
Factions = [
|
||||
],
|
||||
IsVisible = false,
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Rewind",
|
||||
Cards = [
|
||||
"Holder of the Instruments",
|
||||
"Holder of the Instruments",
|
||||
"Invigorating Balm",
|
||||
"Invigorating Balm",
|
||||
"Fervent Mycologist",
|
||||
"Fervent Mycologist",
|
||||
"Fervent Mycologist",
|
||||
"Pterosaur Rider",
|
||||
"Pterosaur Rider",
|
||||
"Pterosaur Rider",
|
||||
"Scent the Prey",
|
||||
"Scent the Prey",
|
||||
"Scent the Prey",
|
||||
"Curious Acolyte",
|
||||
"Curious Acolyte",
|
||||
"Curious Acolyte",
|
||||
"Temple Analyst",
|
||||
"Temple Analyst",
|
||||
"Temple Analyst",
|
||||
"Holy Cleaner",
|
||||
"Holy Cleaner",
|
||||
"Holy Cleaner",
|
||||
"Karmic Debtor",
|
||||
"Karmic Debtor",
|
||||
"Karmic Debtor",
|
||||
"Divergence Assassin",
|
||||
"Divergence Assassin",
|
||||
"Divergence Assassin",
|
||||
"Chronicle of the One",
|
||||
"Chronicle of the One",
|
||||
"Chronicle of the One",
|
||||
"Prayer of Rescue",
|
||||
"Prayer of Rescue",
|
||||
"Prayer of Rescue",
|
||||
"Backhand",
|
||||
"Backhand",
|
||||
"Backhand",
|
||||
"Rescind Authorization",
|
||||
"Rescind Authorization",
|
||||
"Rescind Authorization",
|
||||
],
|
||||
Keycards = [
|
||||
],
|
||||
Divers = [
|
||||
"Zealot of the Hunt",
|
||||
"Nonlethal Special Forces",
|
||||
],
|
||||
Description = "",
|
||||
Factions = [
|
||||
"Phasetide",
|
||||
"Lifeblood",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "",
|
||||
DeckType = "store",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Somnus Spam",
|
||||
Cards = [
|
||||
"Return to Stillness",
|
||||
"Pressure Spike",
|
||||
"Pressure Spike",
|
||||
"Bury the Evidence",
|
||||
"Bury the Evidence",
|
||||
"Hush Now",
|
||||
"Hush Now",
|
||||
"Quiet Repose",
|
||||
"Quiet Repose",
|
||||
"Spirit's Lament",
|
||||
"Spirit's Lament",
|
||||
"Stern Arbiter",
|
||||
"Stern Arbiter",
|
||||
"Braindead Bouncer",
|
||||
"Braindead Bouncer",
|
||||
"Braindead Bouncer",
|
||||
"Somber Astronomer",
|
||||
"Somber Astronomer",
|
||||
"Somber Astronomer",
|
||||
"Nameless Spirit",
|
||||
"Nameless Spirit",
|
||||
"Nameless Spirit",
|
||||
"Destiny Ripper",
|
||||
"Destiny Ripper",
|
||||
"Destiny Ripper",
|
||||
"Rotting Rocker",
|
||||
"Rotting Rocker",
|
||||
"Rotting Rocker",
|
||||
"Sensory Deprivation Pod",
|
||||
"Sensory Deprivation Pod",
|
||||
"Sensory Deprivation Pod",
|
||||
"Mind Over Matter",
|
||||
"Mind Over Matter",
|
||||
"Mind Over Matter",
|
||||
"Backhand",
|
||||
"Backhand",
|
||||
"Backhand",
|
||||
"Snap Back",
|
||||
"Snap Back",
|
||||
"Snap Back",
|
||||
],
|
||||
Keycards = [
|
||||
],
|
||||
Divers = [
|
||||
"Librarian's Assistant",
|
||||
"Bareknuckle Inquisitor",
|
||||
],
|
||||
Description = "",
|
||||
Factions = [
|
||||
"Silence",
|
||||
"Phasetide",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "",
|
||||
DeckType = "store",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Sunbleed",
|
||||
Cards = [
|
||||
"Chaos Control",
|
||||
"Chaos Control",
|
||||
"Chaos Control",
|
||||
"Persistent Squire",
|
||||
"Persistent Squire",
|
||||
"Persistent Squire",
|
||||
"Bright-Eyed Supplicant",
|
||||
"Bright-Eyed Supplicant",
|
||||
"Bright-Eyed Supplicant",
|
||||
"Red Reaper",
|
||||
"Red Reaper",
|
||||
"Red Reaper",
|
||||
"Hungry Engine",
|
||||
"Hungry Engine",
|
||||
"Hungry Engine",
|
||||
"Channel Vigor",
|
||||
"Channel Vigor",
|
||||
"Channel Vigor",
|
||||
"Kintsu-Kai",
|
||||
"Kintsu-Kai",
|
||||
"Kintsu-Kai",
|
||||
"Paradox Cacophony",
|
||||
"Paradox Cacophony",
|
||||
"Paradox Cacophony",
|
||||
"Ironblood Elixir",
|
||||
"Ironblood Elixir",
|
||||
"Ironblood Elixir",
|
||||
"Rippling Resplendence",
|
||||
"Rippling Resplendence",
|
||||
"Rippling Resplendence",
|
||||
"Soothing Glow",
|
||||
"Soothing Glow",
|
||||
"BREAK AND SHATTER!",
|
||||
"BREAK AND SHATTER!",
|
||||
"Kinetic Absorber",
|
||||
"Kinetic Absorber",
|
||||
"Kinetic Absorber",
|
||||
"Debris Collector",
|
||||
"Debris Collector",
|
||||
"Debris Collector",
|
||||
],
|
||||
Keycards = [
|
||||
],
|
||||
Divers = [
|
||||
"Containment Breach",
|
||||
"Devoted Bloodletter",
|
||||
],
|
||||
Description = "",
|
||||
Factions = [
|
||||
"Sungrace",
|
||||
"Splintergleam",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "",
|
||||
DeckType = "store",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Tempo Deplete",
|
||||
Cards = [
|
||||
"Cascading Serenity",
|
||||
"Mulch",
|
||||
"Mulch",
|
||||
"Unstoppable Growth",
|
||||
"Unstoppable Growth",
|
||||
"Somber Astronomer",
|
||||
"Somber Astronomer",
|
||||
"Destiny Ripper",
|
||||
"Destiny Ripper",
|
||||
"Forest Recluse",
|
||||
"Forest Recluse",
|
||||
"The Forgotten Tale",
|
||||
"The Forgotten Tale",
|
||||
"Gnosis",
|
||||
"Gnosis",
|
||||
"Muffle",
|
||||
"Muffle",
|
||||
"Hush Now",
|
||||
"Hush Now",
|
||||
"Sleepy Druid",
|
||||
"Sleepy Druid",
|
||||
"Sleepy Druid",
|
||||
"Zealot of the Hunt",
|
||||
"Zealot of the Hunt",
|
||||
"Zealot of the Hunt",
|
||||
"Bloom",
|
||||
"Bloom",
|
||||
"Bloom",
|
||||
"Focused Adaptation",
|
||||
"Focused Adaptation",
|
||||
"Focused Adaptation",
|
||||
"Rotting Rocker",
|
||||
"Rotting Rocker",
|
||||
"Rotting Rocker",
|
||||
"Telepathic Scavenger",
|
||||
"Telepathic Scavenger",
|
||||
"Telepathic Scavenger",
|
||||
"Not so Fast",
|
||||
"Not so Fast",
|
||||
"Not so Fast",
|
||||
],
|
||||
Keycards = [
|
||||
],
|
||||
Divers = [
|
||||
"Egg Tender",
|
||||
"Redactionist",
|
||||
],
|
||||
Description = "",
|
||||
Factions = [
|
||||
"Lifeblood",
|
||||
"Silence",
|
||||
],
|
||||
IsVisible = true,
|
||||
DeckCode = "",
|
||||
DeckType = "store",
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user