Merge branch 'master' into omicron

plogon_enjoyer 2024-08-23 14:55:36 +00:00
commit 6556d5ff86
7 changed files with 53 additions and 5 deletions

View File

@ -44,15 +44,33 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": -64.84354,
"Y": -3.6581912,
"Z": 186.08156
},
"TerritoryId": 141, "TerritoryId": 141,
"InteractionType": "AttuneAetheryte", "InteractionType": "WalkTo",
"Aetheryte": "Central Thanalan - Black Brush Station",
"AetheryteShortcut": "Ul'dah", "AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [ "AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza", "[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Gate of Nald (Central Thanalan)" "[Ul'dah] Gate of Nald (Central Thanalan)"
] ]
}, },
{
"Position": {
"X": -62.2836,
"Y": -3.6582258,
"Z": 144.35869
},
"TerritoryId": 141,
"InteractionType": "WalkTo"
},
{
"TerritoryId": 141,
"InteractionType": "AttuneAetheryte",
"Aetheryte": "Central Thanalan - Black Brush Station"
},
{ {
"Position": { "Position": {
"X": 454.0109, "X": 454.0109,

View File

@ -190,6 +190,10 @@
"ItemId": 30362, "ItemId": 30362,
"TargetTerritoryId": 140 "TargetTerritoryId": 140
}, },
{
"TerritoryId": 140,
"InteractionType": "EquipRecommended"
},
{ {
"Position": { "Position": {
"X": -492.96475, "X": -492.96475,

View File

@ -41,6 +41,7 @@
"Y": -0.48849356, "Y": -0.48849356,
"Z": -278.41507 "Z": -278.41507
}, },
"StopDistance": 0.5,
"TerritoryId": 145, "TerritoryId": 145,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "AutoOnEnterArea", "EnemySpawnType": "AutoOnEnterArea",

View File

@ -35,8 +35,8 @@ public sealed class AetheryteConverter() : EnumConverter<EAetheryteLocation>(Val
{ EAetheryteLocation.CoerthasCentralHighlandsCampDragonhead, "Coerthas Central Highlands - Camp Dragonhead" }, { EAetheryteLocation.CoerthasCentralHighlandsCampDragonhead, "Coerthas Central Highlands - Camp Dragonhead" },
{ EAetheryteLocation.MorDhona, "Mor Dhona" }, { EAetheryteLocation.MorDhona, "Mor Dhona" },
{ EAetheryteLocation.GoldSaucer, "Gold Saucer" },
{ EAetheryteLocation.WolvesDenPier, "Wolves' Den Pier" }, { EAetheryteLocation.WolvesDenPier, "Wolves' Den Pier" },
{ EAetheryteLocation.GoldSaucer, "Gold Saucer" },
{ EAetheryteLocation.Ishgard, "Ishgard" }, { EAetheryteLocation.Ishgard, "Ishgard" },
{ EAetheryteLocation.Idyllshire, "Idyllshire" }, { EAetheryteLocation.Idyllshire, "Idyllshire" },

View File

@ -72,9 +72,17 @@ public enum EAetheryteLocation
CoerthasCentralHighlandsCampDragonhead = 23, CoerthasCentralHighlandsCampDragonhead = 23,
MorDhona = 24, MorDhona = 24,
GoldSaucer = 62,
WolvesDenPier = 55, WolvesDenPier = 55,
GoldSaucer = 62,
GoldSaucerEntranceCardSquares = 63,
GoldSaucerWonderSquareEast = 64,
GoldSaucerWonderSquareWest = 65,
GoldSaucerEventSquare = 66,
GoldSaucerCactpotBoard = 67,
GoldSaucerRoundSquare = 68,
GoldSaucerChocoboSquare = 69,
Ishgard = 70, Ishgard = 70,
IshgardForgottenKnight = 80, IshgardForgottenKnight = 80,
IshgardSkysteelManufactory = 81, IshgardSkysteelManufactory = 81,

View File

@ -46,6 +46,15 @@ public sealed class AethernetShardConverter() : EnumConverter<EAetheryteLocation
{ EAetheryteLocation.LimsaTempestGate, "[Limsa Lominsa] Tempest Gate (Lower La Noscea)" }, { EAetheryteLocation.LimsaTempestGate, "[Limsa Lominsa] Tempest Gate (Lower La Noscea)" },
{ EAetheryteLocation.LimsaAirship, "[Limsa Lominsa] Airship Landing" }, { 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.Ishgard, "[Ishgard] Aetheryte Plaza" },
{ EAetheryteLocation.IshgardForgottenKnight, "[Ishgard] The Forgotten Knight" }, { EAetheryteLocation.IshgardForgottenKnight, "[Ishgard] The Forgotten Knight" },
{ EAetheryteLocation.IshgardSkysteelManufactory, "[Ishgard] Skysteel Manufactory" }, { EAetheryteLocation.IshgardSkysteelManufactory, "[Ishgard] Skysteel Manufactory" },

View File

@ -50,8 +50,8 @@
"Outer La Noscea - Camp Overlook", "Outer La Noscea - Camp Overlook",
"Coerthas Central Highlands - Camp Dragonhead", "Coerthas Central Highlands - Camp Dragonhead",
"Mor Dhona", "Mor Dhona",
"Gold Saucer",
"Wolves' Den Pier", "Wolves' Den Pier",
"Gold Saucer",
"Ishgard", "Ishgard",
"Idyllshire", "Idyllshire",
"Coerthas Western Highlands - Falcon's Nest", "Coerthas Western Highlands - Falcon's Nest",
@ -171,6 +171,14 @@
"[Limsa Lominsa] Zephyr Gate (Middle La Noscea)", "[Limsa Lominsa] Zephyr Gate (Middle La Noscea)",
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)", "[Limsa Lominsa] Tempest Gate (Lower La Noscea)",
"[Limsa Lominsa] Airship Landing", "[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] Aetheryte Plaza",
"[Ishgard] The Forgotten Knight", "[Ishgard] The Forgotten Knight",
"[Ishgard] Skysteel Manufactory", "[Ishgard] Skysteel Manufactory",