forked from Upstream/mmocore
19 lines
459 B
YAML
19 lines
459 B
YAML
|
|
# Display options
|
|
name: Woodcutting
|
|
|
|
# Experience given to the main level
|
|
# when leveling up this profession
|
|
experience:
|
|
base: 13
|
|
per-level: 2.5
|
|
|
|
exp-sources:
|
|
- 'mineblock{type=OAK_LOG;amount=1-3}'
|
|
- 'mineblock{type=SPRUCE_LOG;amount=1-3}'
|
|
- 'mineblock{type=BIRCH_LOG;amount=1-3}'
|
|
- 'mineblock{type=JUNGLE_LOG;amount=1-3}'
|
|
- 'mineblock{type=ACACIA_LOG;amount=1-3}'
|
|
- 'mineblock{type=BIRCH_LOG;amount=1-3}'
|
|
- 'mineblock{type=DARK_OAK_LOG;amount=1-3}'
|