Modify Swim Speed

Power Type.

Modifies how fast the player swims.

Type ID: origins:modify_swim_speed

Fields

Field Type Default Description
modifier Attribute Modifier optional If set, this modifier will apply to the swim speed.
modifiers Array of Attribute Modifiers optional If set, these modifiers will apply to the swim speed.

Example

{
    "type": "origins:modify_swim_speed",
    "modifier": {
        "operation": "addition",
        "value": 0.025
    }
}

This power makes the player swim/walk significantly faster in water.