Modify Exhaustion

Power Type

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

Type ID: origins:modify_exhaustion

Fields

Field Type Default Description
modifier Attribute Modifier optional If specified, this modifier will be applied to the received exhaustion amount.
modifiers Array of Attribute Modifiers optional If specified, these modifiers will be applied to the received exhaustion amount.

Examples

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

This example triples the exhaustion rate of the player.