aboutsummaryrefslogtreecommitdiff
path: root/features/brave.json
blob: 2c2584af9e39bf63b299090468f3864e0fe1f9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "brave",
    "text": "The {NAME} has advantage on saving throws against being frightened.",
    "subfeatures": [
        {
            "trigger": [ "N forces N to save", "any", "self" ],
            "conditions": [ "N == N", "V0", "frightened" ],
            "effects": [{
                "target": "self",
                "effect": [ "Grant advantage" ]
            }]
        }
    ]
}