From 5937d893da5656be3f486c863ae54e08bbe66579 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Aug 2022 16:57:53 -0400 Subject: Added generic items, worked on features --- features/acid_spray.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'features/acid_spray.json') 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" ] } ] } -- cgit v1.2.3