Modify XP Gain

Power Type.

Modifies how much XP the player gains when they pick up an experience orb. Be careful not too make this go too high, as then the player would be able to gain more experience from dying.

Type ID: origins:modify_xp_gain

Fields

Field Type Default Description
modifier Attribute Modifier optional If set, this modifier will apply to the experience gained.
modifiers Array of Attribute Modifiers optional If set, these modifiers will apply to the experience gained.

Example

{
    "type": "origins:modify_xp_gain",
    "modifier": {
        "operation": "multiply_base",
        "value": 2.0
    }
}

This power doubles the gained experience from experience orbs.