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_breath.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_breath.json')
-rw-r--r-- | features/blinding_breath.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/features/blinding_breath.json b/features/blinding_breath.json index e7e6d89..dd26a79 100644 --- a/features/blinding_breath.json +++ b/features/blinding_breath.json @@ -1,19 +1,20 @@ { - "name": "blinding breath (recharge 6)", + "name": "blinding breath", "text": "The {NAME} exhales a {V0}-foot cone of blinding dust. Each creature in that area must succeed on a DC {(8,PROF,CON,+,+)} Dexterity saving throw or be blinded for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.", "subfeatures": [ { "trigger": [ "action" ], "conditions": [], "effects": [{ - "target": "creature", + "target": "creatures", "effect conditions": [ [ "N is in AOE", "creature", "cone {V0}" ], [ "N fails dc X ABILITY save by at least X", "creature", "(8,PROF,CON,+,+)", "dexterity", "0" ] ], - "effect": [ "Acquire condition CONDITION", "blinded" ], + "effect": [ "set N = N", "creature.BLINDED", 1 ], "duration": "1 min" - }] + }], + "recharge": [ 1, "6-6" ] } ] } |