mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-24 00:41:23 +01:00
Fixed swift sneak description
This commit is contained in:
parent
ca510b9612
commit
2bbc5338cf
@ -275,6 +275,6 @@ soul_speed:
|
|||||||
swift_sneak:
|
swift_sneak:
|
||||||
name: "Swift Sneak"
|
name: "Swift Sneak"
|
||||||
description: "Reduces sneaking movement slowdown by &a%placeholder%%"
|
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
|
type: normal
|
||||||
rarity: common
|
rarity: common
|
||||||
|
Loading…
Reference in New Issue
Block a user