From dd6b9c4311226757e2c8cd62fabf4f433e0d1a98 Mon Sep 17 00:00:00 2001 From: Pandro Date: Sat, 11 Oct 2025 15:49:09 +0200 Subject: [PATCH] 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 --- data/feathermc/powers/dark_vision.json | 5 +++++ data/feathermc/powers/frail_flight.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/feathermc/powers/dark_vision.json b/data/feathermc/powers/dark_vision.json index 4d5958b..93bde29 100644 --- a/data/feathermc/powers/dark_vision.json +++ b/data/feathermc/powers/dark_vision.json @@ -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", diff --git a/data/feathermc/powers/frail_flight.json b/data/feathermc/powers/frail_flight.json index cf060b0..d2d098f 100644 --- a/data/feathermc/powers/frail_flight.json +++ b/data/feathermc/powers/frail_flight.json @@ -25,7 +25,7 @@ "condition": { "type": "origins:health", "comparison": ">=", - "compare_to": 20 + "compare_to": 19 } }, "prevent_boost": {