forked from liza/Questionable
Fix aetheryte name for Pla Enni
This commit is contained in:
parent
3ba342aa48
commit
391342f9c4
@ -28,7 +28,7 @@
|
||||
},
|
||||
"TerritoryId": 816,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Il Mheg - Pia Enni",
|
||||
"AetheryteShortcut": "Il Mheg - Pla Enni",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
|
@ -30,7 +30,7 @@
|
||||
"TerritoryId": 816,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2002943,
|
||||
"AetheryteShortcut": "Il Mheg - Pia Enni",
|
||||
"AetheryteShortcut": "Il Mheg - Pla Enni",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
|
@ -70,7 +70,7 @@
|
||||
},
|
||||
"TerritoryId": 816,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Il Mheg - Pia Enni",
|
||||
"AetheryteShortcut": "Il Mheg - Pla Enni",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
|
@ -24,7 +24,7 @@
|
||||
{
|
||||
"TerritoryId": 816,
|
||||
"InteractionType": "AttuneAetheryte",
|
||||
"Aetheryte": "Il Mheg - Pia Enni"
|
||||
"Aetheryte": "Il Mheg - Pla Enni"
|
||||
},
|
||||
{
|
||||
"DataId": 1029572,
|
||||
|
@ -394,7 +394,7 @@
|
||||
},
|
||||
"TerritoryId": 816,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Il Mheg - Pia Enni"
|
||||
"AetheryteShortcut": "Il Mheg - Pla Enni"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -79,7 +79,7 @@ public sealed class AetheryteConverter() : EnumConverter<EAetheryteLocation>(Val
|
||||
{ EAetheryteLocation.RaktikaSlitherbough, "Rak'tika - Slitherbough" },
|
||||
{ EAetheryteLocation.RaktikaFanow, "Rak'tika - Fanow" },
|
||||
{ EAetheryteLocation.IlMhegLydhaLran, "Il Mheg - Lydha Lran" },
|
||||
{ EAetheryteLocation.IlMhegPiaEnni, "Il Mheg - Pia Enni" },
|
||||
{ EAetheryteLocation.IlMhegPlaEnni, "Il Mheg - Pla Enni" },
|
||||
{ EAetheryteLocation.IlMhegWolekdorf, "Il Mheg - Wolekdorf" },
|
||||
{ EAetheryteLocation.TempestOndoCups, "Tempest - Ondo Cups" },
|
||||
{ EAetheryteLocation.TempestMacarensesAngle, "Tempest - Macarenses Angle" },
|
||||
|
@ -176,7 +176,7 @@ public enum EAetheryteLocation
|
||||
RaktikaSlitherbough = 142,
|
||||
RaktikaFanow = 143,
|
||||
IlMhegLydhaLran = 144,
|
||||
IlMhegPiaEnni = 145,
|
||||
IlMhegPlaEnni = 145,
|
||||
IlMhegWolekdorf = 146,
|
||||
TempestOndoCups = 147,
|
||||
TempestMacarensesAngle = 148,
|
||||
|
@ -91,7 +91,7 @@
|
||||
"Rak'tika - Slitherbough",
|
||||
"Rak'tika - Fanow",
|
||||
"Il Mheg - Lydha Lran",
|
||||
"Il Mheg - Pia Enni",
|
||||
"Il Mheg - Pla Enni",
|
||||
"Il Mheg - Wolekdorf",
|
||||
"Tempest - Ondo Cups",
|
||||
"Tempest - Macarenses Angle",
|
||||
|
@ -210,7 +210,7 @@ internal sealed class AetheryteData
|
||||
{ EAetheryteLocation.RaktikaSlitherbough, new(-103.4104f, -19.333252f, 297.23047f) },
|
||||
{ EAetheryteLocation.RaktikaFanow, new(382.77246f, 21.042175f, -194.11005f) },
|
||||
{ EAetheryteLocation.IlMhegLydhaLran, new(-344.71655f, 48.722046f, 512.2606f) },
|
||||
{ EAetheryteLocation.IlMhegPiaEnni, new(-72.55664f, 103.95972f, -857.35864f) },
|
||||
{ EAetheryteLocation.IlMhegPlaEnni, new(-72.55664f, 103.95972f, -857.35864f) },
|
||||
{ EAetheryteLocation.IlMhegWolekdorf, new(380.51416f, 87.20532f, -687.2511f) },
|
||||
{ EAetheryteLocation.TempestOndoCups, new(561.76074f, 352.62073f, -199.17603f) },
|
||||
{ EAetheryteLocation.TempestMacarensesAngle, new(-141.74109f, -280.5371f, 218.00562f) },
|
||||
|
Loading…
Reference in New Issue
Block a user