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.

45 lines
1.0 KiB
JSON

{
"type": "origins:multiple",
"name": "Dark Vision",
"description": "You can at will see in the dark. But only if you're not too hurt.",
"badges": [
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/gui/sprites/hud/heart/full.png",
"text": "You can not see in the dark when under 3 hearts."
}
],
"toggle": {
"type": "origins:toggle",
"key": {
"key": "key.origins.primary_active",
"continuous": false
},
"retain_state": false,
"condition": {
"type": "origins:health",
"comparison": ">=",
"compare_to": 6
}
},
"vision": {
"type": "origins:night_vision",
"retain_state": false,
"strength": 0.5,
"condition": {
"type": "origins:and",
"conditions": [
{
"type": "origins:submerged_in",
"fluid": "minecraft:water",
"inverted": true
},
{
"type": "origins:power_active",
"power": "*:*_toggle"
}
]
}
}
}