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

pull/18/head
cacahuetes 2024-08-21 16:00:29 +00:00
parent 2765247f92
commit c5ea5563ff
1 changed files with 37 additions and 28 deletions

View File

@ -1,28 +1,37 @@
{ {
"$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": 1000148,
"DataId": 1000148,
"Position": { "Position": {
"X": -20.279297, "X": -20.279297,
"Y": -3.25, "Y": -3.25,
"Z": 45.97534 "Z": 45.97534
}, },
"TerritoryId": 132, "TerritoryId": 132,
"InteractionType": "AcceptQuest", "AetheryteShortcut": "Gridania",
"DialogueChoices": [ "DialogueChoices": [
{ {
"Type": "YesNo", "Type": "YesNo",
"Prompt": "TEXT_CLSWDK999_00184_Q1_000_1", "Prompt": "TEXT_CLSWDK999_00184_Q1_000_1",
"Yes": true "Yes": true
} }
],
"InteractionType": "AcceptQuest",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
132
] ]
} }
}
}
] ]
} }
] ]
} }