mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 20:45:28 +02:00
Fix to Customize Skills to use Linear vs Exponential Curve Setting
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user