More notes and added store precons
This commit is contained in:
@@ -194,7 +194,7 @@ public static class DocDatabase
|
||||
{
|
||||
Title = "Splintergleam",
|
||||
Category = "Faction",
|
||||
Content = "Concepts:\n- Self Damage\n- Bleed\n-",
|
||||
Content = "# Self Damage\n\nCan hurt it's own units for power. Has [[Bleed]] to make reoccurring damage on units very easy.\n\n# Core Damage \n\nCan hurt both cores easily. Has [[Breakdown]] to take advantage of having an injured core for more damage.",
|
||||
Frontmatter = new()
|
||||
{
|
||||
{ "category", "Faction" },
|
||||
@@ -204,7 +204,7 @@ public static class DocDatabase
|
||||
{
|
||||
Title = "Sungrace",
|
||||
Category = "Faction",
|
||||
Content = "Concepts:\n- Ramp\n- Using and Replenishing Reserved Energy\n-",
|
||||
Content = "# Energy Reserves\n\nCare about always having banked energy. Spells can refund themselves when using [[Energy Reserves]], or get stronger is you [[Overflow]] your energy reserve.\n\nConcepts:\n- Ramp\n- Using and Replenishing Reserved Energy\n-",
|
||||
Frontmatter = new()
|
||||
{
|
||||
{ "category", "Faction" },
|
||||
@@ -310,6 +310,17 @@ public static class DocDatabase
|
||||
},
|
||||
},
|
||||
new()
|
||||
{
|
||||
Title = "Overflow",
|
||||
Category = "Keyword",
|
||||
Content = "",
|
||||
Frontmatter = new()
|
||||
{
|
||||
{ "category", "Keyword" },
|
||||
{ "description", "Adding more energy then your reserves increase this passive stack by 1." },
|
||||
},
|
||||
},
|
||||
new()
|
||||
{
|
||||
Title = "Overpower",
|
||||
Category = "Keyword",
|
||||
@@ -453,6 +464,30 @@ public static class DocDatabase
|
||||
},
|
||||
},
|
||||
new()
|
||||
{
|
||||
Title = "Beta Season 1 Track",
|
||||
Category = "Pass",
|
||||
Content = "",
|
||||
Frontmatter = new()
|
||||
{
|
||||
{ "category", "Pass" },
|
||||
{ "expPer", "500" },
|
||||
{ "size", "30" },
|
||||
},
|
||||
},
|
||||
new()
|
||||
{
|
||||
Title = "Onboarding Track",
|
||||
Category = "Pass",
|
||||
Content = "| Tier | Reward |\n| ---- | -------------------------------- |\n| 1 | Sprouts Record |\n| 2 | 120 Core Charges |\n| 3 | Burn Precon |\n| 4 | 120 Core Charges, 25 Flux |\n| 5 | Profile Pictures |\n| 6 | Emotes |\n| 7 | 120 Core Charges |\n| 8 | Profile Pictures |\n| 9 | 60 Core Charges, 50 Flux |\n| 10 | 240 Core Charges, 1 Draft Ticket |\n\n| Core Charges | Flux |\n| ------------ | ---- |\n| 660 | 75 |",
|
||||
Frontmatter = new()
|
||||
{
|
||||
{ "expPer", "30" },
|
||||
{ "size", "10" },
|
||||
{ "category", "Pass" },
|
||||
},
|
||||
},
|
||||
new()
|
||||
{
|
||||
Title = "Daily Wins",
|
||||
Category = "Quest",
|
||||
@@ -596,6 +631,17 @@ public static class DocDatabase
|
||||
},
|
||||
},
|
||||
new()
|
||||
{
|
||||
Title = "Energy Reserves",
|
||||
Category = "Rule",
|
||||
Content = "",
|
||||
Frontmatter = new()
|
||||
{
|
||||
{ "category", "Rule" },
|
||||
{ "description", "Up to three unused mana can be banked per turn for spell usage only." },
|
||||
},
|
||||
},
|
||||
new()
|
||||
{
|
||||
Title = "Fast",
|
||||
Category = "Rule",
|
||||
|
||||
Reference in New Issue
Block a user