diff options
Diffstat (limited to 'features/acid_spray.json')
-rw-r--r-- | features/acid_spray.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/acid_spray.json b/features/acid_spray.json new file mode 100644 index 0000000..a24905a --- /dev/null +++ b/features/acid_spray.json @@ -0,0 +1,15 @@ +{ + "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.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |