diff options
author | Your Name <you@example.com> | 2022-08-09 16:57:53 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2022-08-09 16:57:53 -0400 |
commit | 5937d893da5656be3f486c863ae54e08bbe66579 (patch) | |
tree | 15aedaf0753fcf73fe85e90e88a7d0af33036eca /features/blinding_dust.json | |
parent | 947d83c59ea86615e3a81a2ec122d843b5eceee9 (diff) | |
download | dmtool-5937d893da5656be3f486c863ae54e08bbe66579.tar.gz dmtool-5937d893da5656be3f486c863ae54e08bbe66579.tar.bz2 dmtool-5937d893da5656be3f486c863ae54e08bbe66579.zip |
Added generic items, worked on features
Diffstat (limited to 'features/blinding_dust.json')
-rw-r--r-- | features/blinding_dust.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/features/blinding_dust.json b/features/blinding_dust.json index a8e0403..658c7f1 100644 --- a/features/blinding_dust.json +++ b/features/blinding_dust.json @@ -1,14 +1,18 @@ { "name": "blinding dust (legendary_action)", - "text": "Blinding dust and sand swirls magically around the mummy lord. Each creature within 5 feet of the mummy lord must succeed on a DC 16 Constitution saving throw or be blinded until the end of the creature's next turn.", + "text": "Blinding dust and sand swirls magically around the {NAME}. Each creature within 5 feet of the {NAME} must succeed on a DC {(8,PROF,CON,+,+)} Constitution saving throw or be blinded until the end of the creature's next turn.", "subfeatures": [ { - "trigger": [], + "trigger": [ "legendary action costing X", 1 ], "conditions": [], "effects": [{ - "target": "", - "effect": [], - "duration": "" + "target": "creatures", + "effect conditions": [ + [ "N is within radius X of N", "creature", "5'", "self" ], + [ "N fails dc X ABILITY save by at least X", "creature", "(8,PROF,CON,+,+)", "constitution", 0 ] + ], + "effect": [ "set N = N", "creature.BLINDED", 1 ], + "duration": "End of target next turn" }] } ] |