load cards from json

This commit is contained in:
2024-03-29 13:59:57 +01:00
parent a0ab6a051f
commit cc7e2ad93e
10 changed files with 167 additions and 99 deletions
+3 -3
View File
@@ -13,16 +13,16 @@
{
"effect": "gold",
"amount": 1,
"type": "champion_action",
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "damage",
"amount": 2,
"type": "champion_action",
"effect_type": "champion_action",
"mutex": 1
}
]
},
}
]
}