feat: champion features

This commit is contained in:
2024-05-26 19:58:10 +02:00
parent fbd7222f05
commit ba5c35368d
8 changed files with 251 additions and 8 deletions
+28
View File
@@ -1,5 +1,33 @@
{
"cards": [
{
"id": 1,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Arkus, Imperial Dragon",
"cost": 8,
"defense": 6,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "draw",
"amount": 1,
"effect_type": "champion_action"
},
{
"effect": "damage",
"amount": 5,
"effect_type": "champion_action"
},
{
"effect": "heal",
"amount": 6,
"effect_type": "faction_combo"
}
]
},
{
"id": 13,
"role": "market",
+3 -3
View File
@@ -2,12 +2,12 @@
"skin_name": "heron",
"10": {
"title": "Rallier les Troupes",
"type": "Action, Charme",
"image_path": "img/skins/heron/010.png"
"flavor_text_type": "Charme",
"image_path": "../../img/skins/heron/010.png"
},
"13": {
"title": "Caprisun",
"type": "Action, 20cl",
"flavor_text_type": "20cl",
"image_path": "lancersiz3.png"
}
}