aboutsummaryrefslogtreecommitdiff
path: root/features/air_form.json
blob: 030c8acc2488616681749aa1556c3358708220f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "air form",
    "text": "The {NAME} can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
    "subfeatures": [
        {
            "trigger": [ "passive" ],
            "conditions": [],
            "effects": [{
                "target": "self",
                "effect" : [ "Set N = N", "CAN_STOP_IN_HOSTILE_SPACE", 1 ]
            },
            {
                "target": "self",
                "effect" : [ "Set N = N", "MIN_SPACE_WITHOUT_SQUEEZING", "1\"" ]
            }]
        }
    ]
}