Change some teleports in 'World of Wonders'

pull/4/head
Liza 2024-08-27 22:45:31 +02:00
parent fe1d2d51db
commit 3d7b152cd1
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 32 additions and 13 deletions

View File

@ -1,6 +1,9 @@
{ {
"$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": ["liza", "JerryWester"], "Author": [
"liza",
"JerryWester"
],
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -95,14 +98,19 @@
"AethernetShard": "[Gold Saucer] Chocobo Square" "AethernetShard": "[Gold Saucer] Chocobo Square"
}, },
{ {
"TerritoryId": 144, "TerritoryId": 388,
"InteractionType": "AttuneAetheryte", "InteractionType": "None",
"Aetheryte": "Gold Saucer",
"AethernetShortcut": [ "AethernetShortcut": [
"[Gold Saucer] Chocobo Square", "[Gold Saucer] Chocobo Square",
"[Gold Saucer] Entrance & Card Squares" "[Gold Saucer] Entrance & Card Squares"
] ]
}, },
{
"TerritoryId": 144,
"InteractionType": "AttuneAetheryte",
"Aetheryte": "Gold Saucer",
"DelaySecondsAtStart": 3
},
{ {
"DataId": 1011080, "DataId": 1011080,
"Position": { "Position": {
@ -156,7 +164,8 @@
{ {
"TerritoryId": 144, "TerritoryId": 144,
"InteractionType": "AttuneAethernetShard", "InteractionType": "AttuneAethernetShard",
"AethernetShard": "[Gold Saucer] Event Square" "AethernetShard": "[Gold Saucer] Event Square",
"DelaySecondsAtStart": 3
}, },
{ {
"Position": { "Position": {
@ -198,6 +207,14 @@
{ {
"Sequence": 6, "Sequence": 6,
"Steps": [ "Steps": [
{
"TerritoryId": 144,
"InteractionType": "None",
"AethernetShortcut": [
"[Gold Saucer] Cactpot Board",
"[Gold Saucer] Aetheryte Plaza"
]
},
{ {
"DataId": 1011084, "DataId": 1011084,
"Position": { "Position": {
@ -207,10 +224,7 @@
}, },
"TerritoryId": 144, "TerritoryId": 144,
"InteractionType": "Interact", "InteractionType": "Interact",
"AethernetShortcut": [ "DelaySecondsAtStart": 3
"[Gold Saucer] Cactpot Board",
"[Gold Saucer] Aetheryte Plaza"
]
} }
] ]
}, },
@ -222,6 +236,14 @@
"InteractionType": "AttuneAethernetShard", "InteractionType": "AttuneAethernetShard",
"AethernetShard": "[Gold Saucer] Round Square" "AethernetShard": "[Gold Saucer] Round Square"
}, },
{
"TerritoryId": 144,
"InteractionType": "None",
"AethernetShortcut": [
"[Gold Saucer] Round Square",
"[Gold Saucer] Entrance & Card Squares"
]
},
{ {
"DataId": 1010448, "DataId": 1010448,
"Position": { "Position": {
@ -232,10 +254,7 @@
"StopDistance": 5, "StopDistance": 5,
"TerritoryId": 144, "TerritoryId": 144,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AethernetShortcut": [ "DelaySecondsAtStart": 3
"[Gold Saucer] Round Square",
"[Gold Saucer] Entrance & Card Squares"
]
} }
] ]
} }