From 947d83c59ea86615e3a81a2ec122d843b5eceee9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 18 Feb 2022 16:47:53 -0500 Subject: More features work --- features/aggressive.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 features/aggressive.json (limited to 'features/aggressive.json') 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" ] + ] + }] + } + ] +} -- cgit v1.2.3