diff options
Diffstat (limited to 'features/wip/undead_fortitude.json')
-rw-r--r-- | features/wip/undead_fortitude.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/wip/undead_fortitude.json b/features/wip/undead_fortitude.json new file mode 100644 index 0000000..e840ab3 --- /dev/null +++ b/features/wip/undead_fortitude.json @@ -0,0 +1,15 @@ +{ + "name": "undead fortitude (feature)", + "text": "If damage reduces the zombie to 0 hit points, it must make a Constitution saving throw with a DC of 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 hit point instead.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |