Add Starlight as event

This commit is contained in:
Liza 2024-12-16 16:13:19 +01:00
parent 824259a0f5
commit 9cf2ee30f6
Signed by: liza
GPG Key ID: 2C41B84815CF6445
4 changed files with 58 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>4.6</Version>
<Version>4.7</Version>
</PropertyGroup>
</Project>

View File

@ -70,7 +70,15 @@
"Z": -0.289917
},
"TerritoryId": 1247,
"InteractionType": "Interact"
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"DataId": 1052469,
@ -80,7 +88,15 @@
"Z": 18.142944
},
"TerritoryId": 1247,
"InteractionType": "Interact"
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
},
{
"DataId": 1051813,
@ -90,7 +106,15 @@
"Z": -31.99823
},
"TerritoryId": 1247,
"InteractionType": "Interact"
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
}
]
},
@ -120,7 +144,8 @@
"Z": -21.042236
},
"TerritoryId": 1247,
"InteractionType": "CompleteQuest"
"InteractionType": "CompleteQuest",
"NextQuestId": 5228
}
]
}

View File

@ -98,7 +98,15 @@
"Z": -0.289917
},
"TerritoryId": 1247,
"InteractionType": "Interact"
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
},
{
"DataId": 1051809,
@ -108,7 +116,15 @@
"Z": 9.84198
},
"TerritoryId": 1247,
"InteractionType": "Interact"
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
},
{
"DataId": 1051813,
@ -118,7 +134,15 @@
"Z": -31.99823
},
"TerritoryId": 1247,
"InteractionType": "Interact"
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
}
]
},

View 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;