Upload files to "QuestPaths/2.x - A Realm Reborn/Class Quests/DRG"

pull/18/head
cacahuetes 2024-08-21 16:01:42 +00:00
parent c5ea5563ff
commit 6fde4de9dc
1 changed files with 32 additions and 41 deletions

View File

@ -1,41 +1,32 @@
{ {
"$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", "Author": "Cacahuetes",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ { "DataId": 1000251,
"DataId": 1000251, "Position": {
"Position": { "X": 147.08167,
"X": 147.08167, "Y": 15.5,
"Y": 15.5, "Z": -267.99426
"Z": -267.99426 },
}, "TerritoryId": 133,
"TerritoryId": 133, "AethernetShortcut": [
"InteractionType": "AcceptQuest", "[Gridania] Aetheryte Plaza",
"DialogueChoices": [ "[Gridania] Lancers' Guild"
{ ],
"Type": "YesNo", "DialogueChoices": [
"Prompt": "TEXT_CLSLNC999_00180_Q1_000_1", {
"Yes": true "Type": "YesNo",
} "Prompt": "TEXT_CLSLNC999_00180_Q1_000_1",
], "Yes": true
"AetheryteShortcut": "Gridania", }
"AethernetShortcut": [ ],
"[Gridania] Aetheryte Plaza", "InteractionType": "Interact"
"[Gridania] Lancers' Guild" }
], ]
"SkipConditions": { }
"AetheryteShortcutIf": { ]
"InSameTerritory": true, }
"InTerritory": [
133
]
}
}
}
]
}
]
}