Files
cards-json/pack1_base_imperial.json
T
2024-07-31 21:31:27 +02:00

343 lines
9.2 KiB
JSON

{
"cards": [
{
"id": 1,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Arkus, Imperial Dragon",
"cost": 8,
"defense": 6,
"guard": true,
"effects": [
{
"effect": "draw",
"effect_type": "champion_action"
},
{
"effect": "damage",
"amount": 5,
"effect_type": "champion_action"
},
{
"effect": "heal",
"amount": 6,
"effect_type": "faction_combo"
}
]
},
{
"id": 2,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Close Ranks",
"cost": 3,
"effects": [
{
"effect": "damage",
"amount": 5
},
{
"effect": "damage",
"amount": 2,
"per": "champion"
},
{
"effect": "heal",
"amount": 6,
"effect_type": "faction_combo"
}
]
},
{
"id": 3,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Command",
"cost": 5,
"effects": [
{
"effect": "draw"
},
{
"effect": "damage",
"amount": 3
},
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 4
}
]
},
{
"id": 4,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Darian , War Mage",
"cost": 4,
"defense": 5,
"guard": false,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "heal",
"amount": 4,
"effect_type": "champion_action",
"mutex": 1
}
]
},
{
"id": 5,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Domination",
"cost": 7,
"effects": [
{
"effect": "heal",
"amount": 6
},
{
"effect": "damage",
"amount": 6
},
{
"effect": "draw"
},
{
"effect": "prepare",
"effect_type": "faction_combo"
}
]
},
{
"id": 6,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Cristov, the Just",
"cost": 5,
"defense": 5,
"guard": true,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "heal",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 7,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Kraka, High Priest",
"cost": 6,
"defense": 6,
"guard": false,
"effects": [
{
"effect": "heal",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "champion_action"
},
{
"effect": "heal",
"amount": 2,
"effect_type": "faction_combo",
"per": "champion"
}
]
},
{
"id": 8,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Man-at-Arms",
"cost": 3,
"defense": 4,
"guard": true,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "damage",
"per": "other_guard",
"effect_type": "champion_action"
}
]
},
{
"id": 9,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Master Weyan",
"cost": 4,
"defense": 4,
"guard": true,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "damage",
"per": "other_champion",
"effect_type": "champion_action"
}
]
},
{
"id": 10,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Rally the Troops",
"cost": 4,
"effects": [
{
"effect": "heal",
"amount": 5
},
{
"effect": "damage",
"amount": 5
},
{
"effect": "prepare",
"effect_type": "faction_combo"
}
]
},
{
"id": 11,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Recruit",
"cost": 2,
"init_amount": 3,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 3
},
{
"effect": "heal",
"per": "champion"
},
{
"effect": "gold",
"effect_type": "faction_combo"
}
]
},
{
"id": 12,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Tits Priest",
"cost": 2,
"defense": 3,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "heal",
"effect_type": "champion_action",
"mutex": 1,
"per": "champion"
}
]
},
{
"id": 13,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Taxation",
"cost": 1,
"init_amount": 3,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 6,
"effect_type": "faction_combo"
}
]
},
{
"id": 14,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Word of Power",
"cost": 6,
"effects": [
{
"effect": "draw",
"amount": 2
},
{
"effect": "heal",
"amount": 5,
"effect_type": "faction_combo"
},
{
"effect": "damage",
"amount": 5,
"effect_type": "suicide"
}
]
}
]
}