Fixed divide by zero bug impacting tridents XP when missing from config

This commit is contained in:
nossr50
2023-04-23 13:23:18 -07:00
parent 72957c3d31
commit d30b2f7bf6
5 changed files with 14 additions and 11 deletions

View File

@@ -167,8 +167,10 @@ Experience_Formula:
Breeding:
Multiplier: 1.0
# Experience gained will get divided by these values. 1.0 by default, 2.0 means two times less XP gained.
Modifier:
# Experience gained will get multiplied by these values. 1.0 by default, 0.5 means half XP gained. This happens right before multiplying the XP by the global multiplier.
Skill_Multiplier:
Crossbows: 1.0
Tridents: 1.0
Swords: 1.0
Taming: 1.0
Acrobatics: 1.0