Modify XP Gain (Power Type)

Modifies how much XP the player gains when they pick up an experience orb.

Modifies how much XP the player gains when they pick up an experience orb.

Type ID: apoli:modify_xp_gain

!!! note

Be careful not to make this go too high, as then the player would be able to gain more experience from dying.

Fields

FieldTypeDefaultDescription
modifierAttribute ModifieroptionalIf specified, this modifier will apply to the experience gained.
modifiersArray of Attribute ModifiersoptionalIf specified, these modifiers will apply to the experience gained.

Examples

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

This example will triple the gained experience from experience orbs.