blob: 6d477189620902f952bc8d09718205a7de91f8e5 (
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 property PROPERTY to X", "Can stop in hostile space", "True" ]
},
{
"target": "self",
"effect": [ "Set property PROPERTY to X", "Minimum space to move without squeezing", "1\"" ]
}]
}
]
}
|