Woodcutting

### This is the configuration for WOODCUTTING. ###

# Enables/Disables this skill attribute.
Enabled: true

#sets the maximum level a player can achieve.
Level Cap: 100
Starting Level: 1

# This will be applied to the leveling algorithm to lengthen each levels experience requirement.
# BEWARE!! this is a sensitive value. To require more experience for each level gain, increase this amount; to lessen, decrease
Gain Factor: 1.43

# Here you can set the levels required for each type of axe.
Tool Levels:
  Wood:
    Level: 1
  Stone:
    Level: 10
  Iron:
    Level: 20
  Gold:
    Level: 35
  Diamond:
    Level: 45

# Here you can set the Level required for each wood type and the experience gained.
# Usage: (wood type): (level required to chop), (Experience gained)
Wood Types:
  Oak: 1,3
  Birch: 1,2
  Spruce: 1,4
  Jungle: 1,4
  Acacia: 1,7
  Dark Oak: 1,10

# This defines a base value applied to a players current level to equate how likely a double drop event is going to occur.
Double Drop Chance: 0.53

# Setting this value to true will force players to use an axe in order to chop logs.
Force Axe: false