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

44 lines
1.1 KiB
JSON

[
{
"id": "scrying",
"name": "Scrying",
"description": "Peer through the veil to reveal distant lands hidden by fog of war.",
"school": "aether",
"tier": 1,
"scope": "global",
"mana_cost": 3,
"research_cost": 20,
"effects": [
{ "type": "reveal_area", "radius": 5, "target": "tile" }
],
"duration": 5
},
{
"id": "haste",
"name": "Haste",
"description": "Warp time around a unit, granting it supernatural speed.",
"school": "aether",
"tier": 2,
"scope": "local",
"mana_cost": 8,
"research_cost": 55,
"effects": [
{ "type": "buff_movement", "value": 2, "target": "friendly_unit" }
],
"duration": 3
},
{
"id": "teleport",
"name": "Teleport",
"description": "Tear open a rift in space and instantly transport a unit to any visible location.",
"school": "aether",
"tier": 3,
"scope": "global",
"mana_cost": 20,
"research_cost": 140,
"effects": [
{ "type": "teleport_unit", "target": "friendly_unit", "destination": "visible_tile" }
],
"duration": 0
}
]