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
| Field | Type | Default | Description |
|---|---|---|---|
modifier | Attribute Modifier | optional | If specified, this modifier will apply to the swim speed. |
modifiers | Array of Attribute Modifiers | optional | If 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.