Updating deck and adding deck code
This commit is contained in:
@@ -7,6 +7,20 @@ public static class CardDatabase
|
||||
{
|
||||
public static readonly System.Collections.Generic.List<CardData> Cards =
|
||||
[
|
||||
new()
|
||||
{
|
||||
Name = "Disarm",
|
||||
Category = "Debuff",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Mute",
|
||||
Category = "Debuff",
|
||||
Archetypes = [
|
||||
],
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Lifeblood",
|
||||
|
||||
Reference in New Issue
Block a user