Modify FoV
Changes the FoV of a player on their client.
Type ID: apugli:modify_fov
Fields
Field | Type | Default | Description |
---|---|---|---|
modifier |
Attribute Modifier | optional | If set, this modifier will apply to any time that an item meets the item condition's has a change in durability. |
modifiers |
Array of Attribute Modifiers | optional | If set, these modifiers will apply to any time that an item meets the item condition's has a change in durability. |
change_divisor |
Float | 1.0 |
The divisor at which the FoV will smooth into the next value. A higher value will make it slower. |
Example
{
"type": "apugli:modify_fov",
"modifier": {
"operation": "multiply_base_multiplicative",
"value": 0.025,
"modifier": {
"name": "Additional FOV from stored resource",
"operation": "multiply_total_multiplicative",
"value": 0.0,
"resource": "example:resource"
}
},
"change_divisor": 8
}
0.025
* example:resource
's value, with a change divisor of 8
.