aboutsummaryrefslogtreecommitdiff
path: root/features/aversion_of_fire.json
blob: d4d4c96c2b7671e93547e7bddddf416e29b2ed99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 target next turn"
            },
            {
                "target": "self",
                "effect": [ "Impose disadvantage on TYPE", "ability checks" ],
                "duration": "End of target next turn"
            }]
        }
    ]
}