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/acid_spray.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/acid_spray.json')
-rw-r--r-- | features/acid_spray.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/features/acid_spray.json b/features/acid_spray.json index a24905a..78cd8cc 100644 --- a/features/acid_spray.json +++ b/features/acid_spray.json @@ -1,15 +1,16 @@ { - "name": "acid spray (recharge 6) (action)", - "text": "The ankheg spits acid in a line that is 30 feet long and 5 feet wide, provided that it has no creature grappled. Each creature in that line must make a DC 13 Dexterity saving throw, taking 10 (3d6) acid damage on a failed save, or half as much damage on a successful one.", + "name": "acid spray", + "text": "The {NAME} spits acid in a line that is {V0} feet long and {V1} feet wide, provided that it has no creature grappled. Each creature in that line must make a DC {8,STR,PROF,+,+} Dexterity saving throw, taking {V2}d{V3} acid damage on a failed save, or half as much damage on a successful one.", "subfeatures": [ { - "trigger": [], - "conditions": [], + "trigger": "action", + "condition": "self.GRAPPLED,!", "effects": [{ - "target": "", - "effect": [], - "duration": "" - }] + "target": "creatures", + "effect conditions": [[ "N is in AOE", "creature", "line {V0} {V1}" ]], + "effect": [ "Inflict XdX TYPE damage, dc X ABILITY save halves", "V2", "V3", "acid", "(8,STR,PROF,+,+)", "dexterity" ] + }], + "recharge": [ 1, "6-6" ] } ] } |