{ "type": "origins:multiple", "name": "Night Vision", "description": "If you concentrate enough, you can see in the dark. It is draining you though.", "toggle": { "type": "origins:toggle", "key": { "key": "key.origins.primary_active", "continuous": false }, "retain_state": false, "condition": { "type": "apoli:food_level", "comparison": ">", "compare_to": 6 } }, "vision": { "type": "origins:night_vision", "retain_state": false, "strength": 1.0, "condition": { "type": "origins:and", "conditions": [ { "type": "origins:submerged_in", "fluid": "minecraft:water", "inverted": true }, { "type": "origins:power_active", "power": "feathermc:night_vision_toggle" } ] } }, "drain": { "type": "origins:exhaust", "interval": 80, "exhaustion": 1.0, "condition": { "type": "origins:power_active", "power": "feathermc:night_vision_toggle" } } }