diff options
Diffstat (limited to 'features/amphibious.json')
-rw-r--r-- | features/amphibious.json | 18 |
1 files changed, 18 insertions, 0 deletions
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" ] + }] + } + ] +} |