mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
Make Experience curve's default Linear to begin with
This commit is contained in:
parent
a67965ebcb
commit
1fb1987267
@ -16,17 +16,17 @@ Experience_Formula:
|
||||
# EXPONENTIAL: multiplier * level ^ exponent + base
|
||||
Curve:
|
||||
Swords: LINEAR
|
||||
Taming: EXPONENTIAL
|
||||
Taming: LINEAR
|
||||
Acrobatics: LINEAR
|
||||
Excavation: EXPONENTIAL
|
||||
Excavation: LINEAR
|
||||
Herbalism: LINEAR
|
||||
Unarmed: EXPONENTIAL
|
||||
Unarmed: LINEAR
|
||||
Woodcutting: LINEAR
|
||||
Mining: EXPONENTIAL
|
||||
Mining: LINEAR
|
||||
Archery: LINEAR
|
||||
Axes: EXPONENTIAL
|
||||
Axes: LINEAR
|
||||
Repair: LINEAR
|
||||
Fishing: EXPONENTIAL
|
||||
Fishing: LINEAR
|
||||
Alchemy: LINEAR
|
||||
DEFAULT: LINEAR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user