From 5937d893da5656be3f486c863ae54e08bbe66579 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Aug 2022 16:57:53 -0400 Subject: Added generic items, worked on features --- features/wip/create_whirlwind.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 features/wip/create_whirlwind.json (limited to 'features/wip/create_whirlwind.json') diff --git a/features/wip/create_whirlwind.json b/features/wip/create_whirlwind.json new file mode 100644 index 0000000..bf45c7f --- /dev/null +++ b/features/wip/create_whirlwind.json @@ -0,0 +1,15 @@ +{ + "name": "create whirlwind (action)", + "text": "A 5-foot-radius, 30-foot-tall cylinder of swirling air magically forms on a point the djinni can see within 120 feet of it. The whirlwind lasts as long as the djinni maintains concentration (as if concentrating on a spell). Any creature but the djinni that enters the whirlwind must succeed on a DC 18 Strength saving throw or be restrained by it. The djinni can move the whirlwind up to 60 feet as an action, and creatures restrained by the whirlwind move with it. The whirlwind ends if the djinni loses sight of it.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} -- cgit v1.2.3