This repository has been archived on 2024-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
back-python/src/cards/pack1_faction_wild.json
T

311 lines
8.4 KiB
JSON

{
"cards": [
{
"id": 42,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "broelyn, loreweaver",
"cost": 4,
"defense": 6,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "gold",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "discard",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 43,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "cron, the berserker",
"cost": 6,
"defense": 6,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 5,
"effect_type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 44,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "dire wolf",
"cost": 5,
"defense": 5,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "damage",
"amount": 4,
"effect_type": "faction_combo"
}
]
},
{
"id": 45,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "elven curse",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 6
},
{
"effect": "discard",
"amount": 1
},
{
"effect": "damage",
"amount": 3,
"effect_type": "faction_combo"
}
]
},
{
"id": 46,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "elven gift",
"cost": 2,
"init_amount": 3,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "draw_and_discard",
"amount": 1
},
{
"effect": "damage",
"amount": 4,
"effect_type": "faction_combo"
}
]
},
{
"id": 47,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "grak, storm giant",
"cost": 8,
"defense": 7,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 6,
"effect_type": "champion_action"
},
{
"effect": "draw_and_discard",
"amount": 1,
"effect_type": "champion_action"
},
{
"effect": "draw_and_discard",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 48,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "nature's bounty",
"cost": 4,
"init_amount": 1,
"effects": [
{
"effect": "gold",
"amount": 4
},
{
"effect": "discard",
"amount": 1,
"effect_type": "faction_combo"
},
{
"effect": "damage",
"amount": 4,
"effect_type": "suicide"
}
]
},
{
"id": 49,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "orc grunt",
"cost": 3,
"defense": 3,
"guard": true,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 50,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "rampage",
"cost": 6,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 6
},
{
"effect": "draw_and_discard_multiple",
"amount": 2
}
]
},
{
"id": 51,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "torgen rocksplitter",
"cost": 7,
"defense": 7,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 4,
"effect_type": "champion_action"
},
{
"effect": "discard",
"amount": 1,
"effect_type": "champion_action"
}
]
},
{
"id": 52,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "spark",
"cost": 1,
"init_amount": 3,
"effects": [
{
"effect": "damage",
"amount": 3
},
{
"effect": "discard",
"amount": 1
},
{
"effect": "damage",
"amount": 2,
"effect_type": "faction_combo"
}
]
},
{
"id": 53,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "wolf form",
"cost": 5,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 8
},
{
"effect": "discard",
"amount": 1
},
{
"effect": "discard",
"amount": 1,
"effect_type": "suicide"
}
]
},
{
"id": 54,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "wolf shaman",
"cost": 2,
"defense": 4,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "damage",
"amount": 1,
"times": "per_other_card_of_same_faction",
"effect_type": "champion_action"
}
]
}
]
}