You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB
JSON

{
"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": "*:*_toggle"
}
]
}
},
"drain": {
"type": "origins:exhaust",
"interval": 40,
"exhaustion": 2.0,
"condition": {
"type": "origins:power_active",
"power": "*:*_toggle"
}
}
}