Add Starlight as event v4.7
authorLiza Carvelli <liza@carvel.li>
Mon, 16 Dec 2024 15:13:19 +0000 (16:13 +0100)
committerLiza Carvelli <liza@carvel.li>
Mon, 16 Dec 2024 15:13:19 +0000 (16:13 +0100)
Directory.Build.targets
QuestPaths/7.x - Dawntrail/Seasonal Events/Starlight Celebration (2024)/5227_Reach for the Stalls.json
QuestPaths/7.x - Dawntrail/Seasonal Events/Starlight Celebration (2024)/5228_Spreading the Warmth and Cheer.json
Questionable/Windows/QuestComponents/EventInfoComponent.cs

index e37cfa8e2d58f6a94c85d96acff98a5b526104da..58f58a736064463222406ce788d744712727d3de 100644 (file)
@@ -1,5 +1,5 @@
 <Project>
     <PropertyGroup>
-        <Version>4.6</Version>
+        <Version>4.7</Version>
     </PropertyGroup>
 </Project>
index 892fc9fd4596ff14636e171f57b93cad614e5412..2243eb082c84f2d1d2e55a12b69b3960db2a48f5 100644 (file)
             "Z": -0.289917
           },
           "TerritoryId": 1247,
-          "InteractionType": "Interact"
+          "InteractionType": "Interact",
+          "CompletionQuestVariablesFlags": [
+            null,
+            null,
+            null,
+            null,
+            null,
+            64
+          ]
         },
         {
           "DataId": 1052469,
             "Z": 18.142944
           },
           "TerritoryId": 1247,
-          "InteractionType": "Interact"
+          "InteractionType": "Interact",
+          "CompletionQuestVariablesFlags": [
+            null,
+            null,
+            null,
+            null,
+            null,
+            32
+          ]
         },
         {
           "DataId": 1051813,
             "Z": -31.99823
           },
           "TerritoryId": 1247,
-          "InteractionType": "Interact"
+          "InteractionType": "Interact",
+          "CompletionQuestVariablesFlags": [
+            null,
+            null,
+            null,
+            null,
+            null,
+            128
+          ]
         }
       ]
     },
             "Z": -21.042236
           },
           "TerritoryId": 1247,
-          "InteractionType": "CompleteQuest"
+          "InteractionType": "CompleteQuest",
+          "NextQuestId": 5228
         }
       ]
     }
index 5319a7a7a5823d74dc0b899e5fb31e72aaddb95b..0b3bed7f9c8344b0af309b94af585869546ae2dd 100644 (file)
             "Z": -0.289917
           },
           "TerritoryId": 1247,
-          "InteractionType": "Interact"
+          "InteractionType": "Interact",
+          "CompletionQuestVariablesFlags": [
+            null,
+            null,
+            null,
+            null,
+            null,
+            32
+          ]
         },
         {
           "DataId": 1051809,
             "Z": 9.84198
           },
           "TerritoryId": 1247,
-          "InteractionType": "Interact"
+          "InteractionType": "Interact",
+          "CompletionQuestVariablesFlags": [
+            null,
+            null,
+            null,
+            null,
+            null,
+            128
+          ]
         },
         {
           "DataId": 1051813,
             "Z": -31.99823
           },
           "TerritoryId": 1247,
-          "InteractionType": "Interact"
+          "InteractionType": "Interact",
+          "CompletionQuestVariablesFlags": [
+            null,
+            null,
+            null,
+            null,
+            null,
+            64
+          ]
         }
       ]
     },
index d85e1f70c849d43f0b34619a57caf94c4c75a643..9325efa2f31db16d799c985ab73c0c211d4a18cf 100644 (file)
@@ -22,6 +22,7 @@ internal sealed class EventInfoComponent
     [SuppressMessage("ReSharper", "CollectionNeverUpdated.Local")]
     private readonly List<EventQuest> _eventQuests =
     [
+        new("Starlight Celebration", [new(5227), new(5228)], AtDailyReset(new(2024, 12, 31))),
     ];
 
     private readonly QuestData _questData;