Time of Day
Progress counts only when the in-game time of day is within the specified window.
{ "type": "TimeOfDay", "startTime": "20:00", "endTime": "06:00"}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
type | string | Exactly 'TimeOfDay' |
startTime | string | Time of day in 24-hour HH:MM format (e.g. 20:00). |
endTime | string | Time of day in 24-hour HH:MM format (e.g. 04:00). May wrap past midnight. |
- The window is inclusive of
startTimeandendTime. - The window may wrap past midnight:
20:00to06:00means “from 8pm until 6am the next morning”.