Add an optional teleport before interacting with Raubahn for Castrum Meridianum so...
authorLiza Carvelli <liza@carvel.li>
Fri, 24 Jan 2025 21:26:24 +0000 (22:26 +0100)
committerLiza Carvelli <liza@carvel.li>
Fri, 24 Jan 2025 21:26:24 +0000 (22:26 +0100)
QuestPaths/2.x - A Realm Reborn/MSQ-2/C9-Ultimate Weapon/3873_Rock the Castrum.json
QuestPaths/quest-v1.json

index 7eec220ae3341b5dc438503853fedff29c20df50..dba66d15cda73e2d22651296723d7be3e10d4582 100644 (file)
             "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",
index d1c1b23c2c50e78002f836aa1704fc26f8cde4b0..1902572adac8123adf5cf5b0650a219b08b8a0cf 100644 (file)
           },
           "Comment": {
             "type": "string"
+          },
+          "$": {
+            "type": "string",
+            "description": "Dev Comment (not visible in-game)"
           }
         },
         "required": [
                 "const": "UseItem"
               },
               "ItemId": {
-                "not": {
-                  "const": 30362
-                }
+                "minimum": 2000000
               }
             }
           },