From: Liza Carvelli Date: Tue, 10 Sep 2024 19:04:33 +0000 (+0200) Subject: Add suffix to venture unlock quests X-Git-Tag: v3.1~3 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=9369c837c65eeb25ce2cc025362ee651ed132606;p=Questionable.git Add suffix to venture unlock quests --- diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json new file mode 100644 index 00000000..409ae27d --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json @@ -0,0 +1,70 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Cacahuetes", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1005412, +"Position": { + "X": -108.14075, + "Y": 18.000334, + "Z": -0.22894287 +}, +"TerritoryId": 129, + "AetheryteShortcut": "Limsa Lominsa", + "InteractionType": "AcceptQuest", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": 248.49304, + "Y": -11.838913, + "Z": 97.45935 + }, + "TerritoryId": 138, + "InteractionType": "Combat", + "AetheryteShortcut": "Western La Noscea - Aleport", + "EnemySpawnType": "AutoOnEnterArea", + "KillEnemyDataIds": [ + 397 + ] + }, + {"DataId": 1005413, +"Position": { + "X": 248.49304, + "Y": -11.838913, + "Z": 97.45935 +}, +"TerritoryId": 138, +"InteractionType": "Interact"} + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1003275, +"Position": { + "X": -147.1123, + "Y": 18.2, + "Z": 14.358704 +}, +"TerritoryId": 129, +"InteractionType": "CompleteQuest", + "AetheryteShortcut": "Limsa Lominsa" + } + ] + } + ] + } diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json deleted file mode 100644 index 605677c4..00000000 --- a/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Cacahuetes", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1005412, -"Position": { - "X": -108.14075, - "Y": 18.000334, - "Z": -0.22894287 -}, -"TerritoryId": 129, - "AetheryteShortcut": "Limsa Lominsa", - "InteractionType": "AcceptQuest", - "SkipConditions": { - "AetheryteShortcutIf": { - "InSameTerritory": true, - "InTerritory": [ - 129 - ] - } - } - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "Position": { - "X": 248.49304, - "Y": -11.838913, - "Z": 97.45935 - }, - "TerritoryId": 138, - "InteractionType": "Combat", - "AetheryteShortcut": "Western La Noscea - Aleport", - "EnemySpawnType": "AutoOnEnterArea", - "KillEnemyDataIds": [ - 397 - ] - }, - {"DataId": 1005413, -"Position": { - "X": 248.49304, - "Y": -11.838913, - "Z": 97.45935 -}, -"TerritoryId": 138, -"InteractionType": "Interact"} - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "DataId": 1003275, -"Position": { - "X": -147.1123, - "Y": 18.2, - "Z": 14.358704 -}, -"TerritoryId": 129, -"InteractionType": "CompleteQuest", - "AetheryteShortcut": "Limsa Lominsa" - } - ] - } - ] - } - \ No newline at end of file diff --git a/Questionable/Model/QuestInfo.cs b/Questionable/Model/QuestInfo.cs index aeda70c3..05603009 100644 --- a/Questionable/Model/QuestInfo.cs +++ b/Questionable/Model/QuestInfo.cs @@ -28,6 +28,9 @@ internal sealed class QuestInfo : IQuestInfo 570 => " (Thaumaturge)", 673 => " (Ul'dah)", 674 => " (Limsa/Gridania)", + 1432 => " (Gridania)", + 1433 => " (Limsa)", + 1434 => " (Ul'dah)", _ => "", };