Modify Lava Speed

Power Type.

Modifies how fast the player moves in lava.

Type ID: origins:modify_lava_speed

Fields

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

Example

{
    "type": "origins:modify_lava_speed",
    "modifier": {
        "operation": "addition",
        "value": 0.4
    }
}

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