diff options
author | Your Name <you@example.com> | 2022-02-18 16:47:53 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-18 16:47:53 -0500 |
commit | 947d83c59ea86615e3a81a2ec122d843b5eceee9 (patch) | |
tree | 158f365d2d50b9e4e2b3fbe6a5d8c4cceb6d99cd /features/blinding_breath.json | |
parent | d0e356d09e30a11c1e072415a5088f829d5c0a04 (diff) | |
download | dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.tar.gz dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.tar.bz2 dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.zip |
More features work
Diffstat (limited to 'features/blinding_breath.json')
-rw-r--r-- | features/blinding_breath.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/features/blinding_breath.json b/features/blinding_breath.json new file mode 100644 index 0000000..e7e6d89 --- /dev/null +++ b/features/blinding_breath.json @@ -0,0 +1,19 @@ +{ + "name": "blinding breath (recharge 6)", + "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", + "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" ], + "duration": "1 min" + }] + } + ] +} |