Update QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/181_So You Want to Be an Archer.json

pull/18/head
cacahuetes 2024-08-22 13:43:21 +00:00
parent e7fa50db20
commit 53d3488871
1 changed files with 41 additions and 41 deletions

View File

@ -1,42 +1,42 @@
{ {
"$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": 1000197, { "DataId": 1000197,
"Position": { "Position": {
"X": 201.31226, "X": 201.31226,
"Y": -3.1634123E-15, "Y": -3.1634123E-15,
"Z": 43.900146 "Z": 43.900146
}, },
"TerritoryId": 132, "TerritoryId": 132,
"AetheryteShortcut": "Gridania", "AetheryteShortcut": "Gridania",
"AethernetShortcut": [ "AethernetShortcut": [
"[Gridania] Aetheryte Plaza", "[Gridania] Aetheryte Plaza",
"[Gridania] Archers' Guild" "[Gridania] Archers' Guild"
], ],
"DialogueChoices": [ "DialogueChoices": [
{ {
"Type": "YesNo", "Type": "YesNo",
"Prompt": "TEXT_CLSARC999_00181_Q1_000_1", "Prompt": "TEXT_CLSARC999_00181_Q1_000_1",
"Yes": true, "Yes": true,
"$": "No Godbert prompt" "$": "No Godbert prompt"
} }
], ],
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"SkipConditions": { "SkipConditions": {
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"InSameTerritory": true, "InSameTerritory": true,
"InTerritory": [ "InTerritory": [
132 132
] ]
} }
} }
} }
] ]
} }
] ]
} }