From 5937d893da5656be3f486c863ae54e08bbe66579 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Aug 2022 16:57:53 -0400 Subject: Added generic items, worked on features --- features/channel_negative_energy.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'features/channel_negative_energy.json') diff --git a/features/channel_negative_energy.json b/features/channel_negative_energy.json index 42e216b..311d43c 100644 --- a/features/channel_negative_energy.json +++ b/features/channel_negative_energy.json @@ -1,14 +1,15 @@ { - "name": "channel negative energy (costs 2 actions) (legendary_action)", - "text": "The mummy lord magically unleashes negative energy. Creatures within 60 feet of the mummy lord, including ones behind barriers and around corners, can't regain hit points until the end of the mummy lord's next turn.", + "name": "channel negative energy", + "text": "The {NAME} magically unleashes negative energy. Creatures within 60 feet of the {NAME}, including ones behind barriers and around corners, can't regain hit points until the end of the {NAME}'s next turn.", "subfeatures": [ { - "trigger": [], + "trigger": [ "legendary action costing X", 2 ], "conditions": [], "effects": [{ - "target": "", - "effect": [], - "duration": "" + "target": "creatures", + "effect conditions": [[ "N is within radius X of N", "creature", "60'", "self" ]], + "effect": [ "set N = N", "creature.REGAINS_HP", 0 ], + "duration": "End of self next turn" }] } ] -- cgit v1.2.3