forked from liza/Questionable
+458, forgot nextIDs again
This commit is contained in:
parent
63404edeae
commit
7f2e5938b8
@ -1,66 +1,67 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "goatzone",
|
"Author": "goatzone",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1000909,
|
"DataId": 1000909,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -326.37524,
|
"X": -326.37524,
|
||||||
"Y": 12.899658,
|
"Y": 12.899658,
|
||||||
"Z": 9.994568
|
"Z": 9.994568
|
||||||
},
|
},
|
||||||
"TerritoryId": 129,
|
"TerritoryId": 129,
|
||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
"[Limsa Lominsa] Arcanists' Guild"
|
"[Limsa Lominsa] Arcanists' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true }
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1005199,
|
"DataId": 1005199,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -348.3177,
|
"X": -348.3177,
|
||||||
"Y": -2.3744698,
|
"Y": -2.3744698,
|
||||||
"Z": 11.917236
|
"Z": 11.917236
|
||||||
},
|
},
|
||||||
"TerritoryId": 129,
|
"TerritoryId": 129,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
{
|
{
|
||||||
"Type": "List",
|
"Type": "List",
|
||||||
"Prompt": "TEXT_CLSACN149_01103_Q1_000_000",
|
"Prompt": "TEXT_CLSACN149_01103_Q1_000_000",
|
||||||
"Answer": "TEXT_CLSACN149_01103_A1_000_000"
|
"Answer": "TEXT_CLSACN149_01103_A1_000_000"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 255,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1000909,
|
"DataId": 1000909,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -326.37524,
|
"X": -326.37524,
|
||||||
"Y": 12.899658,
|
"Y": 12.899658,
|
||||||
"Z": 9.994568
|
"Z": 9.994568
|
||||||
},
|
},
|
||||||
"TerritoryId": 129,
|
"TerritoryId": 129,
|
||||||
"InteractionType": "CompleteQuest"
|
"InteractionType": "CompleteQuest",
|
||||||
}
|
"NextQuestId": 458
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -168,7 +168,8 @@
|
|||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
"[Limsa Lominsa] Arcanists' Guild"
|
"[Limsa Lominsa] Arcanists' Guild"
|
||||||
]
|
],
|
||||||
|
"NextQuestId": 457
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -190,7 +190,8 @@
|
|||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
"[Limsa Lominsa] Arcanists' Guild"
|
"[Limsa Lominsa] Arcanists' Guild"
|
||||||
]
|
],
|
||||||
|
"NextQuestId": 1103
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,114 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000909,
|
||||||
|
"Position": {
|
||||||
|
"X": -326.37524,
|
||||||
|
"Y": 12.899658,
|
||||||
|
"Z": 9.994568
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Arcanists' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
|
},
|
||||||
|
"$": "shortcuts shouldn't be necessary here because this is a direct continue from 1103, but it doesn't hurt"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1005208,
|
||||||
|
"Position": {
|
||||||
|
"X": 316.02954,
|
||||||
|
"Y": -24.136772,
|
||||||
|
"Z": 211.20007
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Western La Noscea - Aleport"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1005211,
|
||||||
|
"Position": {
|
||||||
|
"X": 204.27246,
|
||||||
|
"Y": -36.402367,
|
||||||
|
"Z": 306.17224
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [317, 318]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1005211,
|
||||||
|
"Position": {
|
||||||
|
"X": 204.27246,
|
||||||
|
"Y": -36.402367,
|
||||||
|
"Z": 306.17224
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2002009,
|
||||||
|
"Position": {
|
||||||
|
"X": 173.81543,
|
||||||
|
"Y": -41.36731,
|
||||||
|
"Z": 280.7201
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "SinglePlayerDuty"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000909,
|
||||||
|
"Position": {
|
||||||
|
"X": -326.37524,
|
||||||
|
"Y": 12.899658,
|
||||||
|
"Z": 9.994568
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Arcanists' Guild"
|
||||||
|
],
|
||||||
|
"NextQuestId": 459
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user