Skip to content

Modify Mouse Sensitivity

Power Type

Modifies the sensitivity of the player's mouse.

Type ID: eggolib:modify_mouse_sensitivity

Fields

Field Type Default Description
modifier Attribute Modifier optional If specified, this modifier will be applied to the sensitivity of the player's mouse.
modifiers Array of Attribute Modifiers optional If specified, these modifiers will be applied to the sensitivity of the player's mouse.

Examples

{
    "type": "eggolib:modify_mouse_sensitivity",
    "modifier": {
        "operation": "multiply_total_multiplicative",
        "value": -0.5
    }
}

This example will decrease the sensitivity of the player's mouse by 50%.