17 lines
339 B
JSON
17 lines
339 B
JSON
|
|
{
|
||
|
|
"id": "SKILL_MEND",
|
||
|
|
"name": "Mend Flesh",
|
||
|
|
"description": "Restores HP to a single biological target.",
|
||
|
|
"type": "ACTIVE",
|
||
|
|
"costs": { "ap": 2 },
|
||
|
|
"cooldown_turns": 1,
|
||
|
|
"targeting": {
|
||
|
|
"range": 3,
|
||
|
|
"type": "ALLY",
|
||
|
|
"line_of_sight": true
|
||
|
|
},
|
||
|
|
"effects": [{ "type": "HEAL", "power": 15, "attribute": "willpower" }]
|
||
|
|
}
|
||
|
|
|
||
|
|
|