aboutsummaryrefslogtreecommitdiff
path: root/features/blinding_breath.json
blob: e7e6d891001c42a9b4de4351291051fb898f40a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "blinding breath (recharge 6)",
    "text": "The {NAME} exhales a {V0}-foot cone of blinding dust. Each creature in that area must succeed on a DC {(8,PROF,CON,+,+)} Dexterity saving throw or be blinded for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
    "subfeatures": [
        {
            "trigger": [ "action" ],
            "conditions": [],
            "effects": [{
                "target": "creature",
                "effect conditions": [
                    [ "N is in AOE", "creature", "cone {V0}" ],
                    [ "N fails dc X ABILITY save by at least X", "creature", "(8,PROF,CON,+,+)", "dexterity", "0" ]
                ],
                "effect": [ "Acquire condition CONDITION", "blinded" ],
                "duration": "1 min"
            }]
        }
    ]
}