Fixing deck import
This commit is contained in:
@@ -2123,6 +2123,25 @@ public static class CardDatabase
|
||||
ImageFile = "Swashbuckling Diehard.png",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Arra, Saurian Broodmother",
|
||||
Category = "Immortalized",
|
||||
Cost = 1,
|
||||
Attack = 1,
|
||||
Health = 2,
|
||||
Description = "Activate: The next ally that enters play this round Flourish|Flourishes. The first time each round another ally Flourishes, I Flourish.",
|
||||
Faction = "Lifeblood",
|
||||
Set = "Core Set",
|
||||
Archetypes = [
|
||||
"Flourish",
|
||||
],
|
||||
ImmortalizeTo = [
|
||||
],
|
||||
ImmortalizeFrom = "Egg Tender",
|
||||
ImmortalizeWhen = "I've seen allies Flourish 4+ times.",
|
||||
ImageFile = "Arra, Saurian Broodmother.png",
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Battleharts",
|
||||
Category = "Immortalized",
|
||||
|
||||
Reference in New Issue
Block a user