feat: champion features
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user