aboutsummaryrefslogtreecommitdiff
path: root/features/aggressive.json
blob: a72a477bed5ca10dd70f12daec0d91c44bb1e505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "agressive",
    "text": "As a bonus action, the {NAME} can move up to its speed toward a hostile creature that it can see.",
    "subfeatures": [
        {
            "trigger": [ "bonus action" ],
            "conditions": [],
            "effects": [{
                "target": "self",
                "effect": [ "Move up to X ft toward N", "MOVESPEED", "creature" ],
                "effect conditions": [
                    [ "N is hostile to N", "creature", "self" ],
                    [ "N can see N", "self", "creature" ]
                ]
            }]
        }
    ]
}