diff options
Diffstat (limited to 'features/air_form.json')
-rw-r--r-- | features/air_form.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/features/air_form.json b/features/air_form.json new file mode 100644 index 0000000..6d47718 --- /dev/null +++ b/features/air_form.json @@ -0,0 +1,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\"" ] + }] + } + ] +} |