{ "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 target next turn" }, { "target": "self", "effect": [ "Impose disadvantage on TYPE", "ability checks" ], "duration": "End of target next turn" }] } ] }