initial commit

This commit is contained in:
2024-07-31 21:31:27 +02:00
commit 96c6b59385
19 changed files with 2489 additions and 0 deletions
+185
View File
@@ -0,0 +1,185 @@
{
"cards": [
{
"id": 60,
"role": "traveler",
"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": "traveler",
"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": "traveler",
"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": "traveler",
"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": "traveler",
"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": "traveler",
"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": "traveler",
"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": "traveler",
"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"
}
]
}
]
}