From: Liza Carvelli Date: Sat, 19 Jul 2025 22:26:03 +0000 (+0200) Subject: Add skip conditions to Garuda/Titan Hard X-Git-Tag: v5.23~9 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=e5b2b6f7bf6be7d7fdf2ba91e6c71bcd7fd40cd5;p=Questionable.git Add skip conditions to Garuda/Titan Hard --- 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,