More notes and added store precons
This commit is contained in:
@@ -226,6 +226,14 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Overflow",
|
||||
Category = "Keyword",
|
||||
Description = "Adding more energy then your reserves increase this passive stack by 1.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Overpower",
|
||||
Category = "Keyword",
|
||||
@@ -330,6 +338,20 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Beta Season 1 Track",
|
||||
Category = "Pass",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Onboarding Track",
|
||||
Category = "Pass",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Daily Wins",
|
||||
Category = "Quest",
|
||||
@@ -430,6 +452,14 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Energy Reserves",
|
||||
Category = "Rule",
|
||||
Description = "Up to three unused mana can be banked per turn for spell usage only.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Fast",
|
||||
Category = "Rule",
|
||||
|
||||
Reference in New Issue
Block a user