Files
ChronoCCG/Chrono/Web/Generated/Decks.g.cs
T

102 lines
4.2 KiB
C#

// <auto-generated/>
#nullable enable
namespace Chrono.Model;
public static class DeckDatabase
{
public static readonly System.Collections.Generic.List<DeckData> Decks =
[
new()
{
Name = "Big Energy",
Cards = [
"Brilliant Martyr",
"Brilliant Martyr",
"Brilliant Martyr",
"Kinetic Absorber",
"Kinetic Absorber",
"Kinetic Absorber",
"Hidden Locus",
"Hidden Locus",
"Hidden Locus",
"Suncursed Conduit",
"Suncursed Conduit",
"Suncursed Conduit",
"Swashbuckling Diehard",
"Swashbuckling Diehard",
"Swashbuckling Diehard",
"Debris Collector",
"Debris Collector",
"Debris Collector",
"Paradox Flow",
"Paradox Flow",
"Starfueled Medics",
"Starfueled Medics",
"Starfueled Medics",
"Lumbering Starseeker",
"Lumbering Starseeker",
"Novathermal Mining",
"Novathermal Mining",
"Novathermal Mining",
"Radiant Channeling",
"Radiant Channeling",
"Radiant Channeling",
"Supernova",
"Supernova",
"Supernova",
"Gunnery Captain",
"Lightsteel Colossus",
"Lightsteel Colossus",
"Devourer Spawn",
"Devourer Spawn",
"Army of the Sun",
],
Keycards = [
"Kinetic Absorber",
"Hidden Locus",
"Debris Collector",
"Lumbering Starseeker",
"Lightsteel Colossus",
],
Divers = [
"Peaceful Synthesizer",
"Limit Breaker",
],
Description = "The idea of this deck is to go heavy on stat-efficient cards. Like 2 for a 2/3 Kinetic Absorber, 5/6 Lumbering Starseeker, and 8 for a 9/14 Lightsteel Colossus. Debris Collector is also quite powerful and will Immortalize into a Living Comet 10/10 with Overpower pretty reliably, but it's also your only stat Mute target, so it might be a bit trash if that's popular in the meta.\nYou got Devourer Spawn to help push for lethal. It's going to have a bunch of keywords on it, given how popular timelines are in the meta.\nYou need to Overflow your mana once in a while, or some of your Supernova removal will be useless. Be pass heavy.\nYou're going to win on very low health if you win. Such is life.\nNo card draw, so Army of the Sun is your hope if things go long. At the worst, it's a spell that summons a big unit right away if it goes off.\nStarfueled Medics and Swashbuckling Diehard are just there to take up space and be mid-range drops. And technically, they can be win conditions, I suppose.\nAttack aggressively with Brilliant Martyr. You really want Star Siphon to ramp.\nAs divers, Peaceful Synthesizer is a 1 drop that will quickly turn into a 3/3. Can't get more stat efficient than that. And Limit Breaker is an early-game growing threat that will demand an answer from the enemy.",
Factions = [
"Sungrace",
],
IsVisible = true,
},
new()
{
Name = "Rewind Me",
Cards = [
"Curious Acolyte",
"Chronicle of the One",
"Prayer of Rescue",
"Backhand",
"Snap Back",
"Sunbringer Artillerist",
"Sunshock",
"Temple Analyst",
"Holy Cleaner",
"Balance Blade",
"Rescind Authorization",
"Out of Line",
"Divergence Assassin",
"Chronal Quarantine",
"Holder of the Instruments",
],
Keycards = [
],
Divers = [
],
Factions = [
],
IsVisible = false,
}
];
}