diff options
Diffstat (limited to 'features/charge.json')
-rw-r--r-- | features/charge.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/charge.json b/features/charge.json new file mode 100644 index 0000000..646de65 --- /dev/null +++ b/features/charge.json @@ -0,0 +1,15 @@ +{ + "name": "charge (feature)", + "text": "If the unicorn moves at least 20 feet straight toward a target and then hits it with a horn attack on the same turn, the target takes an extra 9 (2d8) piercing damage. If the target is a creature, it must succeed on a DC 15 Strength saving throw or be knocked prone.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |