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",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1000148,
"Position": {
"X": -20.279297,
"Y": -3.25,
"Z": 45.97534
},
"TerritoryId": 132,
"InteractionType": "AcceptQuest",
"DialogueChoices": [
{
"Type": "YesNo",
"Prompt": "TEXT_CLSWDK999_00184_Q1_000_1",
"Yes": true
}
]
}
]
}
]
}
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "Cacahuetes",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{ "DataId": 1000148,
"Position": {
"X": -20.279297,
"Y": -3.25,
"Z": 45.97534
},
"TerritoryId": 132,
"AetheryteShortcut": "Gridania",
"DialogueChoices": [
{
"Type": "YesNo",
"Prompt": "TEXT_CLSWDK999_00184_Q1_000_1",
"Yes": true
}
],
"InteractionType": "AcceptQuest",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
132
]
}
}
}
]
}
]
}