Changes

no edit summary
Line 6: Line 6:     
==Overview==
 
==Overview==
Festivals are complex events with both content and code components.  For the majority of festivals, there exist special map files with location data for villager placements.  These are located within Content/Maps like other map files.  For scripted events that play during the festival (such as Lewis judging the farmer's grange display), the event is usually handled in code.
+
Festivals are complex events with both content and code components. The festival data files are named for the date they occur on, and include when and where the festival occurs, as well as character dialog, cutscenes, and other information.  For the majority of festivals, there exist special map files with location data for villager placements.  These are located within Content/Maps like other map files.  For scripted events that play during the festival (such as Lewis judging the farmer's grange display), the event is usually handled in code.
    +
==Data Keys==
 +
{| class="wikitable"
 +
|-
 +
! property
 +
! explanation
 +
|-
 +
| <tt>name</tt>
 +
| The name of the event
 +
|}
 +
 +
==Night Market==
 
The Night Market is a special festival, as it is handled differently than other festivals.  While there are separate Night Market maps, the NPC data does not exist on these.  Instead, NPCs dynamically enter and leave the festival via schedule data.  The raw data for the schedule destinations of each NPC during the Night Market can be found below.
 
The Night Market is a special festival, as it is handled differently than other festivals.  While there are separate Night Market maps, the NPC data does not exist on these.  Instead, NPCs dynamically enter and leave the festival via schedule data.  The raw data for the schedule destinations of each NPC during the Night Market can be found below.
   −
==Raw Data==
+
===Raw Data===
 
{{collapse|Data|content=<syntaxhighlight lang="json">
 
{{collapse|Data|content=<syntaxhighlight lang="json">
 
{
 
{