Modify Swim Speed (Power Type)

Modifies how fast the entity that has the power swims.

Modifies how fast the entity that has the power swims.

Type ID: apoli:modify_swim_speed

Fields

FieldTypeDefaultDescription
modifierAttribute ModifieroptionalIf specified, this modifier will apply to the swim speed.
modifiersArray of Attribute ModifiersoptionalIf specified, these modifiers will apply to the swim speed.

Examples

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

This power will make the entity that has the power swim/walk significantly faster in water.