Add Gold Saucer aethernet shards
authorLiza Carvelli <liza@carvel.li>
Fri, 23 Aug 2024 13:43:58 +0000 (15:43 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 23 Aug 2024 13:43:58 +0000 (15:43 +0200)
Questionable.Model/Common/Converter/AetheryteConverter.cs
Questionable.Model/Common/EAetheryteLocation.cs
Questionable.Model/Questing/Converter/AethernetShardConverter.cs
Questionable.Model/common-schema.json

index 0cecd3ea0bbec59ff3689c5661ac548d4a63e4ae..36853586a68bd21c2d42dc7b4e9100fb3d83d2be 100644 (file)
@@ -35,8 +35,8 @@ public sealed class AetheryteConverter() : EnumConverter<EAetheryteLocation>(Val
 
         { EAetheryteLocation.CoerthasCentralHighlandsCampDragonhead, "Coerthas Central Highlands - Camp Dragonhead" },
         { EAetheryteLocation.MorDhona, "Mor Dhona" },
-        { EAetheryteLocation.GoldSaucer, "Gold Saucer" },
         { EAetheryteLocation.WolvesDenPier, "Wolves' Den Pier" },
+        { EAetheryteLocation.GoldSaucer, "Gold Saucer" },
 
         { EAetheryteLocation.Ishgard, "Ishgard" },
         { EAetheryteLocation.Idyllshire, "Idyllshire" },
index a2dc3e2dc059e52c418f57b057ceb9e01b101827..7142cfe79a795bcc1b9629a6d0aeac9f3d98c189 100644 (file)
@@ -72,9 +72,17 @@ public enum EAetheryteLocation
 
     CoerthasCentralHighlandsCampDragonhead = 23,
     MorDhona = 24,
-    GoldSaucer = 62,
     WolvesDenPier = 55,
 
+    GoldSaucer = 62,
+    GoldSaucerEntranceCardSquares = 63,
+    GoldSaucerWonderSquareEast = 64,
+    GoldSaucerWonderSquareWest = 65,
+    GoldSaucerEventSquare = 66,
+    GoldSaucerCactpotBoard = 67,
+    GoldSaucerRoundSquare = 68,
+    GoldSaucerChocoboSquare = 69,
+
     Ishgard = 70,
     IshgardForgottenKnight = 80,
     IshgardSkysteelManufactory = 81,
index 6b5e583492e12fa55c1a0673476202f8a81c1e91..6367c9d77f20757af7a4e24700ecbb218840bb0c 100644 (file)
@@ -46,6 +46,15 @@ public sealed class AethernetShardConverter() : EnumConverter<EAetheryteLocation
         { EAetheryteLocation.LimsaTempestGate, "[Limsa Lominsa] Tempest Gate (Lower La Noscea)" },
         { EAetheryteLocation.LimsaAirship, "[Limsa Lominsa] Airship Landing" },
 
+        { EAetheryteLocation.GoldSaucer, "[Gold Saucer] Aetheryte Plaza" },
+        { EAetheryteLocation.GoldSaucerEntranceCardSquares, "[Gold Saucer] Entrance & Card Squares" },
+        { EAetheryteLocation.GoldSaucerWonderSquareEast, "[Gold Saucer] Wonder Square East" },
+        { EAetheryteLocation.GoldSaucerWonderSquareWest, "[Gold Saucer] Wonder Square West" },
+        { EAetheryteLocation.GoldSaucerEventSquare, "[Gold Saucer] Event Square" },
+        { EAetheryteLocation.GoldSaucerCactpotBoard, "[Gold Saucer] Cactpot Board" },
+        { EAetheryteLocation.GoldSaucerRoundSquare, "[Gold Saucer] Round Square" },
+        { EAetheryteLocation.GoldSaucerChocoboSquare, "[Gold Saucer] Chocobo Square" },
+
         { EAetheryteLocation.Ishgard, "[Ishgard] Aetheryte Plaza" },
         { EAetheryteLocation.IshgardForgottenKnight, "[Ishgard] The Forgotten Knight" },
         { EAetheryteLocation.IshgardSkysteelManufactory, "[Ishgard] Skysteel Manufactory" },
index 3849ec2e1c207d6261924c9d050d767a307264c3..dad29766653fa17df7dedcbce5906aaad849d56b 100644 (file)
@@ -50,8 +50,8 @@
         "Outer La Noscea - Camp Overlook",
         "Coerthas Central Highlands - Camp Dragonhead",
         "Mor Dhona",
-        "Gold Saucer",
         "Wolves' Den Pier",
+        "Gold Saucer",
         "Ishgard",
         "Idyllshire",
         "Coerthas Western Highlands - Falcon's Nest",
         "[Limsa Lominsa] Zephyr Gate (Middle La Noscea)",
         "[Limsa Lominsa] Tempest Gate (Lower La Noscea)",
         "[Limsa Lominsa] Airship Landing",
+        "[Gold Saucer] Aetheryte Plaza",
+        "[Gold Saucer] Entrance & Card Squares",
+        "[Gold Saucer] Wonder Square East",
+        "[Gold Saucer] Wonder Square West",
+        "[Gold Saucer] Event Square",
+        "[Gold Saucer] Cactpot Board",
+        "[Gold Saucer] Round Square",
+        "[Gold Saucer] Chocobo Square",
         "[Ishgard] Aetheryte Plaza",
         "[Ishgard] The Forgotten Knight",
         "[Ishgard] Skysteel Manufactory",