mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-25 00:25:28 +02:00
Make Experience curve's default Linear to begin with
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user