diff options
author | Your Name <you@example.com> | 2022-02-18 16:47:53 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-18 16:47:53 -0500 |
commit | 947d83c59ea86615e3a81a2ec122d843b5eceee9 (patch) | |
tree | 158f365d2d50b9e4e2b3fbe6a5d8c4cceb6d99cd /features/antimagic_susceptibility.json | |
parent | d0e356d09e30a11c1e072415a5088f829d5c0a04 (diff) | |
download | dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.tar.gz dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.tar.bz2 dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.zip |
More features work
Diffstat (limited to 'features/antimagic_susceptibility.json')
-rw-r--r-- | features/antimagic_susceptibility.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/features/antimagic_susceptibility.json b/features/antimagic_susceptibility.json new file mode 100644 index 0000000..7e8b0c8 --- /dev/null +++ b/features/antimagic_susceptibility.json @@ -0,0 +1,26 @@ +{ + "name": "antimagic susceptibility", + "text": "The {NAME} is incapacitated while in the area of an antimagic field. If targeted by dispel magic, the sword must succeed on a Constitution saving throw against the caster's spell save DC or fall unconscious for 1 minute.", + "subfeatures": [ + { + "trigger": [ "passive" ], + "conditions": [], + "effects": [{ + "target": "self", + "effect": [ "Set property PROPERTY to X", "Is incapacitated by antimagic field", "True" ] + }] + }, + { + "trigger": [ "N targets N by a spell", "creature", "self" ], + "conditions": [ + [ "N == N", "V0", "dispel magic" ], + [ "N fails dc X ABILITY save by at least X", "creature.SPELLDC", "constitution", "0" ] + ], + "effects": [{ + "target": "self", + "effect": [ "Acquire condition CONDITION", "unconscious" ], + "duration": "1 min" + }] + } + ] +} |