diff options
Diffstat (limited to 'features/acid_absorption.json')
-rw-r--r-- | features/acid_absorption.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/features/acid_absorption.json b/features/acid_absorption.json deleted file mode 100644 index 52eb2b7..0000000 --- a/features/acid_absorption.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "acid absorption", - "text": "Whenever the {NAME} is subjected to acid damage, it takes no damage and instead regains a number of hit points equal to the acid damage dealt.", - "subfeatures": [ - { - "trigger": [ "N takes damage", "self" ], - "conditions": [[ "Damage received was type TYPE", "acid" ]], - "effects": [{ - "target": "self", - "effect": [ "Regain X hp", "V0" ] - }] - } - ] -} |