diff options
Diffstat (limited to 'features/aversion_of_fire.json')
-rw-r--r-- | features/aversion_of_fire.json | 20 |
1 files changed, 20 insertions, 0 deletions
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" + }] + } + ] +} |