{ "name": "amphibious", "text": "The {NAME} can breathe air and water.", "subfeatures": [ { "trigger": [ "passive" ], "conditions": [], "effects": [{ "target": "self", "effect" : [ "Set N = N", "BREATHES_AIR", 1 ] }, { "target": "self", "effect" : [ "Set N = N", "BREATHES_WATER", 1 ] }] } ] }