Merge pull request 'friendly-patch-2' (#115) from Friendly/Questionable:friendly-patch-2 into master

This commit is contained in:
Liza 2024-12-17 19:41:11 +01:00
parent 2d7f22199c
commit e3964cd632
Signed by: liza
GPG Key ID: 2C41B84815CF6445
2 changed files with 104 additions and 69 deletions

View File

@ -1,63 +1,72 @@
{ {
"$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": 1000859, "DataId": 1000859,
"Position": { "Position": {
"X": -166.76587, "X": -166.76587,
"Y": 4.5496645, "Y": 4.5496645,
"Z": 150.04187 "Z": 150.04187
}, },
"TerritoryId": 129, "TerritoryId": 129,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Limsa Lominsa", "AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [ "AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza", "[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Fishermens' Guild" "[Limsa Lominsa] Fishermens' Guild"
], ],
"SkipConditions": { "SkipConditions": {
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"InSameTerritory": true "InSameTerritory": true
} }
} }
} }
] ]
}, },
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": { "Position": {
"X": -167.60791, "X": -168.20791,
"Y": 4.550005, "Y": 4.550005,
"Z": 165.35986 "Z": 167.85986
}, },
"TerritoryId": 129, "TerritoryId": 129,
"InteractionType": "WalkTo" "InteractionType": "WalkTo"
}, },
{ {
"DataId": 1000857, "Position": {
"Position": { "X": -167.60791,
"X": -165.27051, "Y": 4.550005,
"Y": 5.2500057, "Z": 165.35986
"Z": 164.29382 },
}, "TerritoryId": 129,
"TerritoryId": 129, "InteractionType": "WalkTo"
"DialogueChoices": [ },
{ {
"Type": "YesNo", "DataId": 1000857,
"Prompt": "TEXT_CLSFSH011_01107_Q1_000_001", "Position": {
"Yes": true "X": -165.27051,
} "Y": 5.2500057,
], "Z": 164.29382
"InteractionType": "CompleteQuest", },
"NextQuestId": 1108 "TerritoryId": 129,
} "DialogueChoices": [
] {
} "Type": "YesNo",
] "Prompt": "TEXT_CLSFSH011_01107_Q1_000_001",
} "Yes": true
}
],
"InteractionType": "CompleteQuest",
"NextQuestId": 1108
}
]
}
]
}

View File

@ -1,6 +1,6 @@
{ {
"$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", "Friendly"],
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -13,9 +13,9 @@
"StepIf": { "StepIf": {
"Item": { "Item": {
"NotInInventory": true "NotInInventory": true
} }
} }
} }
}, },
{ {
"TerritoryId": 129, "TerritoryId": 129,
@ -36,6 +36,33 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"DataId": 1001016,
"Position": {
"X": -42.679565,
"Y": 39.999947,
"Z": 119.920654
},
"TerritoryId": 128,
"InteractionType": "PurchaseItem",
"AethernetShortcut": [
"[Limsa Lominsa] Fishermens' Guild",
"[Limsa Lominsa] The Aftcastle"
],
"PurchaseMenu": {
"ExcelSheet": "GilShop",
"Key": 262186
},
"ItemId": 4870,
"ItemCount": 5,
"SkipConditions": {
"StepIf": {
"Item": {
"NotInInventory": false
}
}
}
},
{ {
"DataId": 1000857, "DataId": 1000857,
"Position": { "Position": {
@ -50,8 +77,7 @@
"[Limsa Lominsa] Fishermens' Guild" "[Limsa Lominsa] Fishermens' Guild"
], ],
"NextQuestId": 3843, "NextQuestId": 3843,
"Disabled": true, "Comment": "Complete quest"
"Comment": "Catch/turn in fish manually"
} }
] ]
} }