From e5b2b6f7bf6be7d7fdf2ba91e6c71bcd7fd40cd5 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 20 Jul 2025 00:26:03 +0200 Subject: [PATCH] Add skip conditions to Garuda/Titan Hard --- .../1157_In for Garuda Awakening.json | 27 ++++++++++++++++--- .../Trial Quests/1158_In a Titan Spot.json | 27 ++++++++++++++++--- 2 files changed, 48 insertions(+), 6 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Trial Quests/1157_In for Garuda Awakening.json b/QuestPaths/2.x - A Realm Reborn/Trial Quests/1157_In for Garuda Awakening.json index c7b99720..5cca82fb 100644 --- a/QuestPaths/2.x - A Realm Reborn/Trial Quests/1157_In for Garuda Awakening.json +++ b/QuestPaths/2.x - A Realm Reborn/Trial Quests/1157_In for Garuda Awakening.json @@ -9,7 +9,14 @@ "TerritoryId": 146, "InteractionType": "UseItem", "ItemId": 30362, - "TargetTerritoryId": 140 + "TargetTerritoryId": 140, + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 212 + ] + } + } }, { "Position": { @@ -18,7 +25,14 @@ "Z": -380.82272 }, "TerritoryId": 140, - "InteractionType": "WalkTo" + "InteractionType": "WalkTo", + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 212 + ] + } + } }, { "DataId": 2001711, @@ -29,7 +43,14 @@ }, "TerritoryId": 140, "InteractionType": "Interact", - "TargetTerritoryId": 212 + "TargetTerritoryId": 212, + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 212 + ] + } + } }, { "DataId": 1007531, diff --git a/QuestPaths/2.x - A Realm Reborn/Trial Quests/1158_In a Titan Spot.json b/QuestPaths/2.x - A Realm Reborn/Trial Quests/1158_In a Titan Spot.json index 09562c59..6167f26d 100644 --- a/QuestPaths/2.x - A Realm Reborn/Trial Quests/1158_In a Titan Spot.json +++ b/QuestPaths/2.x - A Realm Reborn/Trial Quests/1158_In a Titan Spot.json @@ -9,7 +9,14 @@ "TerritoryId": 146, "InteractionType": "UseItem", "ItemId": 30362, - "TargetTerritoryId": 140 + "TargetTerritoryId": 140, + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 212 + ] + } + } }, { "Position": { @@ -18,7 +25,14 @@ "Z": -380.82272 }, "TerritoryId": 140, - "InteractionType": "WalkTo" + "InteractionType": "WalkTo", + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 212 + ] + } + } }, { "DataId": 2001711, @@ -29,7 +43,14 @@ }, "TerritoryId": 140, "InteractionType": "Interact", - "TargetTerritoryId": 212 + "TargetTerritoryId": 212, + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 212 + ] + } + } }, { "DataId": 1007533, -- 2.30.2