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/aversion_of_fire.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 features/aversion_of_fire.json (limited to 'features/aversion_of_fire.json') diff --git a/features/aversion_of_fire.json b/features/aversion_of_fire.json new file mode 100644 index 0000000..2072454 --- /dev/null +++ b/features/aversion_of_fire.json @@ -0,0 +1,20 @@ +{ + "name": "aversion of fire", + "text": "If the {NAME} takes fire damage, it has disadvantage on attack rolls and ability checks until the end of its next turn.", + "subfeatures": [ + { + "trigger": [ "N takes damage", "self" ], + "conditions": [ "N == N", "V1", "fire" ], + "effects": [{ + "target": "self", + "effect": [ "Impose disadvantage on TYPE", "attack rolls" ], + "duration": "End of next turn" + }, + { + "target": "self", + "effect": [ "Impose disadvantage on TYPE", "ability checks" ], + "duration": "End of next turn" + }] + } + ] +} -- cgit v1.2.3