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
|
# EXPONENTIAL: multiplier * level ^ exponent + base
|
||||||
Curve:
|
Curve:
|
||||||
Swords: LINEAR
|
Swords: LINEAR
|
||||||
Taming: EXPONENTIAL
|
Taming: LINEAR
|
||||||
Acrobatics: LINEAR
|
Acrobatics: LINEAR
|
||||||
Excavation: EXPONENTIAL
|
Excavation: LINEAR
|
||||||
Herbalism: LINEAR
|
Herbalism: LINEAR
|
||||||
Unarmed: EXPONENTIAL
|
Unarmed: LINEAR
|
||||||
Woodcutting: LINEAR
|
Woodcutting: LINEAR
|
||||||
Mining: EXPONENTIAL
|
Mining: LINEAR
|
||||||
Archery: LINEAR
|
Archery: LINEAR
|
||||||
Axes: EXPONENTIAL
|
Axes: LINEAR
|
||||||
Repair: LINEAR
|
Repair: LINEAR
|
||||||
Fishing: EXPONENTIAL
|
Fishing: LINEAR
|
||||||
Alchemy: LINEAR
|
Alchemy: LINEAR
|
||||||
DEFAULT: LINEAR
|
DEFAULT: LINEAR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user