Skip to content

Commit ff99b81

Browse files
committed
Cosmic quest
1 parent ff06249 commit ff99b81

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- better? flow for (4885) -Kiarra
1+
- 7.41 cosmic intro quest -alydev

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
3-
<Version>14.205.18.0</Version>
3+
<Version>14.205.19.0</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
3+
"Author": "alydev",
4+
"LastChecked":{"Username": "alydev", "Date": "2026-01-28"},
5+
"QuestSequence": [
6+
{
7+
"Sequence": 0,
8+
"Steps": [
9+
{
10+
"DataId": 1053328,
11+
"Position": {
12+
"X": 287.49524,
13+
"Y": 52.00211,
14+
"Z": -382.9862
15+
},
16+
"TerritoryId": 1291,
17+
"InteractionType": "AcceptQuest"
18+
}
19+
]
20+
},
21+
{
22+
"Sequence": 1,
23+
"Steps": [
24+
{
25+
"DataId": 1052625,
26+
"Position": {
27+
"X": 277.33264,
28+
"Y": 52.03027,
29+
"Z": -377.46246
30+
},
31+
"TerritoryId": 1291,
32+
"InteractionType": "Interact",
33+
"DialogueChoices": [
34+
{
35+
"Prompt": "TEXT_KINGWK301_05448_SYSTEM_100_123",
36+
"Type": "YesNo",
37+
"Yes": true
38+
}
39+
]
40+
}
41+
]
42+
},
43+
{
44+
"Sequence": 255,
45+
"Steps": [
46+
{
47+
"DataId": 1053347,
48+
"Position": {
49+
"X": -214.03827,
50+
"Y": 0.4999842,
51+
"Z": 67.429565
52+
},
53+
"TerritoryId": 1310,
54+
"InteractionType": "CompleteQuest"
55+
}
56+
]
57+
}
58+
]
59+
}

0 commit comments

Comments
 (0)