data(Database) Added passive data from Twitter post

This commit is contained in:
2022-04-12 17:28:39 -04:00
parent 16223cd010
commit b540e360c8
12 changed files with 691 additions and 148 deletions
+3
View File
@@ -26,4 +26,7 @@ public static class DescriptiveType
public static string Summon = "Summon";
public static string Upgrade = "Upgrade";
public static string Ability = "Ability";
public static string Passive = "Passive";
public static string Applies_Debuff = "Applies_Debuff";
}