Modify Insomnia Ticks

Power Type

Modifies the value used for calculating when a Phantom will spawn for a player.

Type ID: origins:modify_insomnia_ticks

Fields

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

Examples

{
    "type": "origins:modify_insomnia_ticks",
    "modifier": {
        "operation": "set_total",
        "value": 0
    }
}

This example will set the value used for calculating when a Phantom will spawn for a player to 0, essentially disabling Phantoms from spawning for the player that has the power.