From 947d83c59ea86615e3a81a2ec122d843b5eceee9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 18 Feb 2022 16:47:53 -0500 Subject: More features work --- features/air_form.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 features/air_form.json (limited to 'features/air_form.json') 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\"" ] + }] + } + ] +} -- cgit v1.2.3