Modify Pickup Range#
Since v1.1.0
Expands or shrinks the pickup range of the player that has the power.
Type ID: voile:modify_pickup_range
Fields#
Field | Type | Default | Description |
---|---|---|---|
range |
Float | The value to expand or shrink the pickup range by. 1 is roughly double the default pickup range. |
Examples#
{
"type": "voile:modify_pickup_range",
"range": 1,
"condition": {
"type": "apoli:sneaking"
}
}
This example will double the pickup range of the player while they are sneaking.