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/split.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 features/wip/split.json (limited to 'features/wip/split.json') diff --git a/features/wip/split.json b/features/wip/split.json new file mode 100644 index 0000000..05e9db2 --- /dev/null +++ b/features/wip/split.json @@ -0,0 +1,15 @@ +{ + "name": "split (reaction)", + "text": "When a jelly that is Medium or larger is subjected to lightning or slashing damage, it splits into two new jellies if it has at least 10 hit points. Each new jelly has hit points equal to half the original jelly's, rounded down. New jellies are one size smaller than the original jelly.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} -- cgit v1.2.3