diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/C9-Ultimate Weapon/3873_Rock the Castrum.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/C9-Ultimate Weapon/3873_Rock the Castrum.json index 7eec220a..dba66d15 100644 --- a/QuestPaths/2.x - A Realm Reborn/MSQ-2/C9-Ultimate Weapon/3873_Rock the Castrum.json +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/C9-Ultimate Weapon/3873_Rock the Castrum.json @@ -35,13 +35,163 @@ "Z": -225.17743 }, "TerritoryId": 147, - "InteractionType": "Interact" + "InteractionType": "Interact", + "AetheryteShortcut": "Northern Thanalan - Ceruleum Processing Plant", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } } ] }, { "Sequence": 2, + "$": "This doesn't include the DRK/MCH/AST coffers that exist at level 50, but you cannot obtain them until HW", "Steps": [ + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 31337, + "$": "Lv49 Weapon Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20642, + "$": "Lv50 PLD Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20643, + "$": "Lv50 MNK Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20644, + "$": "Lv50 WAR Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20645, + "$": "Lv50 DRG Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20646, + "$": "Lv50 BRD Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20647, + "$": "Lv50 NIN Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20648, + "$": "Lv50 WHM Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20649, + "$": "Lv50 BLM Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20650, + "$": "Lv50 SMN Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, + { + "TerritoryId": 147, + "InteractionType": "UseItem", + "ItemId": 20651, + "$": "Lv50 SCH Coffer", + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": true + } + } + } + }, { "TerritoryId": 147, "InteractionType": "Duty", diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index d1c1b23c..1902572a 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -47,6 +47,10 @@ }, "Comment": { "type": "string" + }, + "$": { + "type": "string", + "description": "Dev Comment (not visible in-game)" } }, "required": [ @@ -699,9 +703,7 @@ "const": "UseItem" }, "ItemId": { - "not": { - "const": 30362 - } + "minimum": 2000000 } } },