Add aetheryte data for Dock Poga
authorLiza Carvelli <liza@carvel.li>
Sat, 16 Nov 2024 21:08:04 +0000 (22:08 +0100)
committerLiza Carvelli <liza@carvel.li>
Sat, 16 Nov 2024 21:08:04 +0000 (22:08 +0100)
Questionable.Model/Common/Converter/AetheryteConverter.cs
Questionable.Model/Common/EAetheryteLocation.cs
Questionable.Model/common-schema.json
Questionable/Data/AetheryteData.cs

index 36853586a68bd21c2d42dc7b4e9100fb3d83d2be..6d882ec30a4519983176fa8a533713aa74ce31ef 100644 (file)
@@ -110,6 +110,7 @@ public sealed class AetheryteConverter() : EnumConverter<EAetheryteLocation>(Val
         { EAetheryteLocation.KozamaukaOkHanu, "Kozama'uka - Ok'hanu" },
         { EAetheryteLocation.KozamaukaManyFires, "Kozama'uka - Many Fires" },
         { EAetheryteLocation.KozamaukaEarthenshire, "Kozama'uka - Earthenshire" },
+        { EAetheryteLocation.KozamaukaDockPoga, "Kozama'uka - Dock Poga" },
         { EAetheryteLocation.YakTelIqBraax, "Yak T'el - Iq Br'aax" },
         { EAetheryteLocation.YakTelMamook, "Yak T'el - Mamook" },
         { EAetheryteLocation.ShaaloaniHhusatahwi, "Shaaloani - Hhusatahwi" },
index 1173820670dc8d32db36ade6d8bced3e5831629f..b4b93076b908d18e683d5357c49e6b72d615675d 100644 (file)
@@ -258,6 +258,7 @@ public enum EAetheryteLocation
     KozamaukaOkHanu = 202,
     KozamaukaManyFires = 203,
     KozamaukaEarthenshire = 204,
+    KozamaukaDockPoga = 238,
     YakTelIqBraax = 205,
     YakTelMamook = 206,
     ShaaloaniHhusatahwi = 207,
index 97d1474effdcdec5fc01610d4732b98651389553..b0cdeeec181572d8091d8c3d6e7a238db2660fc9 100644 (file)
         "Kozama'uka - Ok'hanu",
         "Kozama'uka - Many Fires",
         "Kozama'uka - Earthenshire",
+        "Kozama'uka - Dock Poga",
         "Yak T'el - Iq Br'aax",
         "Yak T'el - Mamook",
         "Shaaloani - Hhusatahwi",
index 1e8f34c23a815080da2db292384a9a7cedff277a..818132d93913b26d083d7f38c2fc0dde424e0197 100644 (file)
@@ -291,6 +291,7 @@ internal sealed class AetheryteData
                 { EAetheryteLocation.KozamaukaOkHanu, new(-169.51251f, 6.576599f, -479.42322f) },
                 { EAetheryteLocation.KozamaukaManyFires, new(541.16125f, 117.41809f, 203.60107f) },
                 { EAetheryteLocation.KozamaukaEarthenshire, new(-477.53113f, 124.04053f, 311.32983f) },
+                { EAetheryteLocation.KozamaukaDockPoga, new(787.59436f, 14.175598f, -236.22491f) },
                 { EAetheryteLocation.YakTelIqBraax, new(-397.05505f, 23.5141f, -431.93713f) },
                 { EAetheryteLocation.YakTelMamook, new(721.40076f, -132.31104f, 526.1769f) },
                 { EAetheryteLocation.ShaaloaniHhusatahwi, new(386.40417f, -0.19836426f, 467.61267f) },