From: Liza Carvelli Date: Sat, 19 Jul 2025 12:35:35 +0000 (+0200) Subject: Enable Sohr Khai by default X-Git-Tag: v5.23~11 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=2de19caa0a82fc8ed66aa9f399c1cf249825a30f;p=Questionable.git Enable Sohr Khai by default --- diff --git a/QuestPaths/3.x - Heavensward/MSQ/D-3.3/2244_Winning Over the Wyrm.json b/QuestPaths/3.x - Heavensward/MSQ/D-3.3/2244_Winning Over the Wyrm.json index adb15f28..bb116006 100644 --- a/QuestPaths/3.x - Heavensward/MSQ/D-3.3/2244_Winning Over the Wyrm.json +++ b/QuestPaths/3.x - Heavensward/MSQ/D-3.3/2244_Winning Over the Wyrm.json @@ -99,7 +99,13 @@ "InteractionType": "Duty", "DutyOptions": { "ContentFinderConditionId": 171, - "Enabled": false + "Enabled": false, + "Notes": [ + "(boss 1) Doesn't knock all moogles out of the rez area", + "(boss 3) Stack goal zone isn't properly removed from NPC, so the character will stack even for spread markers + slide into AOEs during ice" + ], + "TestedAutoDutyVersion": "0.0.0.227", + "TestedBossModVersion": "0.3.0.5" } } ] diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index 11e72b61..0290ac62 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -1320,6 +1320,10 @@ "type": "string", "pattern": "^0\\.\\d+\\.\\d+\\.\\d+$" }, + "TestedBossModVersion": { + "type": "string", + "pattern": "^0\\.\\d+\\.\\d+\\.\\d+$" + }, "$": { "type": "string" }