Tweak "frail_flight", Added badge to "dark_vision"

Changed "frail_flight" condition to flight from 20 to 19. Maybe that fixes a bug?
Added badge to "dark_vision" to indicate it having an active toggle now
main
Pandro 2 days ago
parent c167db2378
commit dd6b9c4311
Signed by: pandro
SSH Key Fingerprint: SHA256:iBUZSuDxqYr4hYpe9U3BA9NJmXKpbGt4H0S8hUwIbrA

@ -3,6 +3,11 @@
"name": "Dark Vision",
"description": "You can at will see in the dark. But only if you're not too hurt.",
"badges": [
{
"type": "origins:keybind",
"sprite": "origins:textures/gui/badge/toggle.png",
"text" : "Trigger with %s!"
},
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/gui/sprites/hud/heart/full.png",

@ -25,7 +25,7 @@
"condition": {
"type": "origins:health",
"comparison": ">=",
"compare_to": 20
"compare_to": 19
}
},
"prevent_boost": {

Loading…
Cancel
Save