# XP & Income Bonus

XP and Income level bonuses are the main passive advantages of the leveling.

By default it gives +1% Income bonus per level, and +5% XP bonus every 5 levels. In total, +100% Income and +100% XP at max. level (100 by default).

XP and Income bonus settings located in the job's settings.yml config file under the Payment_Modifier section:

Payment_Modifier:
  XP:
    Base: 0.0
    Per_Level: 0.01
    Step: 5.0
    Action: ADD
  Income:
    Base: 0.0
    Per_Level: 0.01
    Step: 1.0
    Action: ADD

Bonuses defined using the Modifiers. The final modifier value is the plain XP/Income multiplier. So, 0.01 = +1%, 1.0 = +100%, -1.0 = -100%, -0.1 = -1%.

Income level bonus goes under the Income section, XP level bonus goes under the XP section.