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/amphibious.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 features/amphibious.json (limited to 'features/amphibious.json') diff --git a/features/amphibious.json b/features/amphibious.json new file mode 100644 index 0000000..5aef528 --- /dev/null +++ b/features/amphibious.json @@ -0,0 +1,18 @@ +{ + "name": "amphibious", + "text": "The {NAME} can breathe air and water.", + "subfeatures": [ + { + "trigger": [ "passive" ], + "conditions": [], + "effects": [{ + "target": "self", + "effect": [ "Set property PROPERTY to X", "Can breathe air", "True" ] + }, + { + "target": "self", + "effect": [ "Set property PROPERTY to X", "Can breathe water", "True" ] + }] + } + ] +} -- cgit v1.2.3