Add Starlight as event
This commit is contained in:
parent
824259a0f5
commit
9cf2ee30f6
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>4.6</Version>
|
||||
<Version>4.7</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user