init, basic structure, putting into a script for easy card builds

This commit is contained in:
🐙PiperYxzzy
2022-11-02 15:11:15 +02:00
parent 56f741380d
commit 05ef071a0e
7 changed files with 220 additions and 0 deletions

32
cards/finals.json Normal file
View File

@@ -0,0 +1,32 @@
[
{
"Name": {
"en": "Entropy"
},
"Description": {
"en": "Cancel the effects of all Final cards this round."
},
"Copies": 1,
"Priority": 0
},
{
"Name": {
"en": "Cursed Deck"
},
"Description": {
"en": "Swap two played Stances between any two players other than yourself."
},
"Copies": 1,
"Priority": 1
},
{
"Name": {
"en": "Stoic Hymnal"
},
"Description": {
"en": "Your Stances cannot be changed by any future Final effects this round."
},
"Copies": 1,
"Priority": 2
}
]