magicciv/public/resources/magic/spells/death.json

45 lines
1.2 KiB
JSON

[
{
"id": "weakness",
"name": "Weakness",
"description": "Sap an enemy's strength with a withering curse, leaving them feeble in combat.",
"school": "death",
"tier": 1,
"scope": "local",
"mana_cost": 5,
"research_cost": 25,
"effects": [
{ "type": "debuff_attack", "value": -4, "target": "enemy_unit" }
],
"duration": 3
},
{
"id": "drain_life",
"name": "Drain Life",
"description": "Tear the life force from an enemy and absorb it, healing the caster.",
"school": "death",
"tier": 2,
"scope": "local",
"mana_cost": 10,
"research_cost": 65,
"effects": [
{ "type": "damage", "value": 20, "target": "enemy_unit" },
{ "type": "heal", "value": 20, "target": "caster" }
],
"duration": 0
},
{
"id": "plague",
"name": "Plague",
"description": "Unleash a supernatural pestilence upon an enemy city, killing citizens and crippling growth.",
"school": "death",
"tier": 3,
"scope": "global",
"mana_cost": 20,
"research_cost": 130,
"effects": [
{ "type": "reduce_population", "value": 1, "target": "enemy_city" }
],
"duration": 0
}
]