diff options
Diffstat (limited to 'features/aggressive.json')
-rw-r--r-- | features/aggressive.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/features/aggressive.json b/features/aggressive.json new file mode 100644 index 0000000..a72a477 --- /dev/null +++ b/features/aggressive.json @@ -0,0 +1,18 @@ +{ + "name": "agressive", + "text": "As a bonus action, the {NAME} can move up to its speed toward a hostile creature that it can see.", + "subfeatures": [ + { + "trigger": [ "bonus action" ], + "conditions": [], + "effects": [{ + "target": "self", + "effect": [ "Move up to X ft toward N", "MOVESPEED", "creature" ], + "effect conditions": [ + [ "N is hostile to N", "creature", "self" ], + [ "N can see N", "self", "creature" ] + ] + }] + } + ] +} |