aboutsummaryrefslogtreecommitdiff
path: root/features/channel_negative_energy.json
diff options
context:
space:
mode:
Diffstat (limited to 'features/channel_negative_energy.json')
-rw-r--r--features/channel_negative_energy.json13
1 files changed, 7 insertions, 6 deletions
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"
}]
}
]