⚜️ HyperStones UPDATE 1.6 ⚜️ | Haste Effect for Tools + New Lore Management
This updates needs to create a new config.yml, if you want to keep the old config.yml follow the instructions at the end of the patch notes.
Added:
Configurable haste effect for tools.
Lore line for Haste Effect
Toggleable damage boost for tools.
New lore management: now if you update the lore line for any upgrade (level, damage, haste or protection) it should automatically remove old lore lines from upgraded items.
boosts: # Swords, Axes, Hoes, Shovels and Pickaxes melee-weapons:
dmg-percent-addition-per-level: 0.02
# Bows, Crossbows and Trident ranged-weapons:
dmg-percent-addition-per-level: 0.02
armor:
def-percent-addition-per-level: 0.02
# The amount of "haste" given to the item per level. Since haste boost can only be an integer (1,2,3...), the value will be rounded to the nearest integer. tools: # <-- ADD THIS LINE haste-addition-per-level: 0.5
# <-- ADD THIS LINE dmg-boost-enabled: false
# <-- ADD THIS LINE