diff options
Diffstat (limited to 'features/wip/split.json')
-rw-r--r-- | features/wip/split.json | 15 |
1 files changed, 15 insertions, 0 deletions
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": "" + }] + } + ] +} |