diff options
Diffstat (limited to 'features/fire_absorption.json')
-rw-r--r-- | features/fire_absorption.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/fire_absorption.json b/features/fire_absorption.json new file mode 100644 index 0000000..c2724b0 --- /dev/null +++ b/features/fire_absorption.json @@ -0,0 +1,15 @@ +{ + "name": "fire absorption (feature)", + "text": "Whenever the golem is subjected to fire damage, it takes no damage and instead regains a number of hit points equal to the fire damage dealt.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |