aboutsummaryrefslogtreecommitdiff
path: root/features/amorphous.json
blob: 098bf5252426e98d39a77dafa17d65d54a1dcb3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "amorphous",
    "text": "The {NAME} can move through a space as narrow as 1 inch wide without squeezing.",
    "subfeatures": [
        {
            "trigger": [ "passive" ],
            "conditions": [],
            "effects": [{
                "target": "self",
                "effect" : [ "Set N = N", "MIN_SPACE_WITHOUT_SQUEEZING", "1\"" ]
            }]
        }
    ]
}