Modify Exhaustion (Power Type)

Modifies the amount of exhaustion the player receives each time they receive exhaustion.

Modifies the amount of exhaustion the player receives each time they receive exhaustion.

Type ID: apoli:modify_exhaustion

Fields

FieldTypeDefaultDescription
modifierAttribute ModifieroptionalIf specified, this modifier will be applied to the received exhaustion amount.
modifiersArray of Attribute ModifiersoptionalIf specified, these modifiers will be applied to the received exhaustion amount.

Examples

{
    "type": "apoli:modify_exhaustion",
    "modifier": {
        "name": "Increased exhaustion",
        "operation": "multiply_base",
        "value": 2.0
    }
}

This example triples the exhaustion rate of the player.