diff options
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" ] } ] } |