{ "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 N = N", "ANTIMAGIC_INCAPACITATES", 1 ] }] }, { "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": [ "Set N = N", "UNCONSCIOUS", 1 ], "duration": "1 min" }] } ] }