Modify Stat
Modify Stat
Temporarily boost or reduce a user's multiplier, luck, or cooldown
Fields
| Field | Type | Required | Description |
|---|---|---|---|
stat | enum: multiplier | luck | cooldown | yes | Which temporary modifier to apply. |
factor | number (as string) or {path} | yes | Multiplier factor. |
duration | number (seconds, as string) or {path} | yes | Capped at 2,592,000 seconds (30 days). |
allowStacking | boolean | no | Adds to an existing active modifier instead of rejecting the step. |
targetUserId | string or {path} | no | Cross-user write target. |
Example
{
"id": "01H8XGJVBWX7Y5Z3K9M2N4P6Q1",
"type": "modify_stat",
"stat": "multiplier",
"factor": "2",
"duration": "3600"
}Updated about 14 hours ago
Did this page help you?
