Vibe documents
This commit is contained in:
@@ -7,6 +7,38 @@ public static class CardDatabase
|
||||
{
|
||||
public static readonly System.Collections.Generic.List<CardData> Cards =
|
||||
[
|
||||
new()
|
||||
{
|
||||
Name = "Core Charges",
|
||||
Category = "Currency",
|
||||
Description = "Earnable currency, can be used to buy packs.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Crystals",
|
||||
Category = "Currency",
|
||||
Description = "Premium currency, can be used to buy packs and cosmetics.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Draft Ticket",
|
||||
Category = "Currency",
|
||||
Description = "Spend to participate in a draft.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Flux",
|
||||
Category = "Currency",
|
||||
Description = "Can be used to craft cards via wildcards.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Bleed",
|
||||
@@ -298,6 +330,69 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Daily Wins",
|
||||
Category = "Quest",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Deal 200 Damage",
|
||||
Category = "Quest",
|
||||
Description = "",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Deal 30 Damage with Overpower Agents",
|
||||
Category = "Quest",
|
||||
Description = "",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Deal 50 Damage with Specific Faction",
|
||||
Category = "Quest",
|
||||
Description = "",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Deplete 10 Agents",
|
||||
Category = "Quest",
|
||||
Description = "",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Erase 7 Cards",
|
||||
Category = "Quest",
|
||||
Description = "",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Overflow 10 Times",
|
||||
Category = "Quest",
|
||||
Description = "",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Weekly Wins",
|
||||
Category = "Quest",
|
||||
Description = "",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Agents",
|
||||
Category = "Redirect",
|
||||
@@ -335,6 +430,22 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Fast",
|
||||
Category = "Rule",
|
||||
Description = "This spell can be reacted to.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Immediate",
|
||||
Category = "Rule",
|
||||
Description = "This spell cannot be reacted to.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Round End",
|
||||
Category = "Rule",
|
||||
@@ -343,6 +454,14 @@ public static class CardDatabase
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Slow",
|
||||
Category = "Rule",
|
||||
Description = "This spell cannot be used as a reaction to something on the Chain.",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Core Set",
|
||||
Category = "Set",
|
||||
@@ -351,25 +470,71 @@ public static class CardDatabase
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Fast",
|
||||
Category = "Speed",
|
||||
Description = "This spell can be reacted to.",
|
||||
Name = "Card Backs",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Immediate",
|
||||
Category = "Speed",
|
||||
Description = "This spell cannot be reacted to.",
|
||||
Name = "Common",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Slow",
|
||||
Category = "Speed",
|
||||
Description = "This spell cannot be used as a reaction to something on the Chain.",
|
||||
Name = "Core Set Packs x1",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Core Set Packs x10",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Core Set Packs x5",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Core Set Packs x50",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Divergent",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Lost",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Rare",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Text Emote",
|
||||
Category = "Store",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user