diff options
author | Your Name <you@example.com> | 2022-01-16 21:32:01 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-01-16 21:32:01 -0500 |
commit | d0e356d09e30a11c1e072415a5088f829d5c0a04 (patch) | |
tree | 1e64d37b9b424cd74c30ad4c8225828c7a76874e /features/acid_absorption.json | |
parent | 3f78a7e1647ba94129236bd2bf4fc855c109628a (diff) | |
download | dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.gz dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.bz2 dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.zip |
Worked on features
Diffstat (limited to 'features/acid_absorption.json')
-rw-r--r-- | features/acid_absorption.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/features/acid_absorption.json b/features/acid_absorption.json new file mode 100644 index 0000000..52eb2b7 --- /dev/null +++ b/features/acid_absorption.json @@ -0,0 +1,14 @@ +{ + "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" ] + }] + } + ] +} |