Compare commits

...

2 Commits

2 changed files with 166 additions and 141 deletions

View File

@ -1,140 +1,155 @@
{ {
"$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": "Cacahuetes", "Author": "Cacahuetes",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"DataId": 1000692, "DataId": 1000692,
"Position": { "Position": {
"X": -258.8083, "X": -258.8083,
"Y": -5.7735243, "Y": -5.7735243,
"Z": -27.267883 "Z": -27.267883
}, },
"TerritoryId": 133, "TerritoryId": 133,
"AetheryteShortcut": "Gridania", "AetheryteShortcut": "Gridania",
"AethernetShortcut": [ "AethernetShortcut": [
"[Gridania] Aetheryte Plaza", "[Gridania] Aetheryte Plaza",
"[Gridania] Conjurers' Guild" "[Gridania] Conjurers' Guild"
], ],
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"SkipConditions": { "SkipConditions": {
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"InSameTerritory": true, "InSameTerritory": true,
"InTerritory": [ "InTerritory": [
133 133
] ]
} }
} }
} }
] ]
}, },
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{ {
"DataId": 1000767, "DataId": 1001263,
"Position": { "Position": {
"X": -483.42108, "X": 181.41443,
"Y": 10.130882, "Y": -2.3519497,
"Z": 209.46057 "Z": -240.40594
}, },
"TerritoryId": 152, "TerritoryId": 133,
"InteractionType": "Interact", "InteractionType": "Interact",
"AetheryteShortcut": "East Shroud - Hawthorne Hut", "TargetTerritoryId": 152,
"SkipConditions": { "AethernetShortcut": [
"AetheryteShortcutIf": { "[Gridania] Conjurers' Guild",
"InSameTerritory": true "[Gridania] Lancers' Guild"
} ]
} },
} {
] "DataId": 1000767,
}, "Position": {
{ "X": -483.42108,
"Sequence": 2, "Y": 10.130882,
"Steps": [ "Z": 209.46057
{ },
"DataId": 2000885, "TerritoryId": 152,
"Position": { "InteractionType": "Interact",
"X": -510.6655, "AetheryteShortcut": "East Shroud - Hawthorne Hut",
"Y": 5.8422394, "SkipConditions": {
"Z": 35.87895 "AetheryteShortcutIf": {
}, "InSameTerritory": true
"TerritoryId": 152, }
"InteractionType": "Combat", }
"EnemySpawnType": "AfterInteraction", }
"KillEnemyDataIds": [ ]
295 },
] {
} "Sequence": 2,
] "Steps": [
}, {
{ "DataId": 2000885,
"Sequence": 3, "Position": {
"Steps": [ "X": -510.6655,
{ "Y": 5.8422394,
"DataId": 1000767, "Z": 35.87895
"Position": { },
"X": -483.42108, "TerritoryId": 152,
"Y": 10.130882, "InteractionType": "Combat",
"Z": 209.46057 "EnemySpawnType": "AfterInteraction",
}, "KillEnemyDataIds": [
"TerritoryId": 152, 295
"InteractionType": "Interact" ]
} }
] ]
}, },
{ {
"Sequence": 4, "Sequence": 3,
"Steps": [ "Steps": [
{ {
"DataId": 2000887, "DataId": 1000767,
"Position": { "Position": {
"X": -510.76526, "X": -483.42108,
"Y": 6.1798096, "Y": 10.130882,
"Z": 35.568726 "Z": 209.46057
}, },
"TerritoryId": 152, "TerritoryId": 152,
"InteractionType": "SinglePlayerDuty" "InteractionType": "Interact"
} }
] ]
}, },
{ {
"Sequence": 5, "Sequence": 4,
"Steps": [ "Steps": [
{ {
"DataId": 1000767, "DataId": 2000887,
"Position": { "Position": {
"X": -483.42108, "X": -510.76526,
"Y": 10.130882, "Y": 6.1798096,
"Z": 209.46057 "Z": 35.568726
}, },
"TerritoryId": 152, "TerritoryId": 152,
"InteractionType": "Interact" "InteractionType": "SinglePlayerDuty"
} }
] ]
}, },
{ {
"Sequence": 255, "Sequence": 5,
"Steps": [ "Steps": [
{ {
"DataId": 1000692, "DataId": 1000767,
"Position": { "Position": {
"X": -258.8083, "X": -483.42108,
"Y": -5.7735243, "Y": 10.130882,
"Z": -27.267883 "Z": 209.46057
}, },
"TerritoryId": 133, "TerritoryId": 152,
"InteractionType": "CompleteQuest", "InteractionType": "Interact"
"AetheryteShortcut": "Gridania", }
"AethernetShortcut": [ ]
"[Gridania] Aetheryte Plaza", },
"[Gridania] Conjurers' Guild" {
], "Sequence": 255,
"NextQuestId": 92 "Steps": [
} {
] "DataId": 1000692,
} "Position": {
] "X": -258.8083,
} "Y": -5.7735243,
"Z": -27.267883
},
"TerritoryId": 133,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Conjurers' Guild"
],
"NextQuestId": 92
}
]
}
]
}

View File

@ -43,7 +43,17 @@
}, },
"TerritoryId": 148, "TerritoryId": 148,
"InteractionType": "Interact" "InteractionType": "Interact"
} },
{
"DataId": 2001018,
"Position": {
"X": 155.47412,
"Y": -23.66681,
"Z": 490.74524
},
"TerritoryId": 148,
"InteractionType": "Interact"
}
] ]
}, },
{ {