diff options
Diffstat (limited to 'features/wip/repulsion_breath.json')
-rw-r--r-- | features/wip/repulsion_breath.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/wip/repulsion_breath.json b/features/wip/repulsion_breath.json new file mode 100644 index 0000000..17f6259 --- /dev/null +++ b/features/wip/repulsion_breath.json @@ -0,0 +1,15 @@ +{ + "name": "repulsion breath (action)", + "text": "The dragon exhales repulsion energy in a 30-foot cone. Each creature in that area must succeed on a DC 19 Strength saving throw. On a failed save, the creature is pushed 60 feet away from the dragon.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |