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/split.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 features/split.json (limited to 'features/split.json') diff --git a/features/split.json b/features/split.json new file mode 100644 index 0000000..05e9db2 --- /dev/null +++ b/features/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