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 set, this modifier will apply to the exhaustion amount.
modifiers Array of Attribute Modifiers optional If set, these modifiers will apply to the exhaustion amount.

Example

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

This power triples the exhaustion rate of the player.