Fix to Customize Skills to use Linear vs Exponential Curve Setting

This commit is contained in:
bibekaur
2015-11-29 23:49:30 -08:00
parent 5b6c6fee51
commit 6e2d59e0ab
3 changed files with 18 additions and 3 deletions

View File

@@ -14,7 +14,21 @@ Experience_Formula:
# If an invalid value is entered, this will reset to the default setting, which is LINEAR
# LINEAR: base + (level * multiplier)
# EXPONENTIAL: multiplier * level ^ exponent + base
Curve: LINEAR
Curve:
Swords: LINEAR
Taming: EXPONENTIAL
Acrobatics: LINEAR
Excavation: EXPONENTIAL
Herbalism: LINEAR
Unarmed: EXPONENTIAL
Woodcutting: LINEAR
Mining: EXPONENTIAL
Archery: LINEAR
Axes: EXPONENTIAL
Repair: LINEAR
Fishing: EXPONENTIAL
Alchemy: LINEAR
DEFAULT: LINEAR
# If invalid values are entered mcMMO will not start and print an error in the console
Linear_Values: