diff options
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" + }] + } + ] +} |