.. _doc_data_enpcholiday: ENPCHoliday =========== The ENPCHoliday enumerated type consists of all of the game's recognized holidays or seasonal events. The duration of most seasonal events can be found in the ``Status.json`` file packaged with the game. Enumerators ``````````` .. list-table:: :widths: 25 75 :header-rows: 1 * - Named Value - Description * - ``None`` - Represents no holiday or seasonal event. * - ``Halloween`` - Corresponds to the `Halloween `_ holiday. * - ``Christmas`` - Corresponds to the `Christmas `_ holiday, and other holidays within the festive season. * - ``April_Fools`` - Corresponds to the `April Fools' Day `_ holiday. * - ``Valentines`` - Corresponds to the `Valentine's Day `_ holiday. * - ``Pride_Month`` - Corresponds to `Pride Month `_, a month-long observance in June. * - ``Lunar_New_Year`` - Corresponds to the `Lunar New Year `_ holiday.