24 lines
483 B
JSON
24 lines
483 B
JSON
|
|
{
|
||
|
|
"id": "SKILL_WARP_STRIKE",
|
||
|
|
"name": "Warp Strike",
|
||
|
|
"class": "Battle Mage",
|
||
|
|
"description": "Teleport to an enemy and immediately attack with melee weapon.",
|
||
|
|
"type": "ACTIVE",
|
||
|
|
"costs": { "ap": 3 },
|
||
|
|
"cooldown_turns": 3,
|
||
|
|
"targeting": {
|
||
|
|
"range": 5,
|
||
|
|
"type": "ENEMY"
|
||
|
|
},
|
||
|
|
"effects": [
|
||
|
|
{ "type": "TELEPORT", "location": "ADJACENT_TO_TARGET" },
|
||
|
|
{
|
||
|
|
"type": "DAMAGE",
|
||
|
|
"power": 10,
|
||
|
|
"attribute": "attack",
|
||
|
|
"element": "MAGIC"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|