Files
cards-json/pack2_journeys_travelers.json

185 lines
5.0 KiB
JSON

{
"cards": [
{
"id": 60,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Bounty Collection",
"cost": 7,
"effects": [
{
"effect": "gold",
"amount": 3
},
{
"effect": "play_next_card_bought"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 61,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "Daring Escape",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "discard"
},
{
"effect": "restack_discarded_card"
},
{
"effect": "draw",
"effect_type": "suicide"
}
]
},
{
"id": 62,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Fearless Charge",
"cost": 8,
"effects": [
{
"effect": "damage",
"amount": 5
},
{
"effect": "heal",
"amount": 5
},
{
"effect": "draw",
"amount": 2
},
{
"effect": "prepare_all_champions",
"effect_type": "suicide"
}
]
},
{
"id": 63,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "Sway",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 3
},
{
"effect": "cheaper_champions_passive"
},
{
"effect": "control_opposing_champion_passive",
"effect_type": "suicide"
}
]
},
{
"id": 64,
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "Con Artist",
"cost": 2,
"defense": 2,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "gold",
"per": "stunned_champion",
"effect_type": "champion_action",
"mutex": 1
}
]
},
{
"id": 65,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Olara, the Slayer",
"cost": 4,
"defense": 5,
"guard": false,
"effects": [
{
"effect": "gold",
"amount": 2,
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "damage_all_champions",
"amount": 2,
"effect_type": "champion_action",
"mutex": 1
}
]
},
{
"id": 66,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "Pelleas, the Seeker",
"cost": 5,
"defense": 4,
"guard": true,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "restack_discarded_action",
"effect_type": "champion_action",
"mutex": 1
}
]
},
{
"id": 67,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Veteran Squire",
"cost": 3,
"defense": 3,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"per": "champion_of_same_faction",
"effect_type": "champion_action"
}
]
}
]
}