mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-08 22:37:38 +01:00
Fixed swift sneak description
This commit is contained in:
parent
ca510b9612
commit
2bbc5338cf
@ -275,6 +275,6 @@ soul_speed:
|
||||
swift_sneak:
|
||||
name: "Swift Sneak"
|
||||
description: "Reduces sneaking movement slowdown by &a%placeholder%%"
|
||||
placeholder: "min(%level% * 15, 100)"
|
||||
placeholder: "((%level% * 15) < 100) * (%level% * 15) + (100 < %level% * 15) * 100"
|
||||
type: normal
|
||||
rarity: common
|
||||
|
Loading…
Reference in New Issue
Block a user