Adding Syndicate Pages
This commit is contained in:
@@ -22,6 +22,14 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Timeline",
|
||||
Category = "Rule",
|
||||
Description = "Provides a passive effect to all players. Only one timeline can be active at a time. The play who shifts to the timeline is considered the owner. The owner can be a bit of a confusing mechanic, but technically it can matter for some cards cares about WHO is triggering the effect.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Core Charges",
|
||||
Category = "Currency",
|
||||
@@ -126,48 +134,6 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Lifeblood",
|
||||
Category = "Faction",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Phasetide",
|
||||
Category = "Faction",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Silence",
|
||||
Category = "Faction",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Singularity",
|
||||
Category = "Faction",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Splintergleam",
|
||||
Category = "Faction",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Sungrace",
|
||||
Category = "Faction",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Blitz",
|
||||
Category = "Keyword",
|
||||
@@ -583,6 +549,48 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Lifeblood",
|
||||
Category = "Syndicate",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Phasetide",
|
||||
Category = "Syndicate",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Silence",
|
||||
Category = "Syndicate",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Singularity",
|
||||
Category = "Syndicate",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Splintergleam",
|
||||
Category = "Syndicate",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Sungrace",
|
||||
Category = "Syndicate",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Lifeblood - Phasetide",
|
||||
Category = "Syndicate Pairings",
|
||||
|
||||
Reference in New Issue
Block a user