Files
cards-json/pack6_promo_base1.json

223 lines
5.8 KiB
JSON

{
"cards": [
{
"id": 115,
"role": "market",
"card_type": "champion",
"faction": "base",
"name": "Captain Koska",
"cost": 4,
"defense": 4,
"guard": true,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "pick_faction"
}
]
},
{
"id": 116,
"role": "market",
"card_type": "action",
"faction": "base",
"name": "Contract Negotiation",
"cost": 1,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "pick_faction"
}
]
},
{
"id": 117,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "Afterlife",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "restack_discarded_champion",
"effect_type": "faction_combo"
}
]
},
{
"id": 118,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Crime Spree",
"cost": 7,
"effects": [
{
"effect": "gold",
"amount": 5
},
{
"effect": "damage",
"amount": 5
},
{
"effect": "restack_discarded_card",
"effect_type": "faction_combo"
},
{
"effect": "stun",
"effect_type": "suicide"
}
]
},
{
"id": 119,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Devotion",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "heal",
"amount": 4
},
{
"effect": "gold",
"per": "champion"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 120,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Dragon Fire",
"cost": 7,
"effects": [
{
"effect": "damage",
"amount": 7
},
{
"effect": "draw"
},
{
"effect": "damage_player",
"amount": 4,
"effect_type": "suicide",
"sub_effects": [
{
"effect": "damage_all_champions",*
"amount": 4
}
]
}
]
},
{
"id": 121,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "Mobia, Elf Lord",
"cost": 7,
"defense": 6,
"guard": true,
"effects": [
{
"effect": "gold",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "champion_action"
}
]
},
{
"id": 122,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "Raiding Party",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "damage",
"amount": 4
},
{
"effect": "stun"
}
]
},
{
"id": 123,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Robbery",
"cost": 2,
"init_amount": 2,
"effects": [
{
"effect": "gold"
},
{
"effect": "draw"
},
{
"effect": "damage",
"amount": 2,
"effect_type": "faction_combo"
}
]
},
{
"id": 124,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "The Summoning",
"cost": 7,
"effects": [
{
"effect": "gold",
"amount": 4
},
{
"effect": "stack_next_champion_bought"*
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
}
]
}