aboutsummaryrefslogtreecommitdiff
path: root/features/channel_negative_energy.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-08-09 16:57:53 -0400
committerYour Name <you@example.com>2022-08-09 16:57:53 -0400
commit5937d893da5656be3f486c863ae54e08bbe66579 (patch)
tree15aedaf0753fcf73fe85e90e88a7d0af33036eca /features/channel_negative_energy.json
parent947d83c59ea86615e3a81a2ec122d843b5eceee9 (diff)
downloaddmtool-5937d893da5656be3f486c863ae54e08bbe66579.tar.gz
dmtool-5937d893da5656be3f486c863ae54e08bbe66579.tar.bz2
dmtool-5937d893da5656be3f486c863ae54e08bbe66579.zip
Added generic items, worked on features
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"
}]
}
]