Skip to main content

calendar.data

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 2531
  • Header: CAMPAIGN_CALENDAR_DATA
  • Direction: Server to Client (s2c)
  • Realm: Subscription & Offers
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver campaign calendar data

Payload fields

FieldTypeRequiredDescription
campaignNamestringrequiredName identifier of the active campaign.
campaignImagestringrequiredImage URL for the calendar background.
currentDayint32requiredCurrent day number in the campaign.
campaignDaysint32requiredTotal number of days in the campaign.
openedDayslist<int32>requiredDay indices the player has already opened.
missedDayslist<int32>requiredDay indices the player missed.

Behavior

Sender

Sent when the player opens the campaign calendar or on login during an active campaign.

Receiver

The client renders the calendar grid with opened, missed, and available doors.

Notes

  • No additional notes