blob: 1b0392b49b3b15213866e7706f7a8671633e1caa (
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 property PROPERTY to X", "Minimum space to move without squeezing", "1\"" ]
}]
}
]
}
|