From: Plogon Enjoyer Date: Sat, 31 Aug 2024 18:15:16 +0000 (+0800) Subject: Added conditions for "Criminal Crossings" X-Git-Tag: v3.0~6^2~5 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=1627d43e4e3b32f41d3fa8e9985cde11d81f6c9f;p=Questionable.git Added conditions for "Criminal Crossings" --- diff --git a/QuestPaths/4.x - Stormblood/Allied Societies/Ananta/Dailies/3051_Criminal Crossings.json b/QuestPaths/4.x - Stormblood/Allied Societies/Ananta/Dailies/3051_Criminal Crossings.json index 2283a975..be29d3d4 100644 --- a/QuestPaths/4.x - Stormblood/Allied Societies/Ananta/Dailies/3051_Criminal Crossings.json +++ b/QuestPaths/4.x - Stormblood/Allied Societies/Ananta/Dailies/3051_Criminal Crossings.json @@ -21,6 +21,25 @@ { "Sequence": 1, "Steps": [ + { + "DataId": 1025120, + "Position": { + "X": -333.66907, + "Y": 43.042835, + "Z": -22.201904 + }, + "TerritoryId": 612, + "InteractionType": "Interact", + "RequiredQuestVariables": [null, null, null, [2], null, null], + "Fly": true, + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_BANANA402_03051_Q1_000_000", + "Answer": "TEXT_BANANA402_03051_A1_000_001" + } + ] + }, { "DataId": 1025062, "Position": { @@ -30,6 +49,7 @@ }, "TerritoryId": 612, "InteractionType": "Combat", + "RequiredQuestVariables": [null, null, null, [3], null, null], "Fly": true, "DialogueChoices": [ { @@ -42,54 +62,65 @@ "KillEnemyDataIds": [8587] }, { - "DataId": 1025061, + "DataId": 1025119, "Position": { "X": -488.18192, "Y": 81.128265, "Z": -191.33289 }, "TerritoryId": 612, - "InteractionType": "Combat", - "SkipConditions": { - "StepIf": { - "NotTargetable": true - } - }, + "InteractionType": "Interact", + "RequiredQuestVariables": [null, null, null, [2], null, null], "Fly": true, "DialogueChoices": [ { "Type": "List", "Prompt": "TEXT_BANANA402_03051_Q1_000_000", - "Answer": "TEXT_BANANA402_03051_A1_000_002" + "Answer": "TEXT_BANANA402_03051_A1_000_001" } - ], - "EnemySpawnType": "AfterInteraction", - "KillEnemyDataIds": [8586], - "$": "This NPC will become an enemy" + ] }, { - "DataId": 1025119, + "DataId": 1025061, "Position": { "X": -488.18192, "Y": 81.128265, "Z": -191.33289 }, "TerritoryId": 612, - "InteractionType": "Interact", - "SkipConditions": { - "StepIf": { - "NotTargetable": true + "InteractionType": "Combat", + "RequiredQuestVariables": [null, null, null, [3], null, null], + "Fly": true, + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_BANANA402_03051_Q1_000_000", + "Answer": "TEXT_BANANA402_03051_A1_000_002" } + ], + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [8586] + }, + { + "DataId": 1025060, + "Position": { + "X": -572.9916, + "Y": 112.44218, + "Z": -229.32788 }, + "TerritoryId": 612, + "InteractionType": "Combat", + "RequiredQuestVariables": [null, null, null, [2], null, null], "Fly": true, "DialogueChoices": [ { "Type": "List", "Prompt": "TEXT_BANANA402_03051_Q1_000_000", - "Answer": "TEXT_BANANA402_03051_A1_000_001" + "Answer": "TEXT_BANANA402_03051_A1_000_002" } ], - "$": "This NPC will not become an enemy" + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [8585] }, { "DataId": 1025118, @@ -100,6 +131,7 @@ }, "TerritoryId": 612, "InteractionType": "Interact", + "RequiredQuestVariables": [null, null, null, [3], null, null], "Fly": true, "DialogueChoices": [ { @@ -122,6 +154,7 @@ }, "TerritoryId": 612, "InteractionType": "WalkTo", + "AetheryteShortcut": "Fringes - Peering Stones", "Fly": true }, { diff --git a/QuestPaths/4.x - Stormblood/Allied Societies/Ananta/Dailies/3051_Criminal Crossings.md b/QuestPaths/4.x - Stormblood/Allied Societies/Ananta/Dailies/3051_Criminal Crossings.md new file mode 100644 index 00000000..3aa3f81e --- /dev/null +++ b/QuestPaths/4.x - Stormblood/Allied Societies/Ananta/Dailies/3051_Criminal Crossings.md @@ -0,0 +1,5 @@ +``` +0 0 0 x 0 0 | + 2 1025120 -> 1025119 -> 1025060 + 3 1025062 -> 1025061 -> 1025118 +```