Added exp-curves to the default profession configs

This commit is contained in:
Aria Sangarin 2020-04-09 00:26:53 +02:00
parent 7b7c60b3ec
commit 3c4309200c
7 changed files with 22 additions and 1 deletions

View File

@ -8,6 +8,9 @@ experience:
base: 20 base: 20
per-level: 3 per-level: 3
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels
exp-sources: exp-sources:
- 'brewpotion{effect=SPEED}' - 'brewpotion{effect=SPEED}'

View File

@ -8,6 +8,9 @@ experience:
base: 10 base: 10
per-level: 2 per-level: 2
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels
# Remove the 'enchant' parameter from the line config # Remove the 'enchant' parameter from the line config
# to make the profession get EXP with ANY enchant. # to make the profession get EXP with ANY enchant.

View File

@ -8,6 +8,9 @@ experience:
base: 10 base: 10
per-level: 2 per-level: 2
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels
exp-sources: exp-sources:
- 'mineblock{type=CARROTS;amount=1-3;crop=true;player-placed:true}' - 'mineblock{type=CARROTS;amount=1-3;crop=true;player-placed:true}'
- 'mineblock{type=POTATOES;amount=1-3;crop=true;player-placed:true}' - 'mineblock{type=POTATOES;amount=1-3;crop=true;player-placed:true}'

View File

@ -8,6 +8,9 @@ experience:
base: 20 base: 20
per-level: 3 per-level: 3
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels
exp-sources: {} exp-sources: {}
# Fishing drop tables which override MC default. # Fishing drop tables which override MC default.

View File

@ -6,4 +6,7 @@ name: Smelting
# when leveling up this profession # when leveling up this profession
experience: experience:
base: 20 base: 20
per-level: 3 per-level: 3
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels

View File

@ -8,6 +8,9 @@ experience:
base: 20 base: 20
per-level: 3 per-level: 3
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels
exp-sources: exp-sources:
- 'repairitem{}' - 'repairitem{}'

View File

@ -8,6 +8,9 @@ experience:
base: 13 base: 13
per-level: 2.5 per-level: 2.5
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels
exp-sources: exp-sources:
- 'mineblock{type=OAK_LOG;amount=1-3}' - 'mineblock{type=OAK_LOG;amount=1-3}'
- 'mineblock{type=SPRUCE_LOG;amount=1-3}' - 'mineblock{type=SPRUCE_LOG;amount=1-3}'