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/amorphous.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 features/amorphous.json (limited to 'features/amorphous.json') diff --git a/features/amorphous.json b/features/amorphous.json new file mode 100644 index 0000000..1b0392b --- /dev/null +++ b/features/amorphous.json @@ -0,0 +1,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\"" ] + }] + } + ] +} -- cgit v1.2.3