From 947d83c59ea86615e3a81a2ec122d843b5eceee9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 18 Feb 2022 16:47:53 -0500 Subject: More features work --- features/antimagic_susceptibility.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 features/antimagic_susceptibility.json (limited to 'features/antimagic_susceptibility.json') 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" + }] + } + ] +} -- cgit v1.2.3