use std::collections::HashMap; use super::LocalisedText; lazy_static::lazy_static! { pub static ref TERRITORY_NAMES: HashMap = maplit::hashmap! { 128 => LocalisedText { en: "Limsa Lominsa Upper Decks", ja: "Limsa Lominsa Upper Decks", de: "Limsa Lominsa Upper Decks", fr: "Limsa Lominsa Upper Decks", }, 129 => LocalisedText { en: "Limsa Lominsa Lower Decks", ja: "Limsa Lominsa Lower Decks", de: "Limsa Lominsa Lower Decks", fr: "Limsa Lominsa Lower Decks", }, 130 => LocalisedText { en: "Ul'dah - Steps of Nald", ja: "Ul'dah - Steps of Nald", de: "Ul'dah - Steps of Nald", fr: "Ul'dah - Steps of Nald", }, 131 => LocalisedText { en: "Ul'dah - Steps of Thal", ja: "Ul'dah - Steps of Thal", de: "Ul'dah - Steps of Thal", fr: "Ul'dah - Steps of Thal", }, 132 => LocalisedText { en: "New Gridania", ja: "New Gridania", de: "New Gridania", fr: "New Gridania", }, 133 => LocalisedText { en: "Old Gridania", ja: "Old Gridania", de: "Old Gridania", fr: "Old Gridania", }, 134 => LocalisedText { en: "Middle La Noscea", ja: "Middle La Noscea", de: "Middle La Noscea", fr: "Middle La Noscea", }, 135 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 136 => LocalisedText { en: "Mist", ja: "Mist", de: "Mist", fr: "Mist", }, 137 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 138 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 139 => LocalisedText { en: "Upper La Noscea", ja: "Upper La Noscea", de: "Upper La Noscea", fr: "Upper La Noscea", }, 140 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 141 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 142 => LocalisedText { en: "Halatali", ja: "Halatali", de: "Halatali", fr: "Halatali", }, 143 => LocalisedText { en: "Steps of Faith", ja: "Steps of Faith", de: "Steps of Faith", fr: "Steps of Faith", }, 144 => LocalisedText { en: "The Gold Saucer", ja: "The Gold Saucer", de: "The Gold Saucer", fr: "The Gold Saucer", }, 145 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 146 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 147 => LocalisedText { en: "Northern Thanalan", ja: "Northern Thanalan", de: "Northern Thanalan", fr: "Northern Thanalan", }, 148 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 149 => LocalisedText { en: "The Feasting Grounds", ja: "The Feasting Grounds", de: "The Feasting Grounds", fr: "The Feasting Grounds", }, 150 => LocalisedText { en: "The Keeper of the Lake", ja: "The Keeper of the Lake", de: "The Keeper of the Lake", fr: "The Keeper of the Lake", }, 151 => LocalisedText { en: "The World of Darkness", ja: "The World of Darkness", de: "The World of Darkness", fr: "The World of Darkness", }, 152 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 153 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 154 => LocalisedText { en: "North Shroud", ja: "North Shroud", de: "North Shroud", fr: "North Shroud", }, 155 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 156 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 157 => LocalisedText { en: "Sastasha", ja: "Sastasha", de: "Sastasha", fr: "Sastasha", }, 158 => LocalisedText { en: "Brayflox's Longstop", ja: "Brayflox's Longstop", de: "Brayflox's Longstop", fr: "Brayflox's Longstop", }, 159 => LocalisedText { en: "The Wanderer's Palace", ja: "The Wanderer's Palace", de: "The Wanderer's Palace", fr: "The Wanderer's Palace", }, 160 => LocalisedText { en: "Pharos Sirius", ja: "Pharos Sirius", de: "Pharos Sirius", fr: "Pharos Sirius", }, 161 => LocalisedText { en: "Copperbell Mines", ja: "Copperbell Mines", de: "Copperbell Mines", fr: "Copperbell Mines", }, 162 => LocalisedText { en: "Halatali", ja: "Halatali", de: "Halatali", fr: "Halatali", }, 163 => LocalisedText { en: "The Sunken Temple of Qarn", ja: "The Sunken Temple of Qarn", de: "The Sunken Temple of Qarn", fr: "The Sunken Temple of Qarn", }, 164 => LocalisedText { en: "The Tam-Tara Deepcroft", ja: "The Tam-Tara Deepcroft", de: "The Tam-Tara Deepcroft", fr: "The Tam-Tara Deepcroft", }, 166 => LocalisedText { en: "Haukke Manor", ja: "Haukke Manor", de: "Haukke Manor", fr: "Haukke Manor", }, 167 => LocalisedText { en: "Amdapor Keep", ja: "Amdapor Keep", de: "Amdapor Keep", fr: "Amdapor Keep", }, 168 => LocalisedText { en: "Stone Vigil", ja: "Stone Vigil", de: "Stone Vigil", fr: "Stone Vigil", }, 169 => LocalisedText { en: "The Thousand Maws of Toto-Rak", ja: "The Thousand Maws of Toto-Rak", de: "The Thousand Maws of Toto-Rak", fr: "The Thousand Maws of Toto-Rak", }, 170 => LocalisedText { en: "Cutter's Cry", ja: "Cutter's Cry", de: "Cutter's Cry", fr: "Cutter's Cry", }, 171 => LocalisedText { en: "Dzemael Darkhold", ja: "Dzemael Darkhold", de: "Dzemael Darkhold", fr: "Dzemael Darkhold", }, 172 => LocalisedText { en: "Aurum Vale", ja: "Aurum Vale", de: "Aurum Vale", fr: "Aurum Vale", }, 174 => LocalisedText { en: "Labyrinth of the Ancients", ja: "Labyrinth of the Ancients", de: "Labyrinth of the Ancients", fr: "Labyrinth of the Ancients", }, 176 => LocalisedText { en: "Mordion Gaol", ja: "Mordion Gaol", de: "Mordion Gaol", fr: "Mordion Gaol", }, 177 => LocalisedText { en: "Mizzenmast Inn", ja: "Mizzenmast Inn", de: "Mizzenmast Inn", fr: "Mizzenmast Inn", }, 178 => LocalisedText { en: "The Hourglass", ja: "The Hourglass", de: "The Hourglass", fr: "The Hourglass", }, 179 => LocalisedText { en: "The Roost", ja: "The Roost", de: "The Roost", fr: "The Roost", }, 180 => LocalisedText { en: "Outer La Noscea", ja: "Outer La Noscea", de: "Outer La Noscea", fr: "Outer La Noscea", }, 181 => LocalisedText { en: "Limsa Lominsa", ja: "Limsa Lominsa", de: "Limsa Lominsa", fr: "Limsa Lominsa", }, 182 => LocalisedText { en: "Ul'dah - Steps of Nald", ja: "Ul'dah - Steps of Nald", de: "Ul'dah - Steps of Nald", fr: "Ul'dah - Steps of Nald", }, 183 => LocalisedText { en: "New Gridania", ja: "New Gridania", de: "New Gridania", fr: "New Gridania", }, 188 => LocalisedText { en: "The Wanderer's Palace", ja: "The Wanderer's Palace", de: "The Wanderer's Palace", fr: "The Wanderer's Palace", }, 189 => LocalisedText { en: "Amdapor Keep", ja: "Amdapor Keep", de: "Amdapor Keep", fr: "Amdapor Keep", }, 190 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 191 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 192 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 193 => LocalisedText { en: "IC-06 Central Decks", ja: "IC-06 Central Decks", de: "IC-06 Central Decks", fr: "IC-06 Central Decks", }, 194 => LocalisedText { en: "IC-06 Regeneration Grid", ja: "IC-06 Regeneration Grid", de: "IC-06 Regeneration Grid", fr: "IC-06 Regeneration Grid", }, 195 => LocalisedText { en: "IC-06 Main Bridge", ja: "IC-06 Main Bridge", de: "IC-06 Main Bridge", fr: "IC-06 Main Bridge", }, 196 => LocalisedText { en: "The Burning Heart", ja: "The Burning Heart", de: "The Burning Heart", fr: "The Burning Heart", }, 198 => LocalisedText { en: "Command Room", ja: "Command Room", de: "Command Room", fr: "Command Room", }, 202 => LocalisedText { en: "Bowl of Embers", ja: "Bowl of Embers", de: "Bowl of Embers", fr: "Bowl of Embers", }, 204 => LocalisedText { en: "Seat of the First Bow", ja: "Seat of the First Bow", de: "Seat of the First Bow", fr: "Seat of the First Bow", }, 205 => LocalisedText { en: "Lotus Stand", ja: "Lotus Stand", de: "Lotus Stand", fr: "Lotus Stand", }, 206 => LocalisedText { en: "The Navel", ja: "The Navel", de: "The Navel", fr: "The Navel", }, 207 => LocalisedText { en: "Thornmarch", ja: "Thornmarch", de: "Thornmarch", fr: "Thornmarch", }, 208 => LocalisedText { en: "The Howling Eye", ja: "The Howling Eye", de: "The Howling Eye", fr: "The Howling Eye", }, 210 => LocalisedText { en: "Heart of the Sworn", ja: "Heart of the Sworn", de: "Heart of the Sworn", fr: "Heart of the Sworn", }, 212 => LocalisedText { en: "The Waking Sands", ja: "The Waking Sands", de: "The Waking Sands", fr: "The Waking Sands", }, 214 => LocalisedText { en: "Middle La Noscea", ja: "Middle La Noscea", de: "Middle La Noscea", fr: "Middle La Noscea", }, 215 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 216 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 217 => LocalisedText { en: "Castrum Meridianum", ja: "Castrum Meridianum", de: "Castrum Meridianum", fr: "Castrum Meridianum", }, 219 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 220 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 221 => LocalisedText { en: "Upper La Noscea", ja: "Upper La Noscea", de: "Upper La Noscea", fr: "Upper La Noscea", }, 222 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 223 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 224 => LocalisedText { en: "The Praetorium", ja: "The Praetorium", de: "The Praetorium", fr: "The Praetorium", }, 225 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 226 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 227 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 228 => LocalisedText { en: "North Shroud", ja: "North Shroud", de: "North Shroud", fr: "North Shroud", }, 229 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 230 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 231 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 232 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 233 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 234 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 235 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 236 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 237 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 238 => LocalisedText { en: "Old Gridania", ja: "Old Gridania", de: "Old Gridania", fr: "Old Gridania", }, 239 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 240 => LocalisedText { en: "North Shroud", ja: "North Shroud", de: "North Shroud", fr: "North Shroud", }, 241 => LocalisedText { en: "Upper Aetheroacoustic Exploratory Site", ja: "Upper Aetheroacoustic Exploratory Site", de: "Upper Aetheroacoustic Exploratory Site", fr: "Upper Aetheroacoustic Exploratory Site", }, 242 => LocalisedText { en: "Lower Aetheroacoustic Exploratory Site", ja: "Lower Aetheroacoustic Exploratory Site", de: "Lower Aetheroacoustic Exploratory Site", fr: "Lower Aetheroacoustic Exploratory Site", }, 243 => LocalisedText { en: "The Ragnarok", ja: "The Ragnarok", de: "The Ragnarok", fr: "The Ragnarok", }, 244 => LocalisedText { en: "Ragnarok Drive Cylinder", ja: "Ragnarok Drive Cylinder", de: "Ragnarok Drive Cylinder", fr: "Ragnarok Drive Cylinder", }, 245 => LocalisedText { en: "Ragnarok Central Core", ja: "Ragnarok Central Core", de: "Ragnarok Central Core", fr: "Ragnarok Central Core", }, 246 => LocalisedText { en: "IC-04 Main Bridge", ja: "IC-04 Main Bridge", de: "IC-04 Main Bridge", fr: "IC-04 Main Bridge", }, 247 => LocalisedText { en: "Ragnarok Main Bridge", ja: "Ragnarok Main Bridge", de: "Ragnarok Main Bridge", fr: "Ragnarok Main Bridge", }, 248 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 249 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 250 => LocalisedText { en: "Wolves' Den Pier", ja: "Wolves' Den Pier", de: "Wolves' Den Pier", fr: "Wolves' Den Pier", }, 251 => LocalisedText { en: "Ul'dah - Steps of Nald", ja: "Ul'dah - Steps of Nald", de: "Ul'dah - Steps of Nald", fr: "Ul'dah - Steps of Nald", }, 252 => LocalisedText { en: "Middle La Noscea", ja: "Middle La Noscea", de: "Middle La Noscea", fr: "Middle La Noscea", }, 253 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 254 => LocalisedText { en: "Ul'dah - Steps of Nald", ja: "Ul'dah - Steps of Nald", de: "Ul'dah - Steps of Nald", fr: "Ul'dah - Steps of Nald", }, 255 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 256 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 257 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 258 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 259 => LocalisedText { en: "Ul'dah - Steps of Nald", ja: "Ul'dah - Steps of Nald", de: "Ul'dah - Steps of Nald", fr: "Ul'dah - Steps of Nald", }, 260 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 261 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 262 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 263 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 264 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 265 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 266 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 267 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 268 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 269 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 270 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 271 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 272 => LocalisedText { en: "Middle La Noscea", ja: "Middle La Noscea", de: "Middle La Noscea", fr: "Middle La Noscea", }, 273 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 274 => LocalisedText { en: "Ul'dah - Steps of Nald", ja: "Ul'dah - Steps of Nald", de: "Ul'dah - Steps of Nald", fr: "Ul'dah - Steps of Nald", }, 275 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 276 => LocalisedText { en: "Hall of Summoning", ja: "Hall of Summoning", de: "Hall of Summoning", fr: "Hall of Summoning", }, 277 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 278 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 279 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 280 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 281 => LocalisedText { en: "The Whorleater", ja: "The Whorleater", de: "The Whorleater", fr: "The Whorleater", }, 282 => LocalisedText { en: "Private Cottage - Mist", ja: "Private Cottage - Mist", de: "Private Cottage - Mist", fr: "Private Cottage - Mist", }, 283 => LocalisedText { en: "Private House - Mist", ja: "Private House - Mist", de: "Private House - Mist", fr: "Private House - Mist", }, 284 => LocalisedText { en: "Private Mansion - Mist", ja: "Private Mansion - Mist", de: "Private Mansion - Mist", fr: "Private Mansion - Mist", }, 285 => LocalisedText { en: "Middle La Noscea", ja: "Middle La Noscea", de: "Middle La Noscea", fr: "Middle La Noscea", }, 286 => LocalisedText { en: "Rhotano Sea", ja: "Rhotano Sea", de: "Rhotano Sea", fr: "Rhotano Sea", }, 287 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 288 => LocalisedText { en: "Rhotano Sea", ja: "Rhotano Sea", de: "Rhotano Sea", fr: "Rhotano Sea", }, 289 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 290 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 291 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 292 => LocalisedText { en: "Bowl of Embers", ja: "Bowl of Embers", de: "Bowl of Embers", fr: "Bowl of Embers", }, 293 => LocalisedText { en: "The Navel", ja: "The Navel", de: "The Navel", fr: "The Navel", }, 294 => LocalisedText { en: "The Howling Eye", ja: "The Howling Eye", de: "The Howling Eye", fr: "The Howling Eye", }, 295 => LocalisedText { en: "Bowl of Embers", ja: "Bowl of Embers", de: "Bowl of Embers", fr: "Bowl of Embers", }, 296 => LocalisedText { en: "The Navel", ja: "The Navel", de: "The Navel", fr: "The Navel", }, 297 => LocalisedText { en: "The Howling Eye", ja: "The Howling Eye", de: "The Howling Eye", fr: "The Howling Eye", }, 298 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 299 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 300 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 301 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 302 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 303 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 304 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 305 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 306 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 307 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 308 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 309 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 310 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 311 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 312 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 313 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 314 => LocalisedText { en: "Central Thanalan", ja: "Central Thanalan", de: "Central Thanalan", fr: "Central Thanalan", }, 315 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 316 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 317 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 318 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 319 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 320 => LocalisedText { en: "Central Shroud", ja: "Central Shroud", de: "Central Shroud", fr: "Central Shroud", }, 321 => LocalisedText { en: "North Shroud", ja: "North Shroud", de: "North Shroud", fr: "North Shroud", }, 322 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 323 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 324 => LocalisedText { en: "North Shroud", ja: "North Shroud", de: "North Shroud", fr: "North Shroud", }, 325 => LocalisedText { en: "Outer La Noscea", ja: "Outer La Noscea", de: "Outer La Noscea", fr: "Outer La Noscea", }, 326 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 327 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 328 => LocalisedText { en: "Upper La Noscea", ja: "Upper La Noscea", de: "Upper La Noscea", fr: "Upper La Noscea", }, 329 => LocalisedText { en: "The Wanderer's Palace", ja: "The Wanderer's Palace", de: "The Wanderer's Palace", fr: "The Wanderer's Palace", }, 330 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 331 => LocalisedText { en: "The Howling Eye", ja: "The Howling Eye", de: "The Howling Eye", fr: "The Howling Eye", }, 332 => LocalisedText { en: "Western Thanalan", ja: "Western Thanalan", de: "Western Thanalan", fr: "Western Thanalan", }, 335 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 338 => LocalisedText { en: "Eorzean Subterrane", ja: "Eorzean Subterrane", de: "Eorzean Subterrane", fr: "Eorzean Subterrane", }, 339 => LocalisedText { en: "Mist", ja: "Mist", de: "Mist", fr: "Mist", }, 340 => LocalisedText { en: "The Lavender Beds", ja: "The Lavender Beds", de: "The Lavender Beds", fr: "The Lavender Beds", }, 341 => LocalisedText { en: "The Goblet", ja: "The Goblet", de: "The Goblet", fr: "The Goblet", }, 342 => LocalisedText { en: "Private Cottage - The Lavender Beds", ja: "Private Cottage - The Lavender Beds", de: "Private Cottage - The Lavender Beds", fr: "Private Cottage - The Lavender Beds", }, 343 => LocalisedText { en: "Private House - The Lavender Beds", ja: "Private House - The Lavender Beds", de: "Private House - The Lavender Beds", fr: "Private House - The Lavender Beds", }, 344 => LocalisedText { en: "Private Mansion - The Lavender Beds", ja: "Private Mansion - The Lavender Beds", de: "Private Mansion - The Lavender Beds", fr: "Private Mansion - The Lavender Beds", }, 345 => LocalisedText { en: "Private Cottage - The Goblet", ja: "Private Cottage - The Goblet", de: "Private Cottage - The Goblet", fr: "Private Cottage - The Goblet", }, 346 => LocalisedText { en: "Private House - The Goblet", ja: "Private House - The Goblet", de: "Private House - The Goblet", fr: "Private House - The Goblet", }, 347 => LocalisedText { en: "Private Mansion - The Goblet", ja: "Private Mansion - The Goblet", de: "Private Mansion - The Goblet", fr: "Private Mansion - The Goblet", }, 348 => LocalisedText { en: "Porta Decumana", ja: "Porta Decumana", de: "Porta Decumana", fr: "Porta Decumana", }, 349 => LocalisedText { en: "Copperbell Mines", ja: "Copperbell Mines", de: "Copperbell Mines", fr: "Copperbell Mines", }, 350 => LocalisedText { en: "Haukke Manor", ja: "Haukke Manor", de: "Haukke Manor", fr: "Haukke Manor", }, 351 => LocalisedText { en: "The Rising Stones", ja: "The Rising Stones", de: "The Rising Stones", fr: "The Rising Stones", }, 353 => LocalisedText { en: "Kugane Ohashi", ja: "Kugane Ohashi", de: "Kugane Ohashi", fr: "Kugane Ohashi", }, 354 => LocalisedText { en: "The Dancing Plague", ja: "The Dancing Plague", de: "The Dancing Plague", fr: "The Dancing Plague", }, 355 => LocalisedText { en: "Dalamud's Shadow", ja: "Dalamud's Shadow", de: "Dalamud's Shadow", fr: "Dalamud's Shadow", }, 356 => LocalisedText { en: "The Outer Coil", ja: "The Outer Coil", de: "The Outer Coil", fr: "The Outer Coil", }, 357 => LocalisedText { en: "Central Decks", ja: "Central Decks", de: "Central Decks", fr: "Central Decks", }, 358 => LocalisedText { en: "The Holocharts", ja: "The Holocharts", de: "The Holocharts", fr: "The Holocharts", }, 359 => LocalisedText { en: "The Whorleater", ja: "The Whorleater", de: "The Whorleater", fr: "The Whorleater", }, 360 => LocalisedText { en: "Halatali", ja: "Halatali", de: "Halatali", fr: "Halatali", }, 361 => LocalisedText { en: "Hullbreaker Isle", ja: "Hullbreaker Isle", de: "Hullbreaker Isle", fr: "Hullbreaker Isle", }, 362 => LocalisedText { en: "Brayflox's Longstop", ja: "Brayflox's Longstop", de: "Brayflox's Longstop", fr: "Brayflox's Longstop", }, 363 => LocalisedText { en: "The Lost City of Amdapor", ja: "The Lost City of Amdapor", de: "The Lost City of Amdapor", fr: "The Lost City of Amdapor", }, 364 => LocalisedText { en: "Thornmarch", ja: "Thornmarch", de: "Thornmarch", fr: "Thornmarch", }, 365 => LocalisedText { en: "Stone Vigil", ja: "Stone Vigil", de: "Stone Vigil", fr: "Stone Vigil", }, 366 => LocalisedText { en: "Griffin Crossing", ja: "Griffin Crossing", de: "Griffin Crossing", fr: "Griffin Crossing", }, 367 => LocalisedText { en: "The Sunken Temple of Qarn", ja: "The Sunken Temple of Qarn", de: "The Sunken Temple of Qarn", fr: "The Sunken Temple of Qarn", }, 368 => LocalisedText { en: "The Weeping Saint", ja: "The Weeping Saint", de: "The Weeping Saint", fr: "The Weeping Saint", }, 369 => LocalisedText { en: "Hall of the Bestiarii", ja: "Hall of the Bestiarii", de: "Hall of the Bestiarii", fr: "Hall of the Bestiarii", }, 370 => LocalisedText { en: "Main Bridge", ja: "Main Bridge", de: "Main Bridge", fr: "Main Bridge", }, 371 => LocalisedText { en: "Snowcloak", ja: "Snowcloak", de: "Snowcloak", fr: "Snowcloak", }, 372 => LocalisedText { en: "Syrcus Tower", ja: "Syrcus Tower", de: "Syrcus Tower", fr: "Syrcus Tower", }, 373 => LocalisedText { en: "The Tam-Tara Deepcroft", ja: "The Tam-Tara Deepcroft", de: "The Tam-Tara Deepcroft", fr: "The Tam-Tara Deepcroft", }, 374 => LocalisedText { en: "The Striking Tree", ja: "The Striking Tree", de: "The Striking Tree", fr: "The Striking Tree", }, 375 => LocalisedText { en: "The Striking Tree", ja: "The Striking Tree", de: "The Striking Tree", fr: "The Striking Tree", }, 376 => LocalisedText { en: "Carteneau Flats: Borderland Ruins", ja: "Carteneau Flats: Borderland Ruins", de: "Carteneau Flats: Borderland Ruins", fr: "Carteneau Flats: Borderland Ruins", }, 377 => LocalisedText { en: "Akh Afah Amphitheatre", ja: "Akh Afah Amphitheatre", de: "Akh Afah Amphitheatre", fr: "Akh Afah Amphitheatre", }, 378 => LocalisedText { en: "Akh Afah Amphitheatre", ja: "Akh Afah Amphitheatre", de: "Akh Afah Amphitheatre", fr: "Akh Afah Amphitheatre", }, 379 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 380 => LocalisedText { en: "Dalamud's Shadow", ja: "Dalamud's Shadow", de: "Dalamud's Shadow", fr: "Dalamud's Shadow", }, 381 => LocalisedText { en: "The Outer Coil", ja: "The Outer Coil", de: "The Outer Coil", fr: "The Outer Coil", }, 382 => LocalisedText { en: "Central Decks", ja: "Central Decks", de: "Central Decks", fr: "Central Decks", }, 383 => LocalisedText { en: "The Holocharts", ja: "The Holocharts", de: "The Holocharts", fr: "The Holocharts", }, 384 => LocalisedText { en: "Private Chambers - Mist", ja: "Private Chambers - Mist", de: "Private Chambers - Mist", fr: "Private Chambers - Mist", }, 385 => LocalisedText { en: "Private Chambers - The Lavender Beds", ja: "Private Chambers - The Lavender Beds", de: "Private Chambers - The Lavender Beds", fr: "Private Chambers - The Lavender Beds", }, 386 => LocalisedText { en: "Private Chambers - The Goblet", ja: "Private Chambers - The Goblet", de: "Private Chambers - The Goblet", fr: "Private Chambers - The Goblet", }, 387 => LocalisedText { en: "Sastasha", ja: "Sastasha", de: "Sastasha", fr: "Sastasha", }, 388 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 389 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 390 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 391 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 392 => LocalisedText { en: "Sanctum of the Twelve", ja: "Sanctum of the Twelve", de: "Sanctum of the Twelve", fr: "Sanctum of the Twelve", }, 393 => LocalisedText { en: "Sanctum of the Twelve", ja: "Sanctum of the Twelve", de: "Sanctum of the Twelve", fr: "Sanctum of the Twelve", }, 394 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 395 => LocalisedText { en: "Intercessory", ja: "Intercessory", de: "Intercessory", fr: "Intercessory", }, 396 => LocalisedText { en: "Amdapor Keep", ja: "Amdapor Keep", de: "Amdapor Keep", fr: "Amdapor Keep", }, 397 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 398 => LocalisedText { en: "The Dravanian Forelands", ja: "The Dravanian Forelands", de: "The Dravanian Forelands", fr: "The Dravanian Forelands", }, 399 => LocalisedText { en: "The Dravanian Hinterlands", ja: "The Dravanian Hinterlands", de: "The Dravanian Hinterlands", fr: "The Dravanian Hinterlands", }, 400 => LocalisedText { en: "The Churning Mists", ja: "The Churning Mists", de: "The Churning Mists", fr: "The Churning Mists", }, 401 => LocalisedText { en: "The Sea of Clouds", ja: "The Sea of Clouds", de: "The Sea of Clouds", fr: "The Sea of Clouds", }, 402 => LocalisedText { en: "Azys Lla", ja: "Azys Lla", de: "Azys Lla", fr: "Azys Lla", }, 403 => LocalisedText { en: "Ala Mhigo", ja: "Ala Mhigo", de: "Ala Mhigo", fr: "Ala Mhigo", }, 404 => LocalisedText { en: "Limsa Lominsa Lower Decks", ja: "Limsa Lominsa Lower Decks", de: "Limsa Lominsa Lower Decks", fr: "Limsa Lominsa Lower Decks", }, 405 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 406 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 407 => LocalisedText { en: "Rhotano Sea", ja: "Rhotano Sea", de: "Rhotano Sea", fr: "Rhotano Sea", }, 408 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 409 => LocalisedText { en: "Limsa Lominsa Upper Decks", ja: "Limsa Lominsa Upper Decks", de: "Limsa Lominsa Upper Decks", fr: "Limsa Lominsa Upper Decks", }, 410 => LocalisedText { en: "Northern Thanalan", ja: "Northern Thanalan", de: "Northern Thanalan", fr: "Northern Thanalan", }, 411 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 412 => LocalisedText { en: "Upper La Noscea", ja: "Upper La Noscea", de: "Upper La Noscea", fr: "Upper La Noscea", }, 413 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 414 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 415 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 416 => LocalisedText { en: "The Great Gubal Library", ja: "The Great Gubal Library", de: "The Great Gubal Library", fr: "The Great Gubal Library", }, 417 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 418 => LocalisedText { en: "Foundation", ja: "Foundation", de: "Foundation", fr: "Foundation", }, 419 => LocalisedText { en: "The Pillars", ja: "The Pillars", de: "The Pillars", fr: "The Pillars", }, 420 => LocalisedText { en: "Neverreap", ja: "Neverreap", de: "Neverreap", fr: "Neverreap", }, 421 => LocalisedText { en: "The Vault", ja: "The Vault", de: "The Vault", fr: "The Vault", }, 423 => LocalisedText { en: "Company Workshop - Mist", ja: "Company Workshop - Mist", de: "Company Workshop - Mist", fr: "Company Workshop - Mist", }, 424 => LocalisedText { en: "Company Workshop - The Goblet", ja: "Company Workshop - The Goblet", de: "Company Workshop - The Goblet", fr: "Company Workshop - The Goblet", }, 425 => LocalisedText { en: "Company Workshop - The Lavender Beds", ja: "Company Workshop - The Lavender Beds", de: "Company Workshop - The Lavender Beds", fr: "Company Workshop - The Lavender Beds", }, 426 => LocalisedText { en: "The Chrysalis", ja: "The Chrysalis", de: "The Chrysalis", fr: "The Chrysalis", }, 427 => LocalisedText { en: "Saint Endalim's Scholasticate", ja: "Saint Endalim's Scholasticate", de: "Saint Endalim's Scholasticate", fr: "Saint Endalim's Scholasticate", }, 428 => LocalisedText { en: "Seat of the Lord Commander", ja: "Seat of the Lord Commander", de: "Seat of the Lord Commander", fr: "Seat of the Lord Commander", }, 429 => LocalisedText { en: "Cloud Nine", ja: "Cloud Nine", de: "Cloud Nine", fr: "Cloud Nine", }, 430 => LocalisedText { en: "The Fractal Continuum", ja: "The Fractal Continuum", de: "The Fractal Continuum", fr: "The Fractal Continuum", }, 431 => LocalisedText { en: "Seal Rock", ja: "Seal Rock", de: "Seal Rock", fr: "Seal Rock", }, 432 => LocalisedText { en: "Thok ast Thok", ja: "Thok ast Thok", de: "Thok ast Thok", fr: "Thok ast Thok", }, 433 => LocalisedText { en: "Fortemps Manor", ja: "Fortemps Manor", de: "Fortemps Manor", fr: "Fortemps Manor", }, 434 => LocalisedText { en: "Dusk Vigil", ja: "Dusk Vigil", de: "Dusk Vigil", fr: "Dusk Vigil", }, 435 => LocalisedText { en: "The Aery", ja: "The Aery", de: "The Aery", fr: "The Aery", }, 436 => LocalisedText { en: "The Limitless Blue", ja: "The Limitless Blue", de: "The Limitless Blue", fr: "The Limitless Blue", }, 437 => LocalisedText { en: "Singularity Reactor", ja: "Singularity Reactor", de: "Singularity Reactor", fr: "Singularity Reactor", }, 438 => LocalisedText { en: "Aetherochemical Research Facility", ja: "Aetherochemical Research Facility", de: "Aetherochemical Research Facility", fr: "Aetherochemical Research Facility", }, 439 => LocalisedText { en: "The Lightfeather Proving Grounds", ja: "The Lightfeather Proving Grounds", de: "The Lightfeather Proving Grounds", fr: "The Lightfeather Proving Grounds", }, 440 => LocalisedText { en: "Ruling Chamber", ja: "Ruling Chamber", de: "Ruling Chamber", fr: "Ruling Chamber", }, 441 => LocalisedText { en: "Sohm Al", ja: "Sohm Al", de: "Sohm Al", fr: "Sohm Al", }, 442 => LocalisedText { en: "The Fist of the Father", ja: "The Fist of the Father", de: "The Fist of the Father", fr: "The Fist of the Father", }, 443 => LocalisedText { en: "The Cuff of the Father", ja: "The Cuff of the Father", de: "The Cuff of the Father", fr: "The Cuff of the Father", }, 444 => LocalisedText { en: "The Arm of the Father", ja: "The Arm of the Father", de: "The Arm of the Father", fr: "The Arm of the Father", }, 445 => LocalisedText { en: "The Burden of the Father", ja: "The Burden of the Father", de: "The Burden of the Father", fr: "The Burden of the Father", }, 446 => LocalisedText { en: "Thok ast Thok", ja: "Thok ast Thok", de: "Thok ast Thok", fr: "Thok ast Thok", }, 447 => LocalisedText { en: "The Limitless Blue", ja: "The Limitless Blue", de: "The Limitless Blue", fr: "The Limitless Blue", }, 448 => LocalisedText { en: "Singularity Reactor", ja: "Singularity Reactor", de: "Singularity Reactor", fr: "Singularity Reactor", }, 449 => LocalisedText { en: "The Fist of the Father", ja: "The Fist of the Father", de: "The Fist of the Father", fr: "The Fist of the Father", }, 450 => LocalisedText { en: "The Cuff of the Father", ja: "The Cuff of the Father", de: "The Cuff of the Father", fr: "The Cuff of the Father", }, 451 => LocalisedText { en: "The Arm of the Father", ja: "The Arm of the Father", de: "The Arm of the Father", fr: "The Arm of the Father", }, 452 => LocalisedText { en: "The Burden of the Father", ja: "The Burden of the Father", de: "The Burden of the Father", fr: "The Burden of the Father", }, 453 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 454 => LocalisedText { en: "Upper La Noscea", ja: "Upper La Noscea", de: "Upper La Noscea", fr: "Upper La Noscea", }, 455 => LocalisedText { en: "The Sea of Clouds", ja: "The Sea of Clouds", de: "The Sea of Clouds", fr: "The Sea of Clouds", }, 456 => LocalisedText { en: "Ruling Chamber", ja: "Ruling Chamber", de: "Ruling Chamber", fr: "Ruling Chamber", }, 457 => LocalisedText { en: "Akh Afah Amphitheatre", ja: "Akh Afah Amphitheatre", de: "Akh Afah Amphitheatre", fr: "Akh Afah Amphitheatre", }, 458 => LocalisedText { en: "Foundation", ja: "Foundation", de: "Foundation", fr: "Foundation", }, 459 => LocalisedText { en: "Azys Lla", ja: "Azys Lla", de: "Azys Lla", fr: "Azys Lla", }, 460 => LocalisedText { en: "Halatali", ja: "Halatali", de: "Halatali", fr: "Halatali", }, 461 => LocalisedText { en: "The Sea of Clouds", ja: "The Sea of Clouds", de: "The Sea of Clouds", fr: "The Sea of Clouds", }, 462 => LocalisedText { en: "Sacrificial Chamber", ja: "Sacrificial Chamber", de: "Sacrificial Chamber", fr: "Sacrificial Chamber", }, 463 => LocalisedText { en: "Matoya's Cave", ja: "Matoya's Cave", de: "Matoya's Cave", fr: "Matoya's Cave", }, 464 => LocalisedText { en: "The Dravanian Forelands", ja: "The Dravanian Forelands", de: "The Dravanian Forelands", fr: "The Dravanian Forelands", }, 465 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 466 => LocalisedText { en: "Upper La Noscea", ja: "Upper La Noscea", de: "Upper La Noscea", fr: "Upper La Noscea", }, 467 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 468 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 469 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 470 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 471 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 472 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 473 => LocalisedText { en: "South Shroud", ja: "South Shroud", de: "South Shroud", fr: "South Shroud", }, 474 => LocalisedText { en: "Limsa Lominsa Upper Decks", ja: "Limsa Lominsa Upper Decks", de: "Limsa Lominsa Upper Decks", fr: "Limsa Lominsa Upper Decks", }, 475 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 476 => LocalisedText { en: "The Dravanian Hinterlands", ja: "The Dravanian Hinterlands", de: "The Dravanian Hinterlands", fr: "The Dravanian Hinterlands", }, 477 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 478 => LocalisedText { en: "Idyllshire", ja: "Idyllshire", de: "Idyllshire", fr: "Idyllshire", }, 479 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 480 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 481 => LocalisedText { en: "The Dravanian Forelands", ja: "The Dravanian Forelands", de: "The Dravanian Forelands", fr: "The Dravanian Forelands", }, 482 => LocalisedText { en: "The Dravanian Forelands", ja: "The Dravanian Forelands", de: "The Dravanian Forelands", fr: "The Dravanian Forelands", }, 483 => LocalisedText { en: "Northern Thanalan", ja: "Northern Thanalan", de: "Northern Thanalan", fr: "Northern Thanalan", }, 484 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 485 => LocalisedText { en: "The Dravanian Hinterlands", ja: "The Dravanian Hinterlands", de: "The Dravanian Hinterlands", fr: "The Dravanian Hinterlands", }, 486 => LocalisedText { en: "Outer La Noscea", ja: "Outer La Noscea", de: "Outer La Noscea", fr: "Outer La Noscea", }, 487 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 488 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 489 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 490 => LocalisedText { en: "Hullbreaker Isle", ja: "Hullbreaker Isle", de: "Hullbreaker Isle", fr: "Hullbreaker Isle", }, 491 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 492 => LocalisedText { en: "The Sea of Clouds", ja: "The Sea of Clouds", de: "The Sea of Clouds", fr: "The Sea of Clouds", }, 493 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 494 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 495 => LocalisedText { en: "Lower La Noscea", ja: "Lower La Noscea", de: "Lower La Noscea", fr: "Lower La Noscea", }, 496 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 497 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 498 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 499 => LocalisedText { en: "The Pillars", ja: "The Pillars", de: "The Pillars", fr: "The Pillars", }, 500 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 501 => LocalisedText { en: "The Churning Mists", ja: "The Churning Mists", de: "The Churning Mists", fr: "The Churning Mists", }, 502 => LocalisedText { en: "Carteneau Flats: Borderland Ruins", ja: "Carteneau Flats: Borderland Ruins", de: "Carteneau Flats: Borderland Ruins", fr: "Carteneau Flats: Borderland Ruins", }, 503 => LocalisedText { en: "The Dravanian Hinterlands", ja: "The Dravanian Hinterlands", de: "The Dravanian Hinterlands", fr: "The Dravanian Hinterlands", }, 504 => LocalisedText { en: "The Eighteenth Floor", ja: "The Eighteenth Floor", de: "The Eighteenth Floor", fr: "The Eighteenth Floor", }, 505 => LocalisedText { en: "Alexander", ja: "Alexander", de: "Alexander", fr: "Alexander", }, 506 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 507 => LocalisedText { en: "Central Azys Lla", ja: "Central Azys Lla", de: "Central Azys Lla", fr: "Central Azys Lla", }, 508 => LocalisedText { en: "Void Ark", ja: "Void Ark", de: "Void Ark", fr: "Void Ark", }, 509 => LocalisedText { en: "The Navel", ja: "The Navel", de: "The Navel", fr: "The Navel", }, 510 => LocalisedText { en: "Pharos Sirius", ja: "Pharos Sirius", de: "Pharos Sirius", fr: "Pharos Sirius", }, 511 => LocalisedText { en: "Saint Mocianne's Arboretum", ja: "Saint Mocianne's Arboretum", de: "Saint Mocianne's Arboretum", fr: "Saint Mocianne's Arboretum", }, 512 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 513 => LocalisedText { en: "The Vault", ja: "The Vault", de: "The Vault", fr: "The Vault", }, 514 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 515 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 516 => LocalisedText { en: "The Antitower", ja: "The Antitower", de: "The Antitower", fr: "The Antitower", }, 517 => LocalisedText { en: "Containment Bay S1T7", ja: "Containment Bay S1T7", de: "Containment Bay S1T7", fr: "Containment Bay S1T7", }, 519 => LocalisedText { en: "The Lost City of Amdapor", ja: "The Lost City of Amdapor", de: "The Lost City of Amdapor", fr: "The Lost City of Amdapor", }, 520 => LocalisedText { en: "The Fist of the Son", ja: "The Fist of the Son", de: "The Fist of the Son", fr: "The Fist of the Son", }, 521 => LocalisedText { en: "The Cuff of the Son", ja: "The Cuff of the Son", de: "The Cuff of the Son", fr: "The Cuff of the Son", }, 522 => LocalisedText { en: "The Arm of the Son", ja: "The Arm of the Son", de: "The Arm of the Son", fr: "The Arm of the Son", }, 523 => LocalisedText { en: "The Burden of the Son", ja: "The Burden of the Son", de: "The Burden of the Son", fr: "The Burden of the Son", }, 524 => LocalisedText { en: "Containment Bay S1T7", ja: "Containment Bay S1T7", de: "Containment Bay S1T7", fr: "Containment Bay S1T7", }, 525 => LocalisedText { en: "The Feasting Grounds", ja: "The Feasting Grounds", de: "The Feasting Grounds", fr: "The Feasting Grounds", }, 527 => LocalisedText { en: "The Feasting Grounds", ja: "The Feasting Grounds", de: "The Feasting Grounds", fr: "The Feasting Grounds", }, 529 => LocalisedText { en: "The Fist of the Son", ja: "The Fist of the Son", de: "The Fist of the Son", fr: "The Fist of the Son", }, 530 => LocalisedText { en: "The Cuff of the Son", ja: "The Cuff of the Son", de: "The Cuff of the Son", fr: "The Cuff of the Son", }, 531 => LocalisedText { en: "The Arm of the Son", ja: "The Arm of the Son", de: "The Arm of the Son", fr: "The Arm of the Son", }, 532 => LocalisedText { en: "The Burden of the Son", ja: "The Burden of the Son", de: "The Burden of the Son", fr: "The Burden of the Son", }, 533 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 534 => LocalisedText { en: "Twin Adder Barracks", ja: "Twin Adder Barracks", de: "Twin Adder Barracks", fr: "Twin Adder Barracks", }, 535 => LocalisedText { en: "Flame Barracks", ja: "Flame Barracks", de: "Flame Barracks", fr: "Flame Barracks", }, 536 => LocalisedText { en: "Maelstrom Barracks", ja: "Maelstrom Barracks", de: "Maelstrom Barracks", fr: "Maelstrom Barracks", }, 537 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 538 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 539 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 540 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 541 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 542 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 543 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 544 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 545 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 546 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 547 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 548 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 549 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 550 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 551 => LocalisedText { en: "The Fold", ja: "The Fold", de: "The Fold", fr: "The Fold", }, 552 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 553 => LocalisedText { en: "Alexander", ja: "Alexander", de: "Alexander", fr: "Alexander", }, 554 => LocalisedText { en: "The Fields of Glory", ja: "The Fields of Glory", de: "The Fields of Glory", fr: "The Fields of Glory", }, 555 => LocalisedText { en: "Sohr Khai", ja: "Sohr Khai", de: "Sohr Khai", fr: "Sohr Khai", }, 556 => LocalisedText { en: "The Weeping City of Mhach", ja: "The Weeping City of Mhach", de: "The Weeping City of Mhach", fr: "The Weeping City of Mhach", }, 557 => LocalisedText { en: "Hullbreaker Isle", ja: "Hullbreaker Isle", de: "Hullbreaker Isle", fr: "Hullbreaker Isle", }, 558 => LocalisedText { en: "The Aquapolis", ja: "The Aquapolis", de: "The Aquapolis", fr: "The Aquapolis", }, 559 => LocalisedText { en: "Steps of Faith", ja: "Steps of Faith", de: "Steps of Faith", fr: "Steps of Faith", }, 560 => LocalisedText { en: "Aetherochemical Research Facility", ja: "Aetherochemical Research Facility", de: "Aetherochemical Research Facility", fr: "Aetherochemical Research Facility", }, 561 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 562 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 563 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 564 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 565 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 566 => LocalisedText { en: "Steps of Faith", ja: "Steps of Faith", de: "Steps of Faith", fr: "Steps of Faith", }, 567 => LocalisedText { en: "The Parrock", ja: "The Parrock", de: "The Parrock", fr: "The Parrock", }, 568 => LocalisedText { en: "Leofard's Chambers", ja: "Leofard's Chambers", de: "Leofard's Chambers", fr: "Leofard's Chambers", }, 569 => LocalisedText { en: "Steps of Faith", ja: "Steps of Faith", de: "Steps of Faith", fr: "Steps of Faith", }, 570 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 571 => LocalisedText { en: "Haunted Manor", ja: "Haunted Manor", de: "Haunted Manor", fr: "Haunted Manor", }, 572 => LocalisedText { en: "Xelphatol", ja: "Xelphatol", de: "Xelphatol", fr: "Xelphatol", }, 573 => LocalisedText { en: "Topmast Apartment Lobby", ja: "Topmast Apartment Lobby", de: "Topmast Apartment Lobby", fr: "Topmast Apartment Lobby", }, 574 => LocalisedText { en: "Lily Hills Apartment Lobby", ja: "Lily Hills Apartment Lobby", de: "Lily Hills Apartment Lobby", fr: "Lily Hills Apartment Lobby", }, 575 => LocalisedText { en: "Sultana's Breath Apartment Lobby", ja: "Sultana's Breath Apartment Lobby", de: "Sultana's Breath Apartment Lobby", fr: "Sultana's Breath Apartment Lobby", }, 576 => LocalisedText { en: "Containment Bay P1T6", ja: "Containment Bay P1T6", de: "Containment Bay P1T6", fr: "Containment Bay P1T6", }, 577 => LocalisedText { en: "Containment Bay P1T6", ja: "Containment Bay P1T6", de: "Containment Bay P1T6", fr: "Containment Bay P1T6", }, 578 => LocalisedText { en: "The Great Gubal Library", ja: "The Great Gubal Library", de: "The Great Gubal Library", fr: "The Great Gubal Library", }, 579 => LocalisedText { en: "The Battlehall", ja: "The Battlehall", de: "The Battlehall", fr: "The Battlehall", }, 580 => LocalisedText { en: "Eyes of the Creator", ja: "Eyes of the Creator", de: "Eyes of the Creator", fr: "Eyes of the Creator", }, 581 => LocalisedText { en: "Breath of the Creator", ja: "Breath of the Creator", de: "Breath of the Creator", fr: "Breath of the Creator", }, 582 => LocalisedText { en: "Heart of the Creator", ja: "Heart of the Creator", de: "Heart of the Creator", fr: "Heart of the Creator", }, 583 => LocalisedText { en: "Soul of the Creator", ja: "Soul of the Creator", de: "Soul of the Creator", fr: "Soul of the Creator", }, 584 => LocalisedText { en: "Eyes of the Creator", ja: "Eyes of the Creator", de: "Eyes of the Creator", fr: "Eyes of the Creator", }, 585 => LocalisedText { en: "Breath of the Creator", ja: "Breath of the Creator", de: "Breath of the Creator", fr: "Breath of the Creator", }, 586 => LocalisedText { en: "Heart of the Creator", ja: "Heart of the Creator", de: "Heart of the Creator", fr: "Heart of the Creator", }, 587 => LocalisedText { en: "Soul of the Creator", ja: "Soul of the Creator", de: "Soul of the Creator", fr: "Soul of the Creator", }, 588 => LocalisedText { en: "Heart of the Creator", ja: "Heart of the Creator", de: "Heart of the Creator", fr: "Heart of the Creator", }, 589 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 590 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 591 => LocalisedText { en: "Chocobo Square", ja: "Chocobo Square", de: "Chocobo Square", fr: "Chocobo Square", }, 592 => LocalisedText { en: "Bowl of Embers", ja: "Bowl of Embers", de: "Bowl of Embers", fr: "Bowl of Embers", }, 593 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 594 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 595 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 596 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 597 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 598 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 599 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 600 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 601 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 602 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 603 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 604 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 605 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 606 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 607 => LocalisedText { en: "The Palace of the Dead", ja: "The Palace of the Dead", de: "The Palace of the Dead", fr: "The Palace of the Dead", }, 608 => LocalisedText { en: "Topmast Apartment", ja: "Topmast Apartment", de: "Topmast Apartment", fr: "Topmast Apartment", }, 609 => LocalisedText { en: "Lily Hills Apartment", ja: "Lily Hills Apartment", de: "Lily Hills Apartment", fr: "Lily Hills Apartment", }, 610 => LocalisedText { en: "Sultana's Breath Apartment", ja: "Sultana's Breath Apartment", de: "Sultana's Breath Apartment", fr: "Sultana's Breath Apartment", }, 611 => LocalisedText { en: "Frondale's Home for Friendless Foundlings", ja: "Frondale's Home for Friendless Foundlings", de: "Frondale's Home for Friendless Foundlings", fr: "Frondale's Home for Friendless Foundlings", }, 612 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 613 => LocalisedText { en: "The Ruby Sea", ja: "The Ruby Sea", de: "The Ruby Sea", fr: "The Ruby Sea", }, 614 => LocalisedText { en: "Yanxia", ja: "Yanxia", de: "Yanxia", fr: "Yanxia", }, 615 => LocalisedText { en: "Baelsar's Wall", ja: "Baelsar's Wall", de: "Baelsar's Wall", fr: "Baelsar's Wall", }, 616 => LocalisedText { en: "Shisui of the Violet Tides", ja: "Shisui of the Violet Tides", de: "Shisui of the Violet Tides", fr: "Shisui of the Violet Tides", }, 617 => LocalisedText { en: "Sohm Al", ja: "Sohm Al", de: "Sohm Al", fr: "Sohm Al", }, 619 => LocalisedText { en: "The Feasting Grounds", ja: "The Feasting Grounds", de: "The Feasting Grounds", fr: "The Feasting Grounds", }, 620 => LocalisedText { en: "The Peaks", ja: "The Peaks", de: "The Peaks", fr: "The Peaks", }, 621 => LocalisedText { en: "The Lochs", ja: "The Lochs", de: "The Lochs", fr: "The Lochs", }, 622 => LocalisedText { en: "The Azim Steppe", ja: "The Azim Steppe", de: "The Azim Steppe", fr: "The Azim Steppe", }, 623 => LocalisedText { en: "Bardam's Mettle", ja: "Bardam's Mettle", de: "Bardam's Mettle", fr: "Bardam's Mettle", }, 624 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 625 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 626 => LocalisedText { en: "The Sirensong Sea", ja: "The Sirensong Sea", de: "The Sirensong Sea", fr: "The Sirensong Sea", }, 627 => LocalisedText { en: "Dun Scaith", ja: "Dun Scaith", de: "Dun Scaith", fr: "Dun Scaith", }, 628 => LocalisedText { en: "Kugane", ja: "Kugane", de: "Kugane", fr: "Kugane", }, 629 => LocalisedText { en: "Bokairo Inn", ja: "Bokairo Inn", de: "Bokairo Inn", fr: "Bokairo Inn", }, 630 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 632 => LocalisedText { en: "Lichenweed", ja: "Lichenweed", de: "Lichenweed", fr: "Lichenweed", }, 633 => LocalisedText { en: "Carteneau Flats: Borderland Ruins", ja: "Carteneau Flats: Borderland Ruins", de: "Carteneau Flats: Borderland Ruins", fr: "Carteneau Flats: Borderland Ruins", }, 634 => LocalisedText { en: "Yanxia", ja: "Yanxia", de: "Yanxia", fr: "Yanxia", }, 635 => LocalisedText { en: "Rhalgr's Reach", ja: "Rhalgr's Reach", de: "Rhalgr's Reach", fr: "Rhalgr's Reach", }, 636 => LocalisedText { en: "Omega Control", ja: "Omega Control", de: "Omega Control", fr: "Omega Control", }, 637 => LocalisedText { en: "Containment Bay Z1T9", ja: "Containment Bay Z1T9", de: "Containment Bay Z1T9", fr: "Containment Bay Z1T9", }, 638 => LocalisedText { en: "Containment Bay Z1T9", ja: "Containment Bay Z1T9", de: "Containment Bay Z1T9", fr: "Containment Bay Z1T9", }, 639 => LocalisedText { en: "Ruby Bazaar Offices", ja: "Ruby Bazaar Offices", de: "Ruby Bazaar Offices", fr: "Ruby Bazaar Offices", }, 640 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 641 => LocalisedText { en: "Shirogane", ja: "Shirogane", de: "Shirogane", fr: "Shirogane", }, 644 => LocalisedText { en: "Lichenweed", ja: "Lichenweed", de: "Lichenweed", fr: "Lichenweed", }, 646 => LocalisedText { en: "Lichenweed", ja: "Lichenweed", de: "Lichenweed", fr: "Lichenweed", }, 647 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 648 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 649 => LocalisedText { en: "Private Cottage - Shirogane", ja: "Private Cottage - Shirogane", de: "Private Cottage - Shirogane", fr: "Private Cottage - Shirogane", }, 650 => LocalisedText { en: "Private House - Shirogane", ja: "Private House - Shirogane", de: "Private House - Shirogane", fr: "Private House - Shirogane", }, 651 => LocalisedText { en: "Private Mansion - Shirogane", ja: "Private Mansion - Shirogane", de: "Private Mansion - Shirogane", fr: "Private Mansion - Shirogane", }, 652 => LocalisedText { en: "Private Chambers - Shirogane", ja: "Private Chambers - Shirogane", de: "Private Chambers - Shirogane", fr: "Private Chambers - Shirogane", }, 653 => LocalisedText { en: "Company Workshop - Shirogane", ja: "Company Workshop - Shirogane", de: "Company Workshop - Shirogane", fr: "Company Workshop - Shirogane", }, 654 => LocalisedText { en: "Kobai Goten Apartment Lobby", ja: "Kobai Goten Apartment Lobby", de: "Kobai Goten Apartment Lobby", fr: "Kobai Goten Apartment Lobby", }, 655 => LocalisedText { en: "Kobai Goten Apartment", ja: "Kobai Goten Apartment", de: "Kobai Goten Apartment", fr: "Kobai Goten Apartment", }, 656 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 657 => LocalisedText { en: "The Ruby Sea", ja: "The Ruby Sea", de: "The Ruby Sea", fr: "The Ruby Sea", }, 658 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 659 => LocalisedText { en: "Rhalgr's Reach", ja: "Rhalgr's Reach", de: "Rhalgr's Reach", fr: "Rhalgr's Reach", }, 660 => LocalisedText { en: "Doma Castle", ja: "Doma Castle", de: "Doma Castle", fr: "Doma Castle", }, 661 => LocalisedText { en: "Castrum Abania", ja: "Castrum Abania", de: "Castrum Abania", fr: "Castrum Abania", }, 662 => LocalisedText { en: "Kugane Castle", ja: "Kugane Castle", de: "Kugane Castle", fr: "Kugane Castle", }, 663 => LocalisedText { en: "The Temple of the Fist", ja: "The Temple of the Fist", de: "The Temple of the Fist", fr: "The Temple of the Fist", }, 664 => LocalisedText { en: "Kugane", ja: "Kugane", de: "Kugane", fr: "Kugane", }, 665 => LocalisedText { en: "Kugane", ja: "Kugane", de: "Kugane", fr: "Kugane", }, 666 => LocalisedText { en: "Ul'dah - Steps of Thal", ja: "Ul'dah - Steps of Thal", de: "Ul'dah - Steps of Thal", fr: "Ul'dah - Steps of Thal", }, 667 => LocalisedText { en: "Kugane", ja: "Kugane", de: "Kugane", fr: "Kugane", }, 668 => LocalisedText { en: "Eastern Thanalan", ja: "Eastern Thanalan", de: "Eastern Thanalan", fr: "Eastern Thanalan", }, 669 => LocalisedText { en: "Southern Thanalan", ja: "Southern Thanalan", de: "Southern Thanalan", fr: "Southern Thanalan", }, 670 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 671 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 672 => LocalisedText { en: "Mor Dhona", ja: "Mor Dhona", de: "Mor Dhona", fr: "Mor Dhona", }, 673 => LocalisedText { en: "Sohm Al", ja: "Sohm Al", de: "Sohm Al", fr: "Sohm Al", }, 674 => LocalisedText { en: "The Blessed Treasury", ja: "The Blessed Treasury", de: "The Blessed Treasury", fr: "The Blessed Treasury", }, 675 => LocalisedText { en: "Western La Noscea", ja: "Western La Noscea", de: "Western La Noscea", fr: "Western La Noscea", }, 676 => LocalisedText { en: "The Great Gubal Library", ja: "The Great Gubal Library", de: "The Great Gubal Library", fr: "The Great Gubal Library", }, 677 => LocalisedText { en: "The Blessed Treasury", ja: "The Blessed Treasury", de: "The Blessed Treasury", fr: "The Blessed Treasury", }, 678 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 679 => LocalisedText { en: "The Royal Airship Landing", ja: "The Royal Airship Landing", de: "The Royal Airship Landing", fr: "The Royal Airship Landing", }, 680 => LocalisedText { en: "The Misery", ja: "The Misery", de: "The Misery", fr: "The Misery", }, 681 => LocalisedText { en: "The House of the Fierce", ja: "The House of the Fierce", de: "The House of the Fierce", fr: "The House of the Fierce", }, 682 => LocalisedText { en: "The Doman Enclave", ja: "The Doman Enclave", de: "The Doman Enclave", fr: "The Doman Enclave", }, 683 => LocalisedText { en: "The First Altar of Djanan Qhat", ja: "The First Altar of Djanan Qhat", de: "The First Altar of Djanan Qhat", fr: "The First Altar of Djanan Qhat", }, 684 => LocalisedText { en: "The Lochs", ja: "The Lochs", de: "The Lochs", fr: "The Lochs", }, 685 => LocalisedText { en: "Yanxia", ja: "Yanxia", de: "Yanxia", fr: "Yanxia", }, 686 => LocalisedText { en: "The Lochs", ja: "The Lochs", de: "The Lochs", fr: "The Lochs", }, 687 => LocalisedText { en: "The Lochs", ja: "The Lochs", de: "The Lochs", fr: "The Lochs", }, 688 => LocalisedText { en: "The Azim Steppe", ja: "The Azim Steppe", de: "The Azim Steppe", fr: "The Azim Steppe", }, 689 => LocalisedText { en: "Ala Mhigo", ja: "Ala Mhigo", de: "Ala Mhigo", fr: "Ala Mhigo", }, 690 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 691 => LocalisedText { en: "Deltascape V1.0", ja: "Deltascape V1.0", de: "Deltascape V1.0", fr: "Deltascape V1.0", }, 692 => LocalisedText { en: "Deltascape V2.0", ja: "Deltascape V2.0", de: "Deltascape V2.0", fr: "Deltascape V2.0", }, 693 => LocalisedText { en: "Deltascape V3.0", ja: "Deltascape V3.0", de: "Deltascape V3.0", fr: "Deltascape V3.0", }, 694 => LocalisedText { en: "Deltascape V4.0", ja: "Deltascape V4.0", de: "Deltascape V4.0", fr: "Deltascape V4.0", }, 695 => LocalisedText { en: "Deltascape V1.0", ja: "Deltascape V1.0", de: "Deltascape V1.0", fr: "Deltascape V1.0", }, 696 => LocalisedText { en: "Deltascape V2.0", ja: "Deltascape V2.0", de: "Deltascape V2.0", fr: "Deltascape V2.0", }, 697 => LocalisedText { en: "Deltascape V3.0", ja: "Deltascape V3.0", de: "Deltascape V3.0", fr: "Deltascape V3.0", }, 698 => LocalisedText { en: "Deltascape V4.0", ja: "Deltascape V4.0", de: "Deltascape V4.0", fr: "Deltascape V4.0", }, 699 => LocalisedText { en: "Coerthas Central Highlands", ja: "Coerthas Central Highlands", de: "Coerthas Central Highlands", fr: "Coerthas Central Highlands", }, 700 => LocalisedText { en: "Foundation", ja: "Foundation", de: "Foundation", fr: "Foundation", }, 701 => LocalisedText { en: "Seal Rock", ja: "Seal Rock", de: "Seal Rock", fr: "Seal Rock", }, 702 => LocalisedText { en: "Aetherochemical Research Facility", ja: "Aetherochemical Research Facility", de: "Aetherochemical Research Facility", fr: "Aetherochemical Research Facility", }, 703 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 704 => LocalisedText { en: "Dalamud's Shadow", ja: "Dalamud's Shadow", de: "Dalamud's Shadow", fr: "Dalamud's Shadow", }, 705 => LocalisedText { en: "Ul'dah - Steps of Thal", ja: "Ul'dah - Steps of Thal", de: "Ul'dah - Steps of Thal", fr: "Ul'dah - Steps of Thal", }, 706 => LocalisedText { en: "Ul'dah - Steps of Thal", ja: "Ul'dah - Steps of Thal", de: "Ul'dah - Steps of Thal", fr: "Ul'dah - Steps of Thal", }, 707 => LocalisedText { en: "The Weeping City of Mhach", ja: "The Weeping City of Mhach", de: "The Weeping City of Mhach", fr: "The Weeping City of Mhach", }, 708 => LocalisedText { en: "Rhotano Sea", ja: "Rhotano Sea", de: "Rhotano Sea", fr: "Rhotano Sea", }, 709 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 710 => LocalisedText { en: "Kugane", ja: "Kugane", de: "Kugane", fr: "Kugane", }, 711 => LocalisedText { en: "The Ruby Sea", ja: "The Ruby Sea", de: "The Ruby Sea", fr: "The Ruby Sea", }, 712 => LocalisedText { en: "The Lost Canals of Uznair", ja: "The Lost Canals of Uznair", de: "The Lost Canals of Uznair", fr: "The Lost Canals of Uznair", }, 713 => LocalisedText { en: "The Azim Steppe", ja: "The Azim Steppe", de: "The Azim Steppe", fr: "The Azim Steppe", }, 714 => LocalisedText { en: "Bardam's Mettle", ja: "Bardam's Mettle", de: "Bardam's Mettle", fr: "Bardam's Mettle", }, 715 => LocalisedText { en: "The Churning Mists", ja: "The Churning Mists", de: "The Churning Mists", fr: "The Churning Mists", }, 716 => LocalisedText { en: "The Peaks", ja: "The Peaks", de: "The Peaks", fr: "The Peaks", }, 717 => LocalisedText { en: "Wolves' Den Pier", ja: "Wolves' Den Pier", de: "Wolves' Den Pier", fr: "Wolves' Den Pier", }, 718 => LocalisedText { en: "The Azim Steppe", ja: "The Azim Steppe", de: "The Azim Steppe", fr: "The Azim Steppe", }, 719 => LocalisedText { en: "Emanation", ja: "Emanation", de: "Emanation", fr: "Emanation", }, 720 => LocalisedText { en: "Emanation", ja: "Emanation", de: "Emanation", fr: "Emanation", }, 721 => LocalisedText { en: "Amdapor Keep", ja: "Amdapor Keep", de: "Amdapor Keep", fr: "Amdapor Keep", }, 722 => LocalisedText { en: "The Lost City of Amdapor", ja: "The Lost City of Amdapor", de: "The Lost City of Amdapor", fr: "The Lost City of Amdapor", }, 723 => LocalisedText { en: "The Azim Steppe", ja: "The Azim Steppe", de: "The Azim Steppe", fr: "The Azim Steppe", }, 724 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 725 => LocalisedText { en: "The Lost Canals of Uznair", ja: "The Lost Canals of Uznair", de: "The Lost Canals of Uznair", fr: "The Lost Canals of Uznair", }, 726 => LocalisedText { en: "The Ruby Sea", ja: "The Ruby Sea", de: "The Ruby Sea", fr: "The Ruby Sea", }, 727 => LocalisedText { en: "The Royal Menagerie", ja: "The Royal Menagerie", de: "The Royal Menagerie", fr: "The Royal Menagerie", }, 728 => LocalisedText { en: "Mordion Gaol", ja: "Mordion Gaol", de: "Mordion Gaol", fr: "Mordion Gaol", }, 729 => LocalisedText { en: "Astragalos", ja: "Astragalos", de: "Astragalos", fr: "Astragalos", }, 730 => LocalisedText { en: "Transparency", ja: "Transparency", de: "Transparency", fr: "Transparency", }, 731 => LocalisedText { en: "The Drowned City of Skalla", ja: "The Drowned City of Skalla", de: "The Drowned City of Skalla", fr: "The Drowned City of Skalla", }, 732 => LocalisedText { en: "Eureka Anemos", ja: "Eureka Anemos", de: "Eureka Anemos", fr: "Eureka Anemos", }, 733 => LocalisedText { en: "The Binding Coil of Bahamut", ja: "The Binding Coil of Bahamut", de: "The Binding Coil of Bahamut", fr: "The Binding Coil of Bahamut", }, 734 => LocalisedText { en: "The Royal City of Rabanastre", ja: "The Royal City of Rabanastre", de: "The Royal City of Rabanastre", fr: "The Royal City of Rabanastre", }, 735 => LocalisedText { en: "The Prima Vista Tiring Room", ja: "The Prima Vista Tiring Room", de: "The Prima Vista Tiring Room", fr: "The Prima Vista Tiring Room", }, 736 => LocalisedText { en: "The Prima Vista Bridge", ja: "The Prima Vista Bridge", de: "The Prima Vista Bridge", fr: "The Prima Vista Bridge", }, 737 => LocalisedText { en: "Royal Palace", ja: "Royal Palace", de: "Royal Palace", fr: "Royal Palace", }, 738 => LocalisedText { en: "The Resonatorium", ja: "The Resonatorium", de: "The Resonatorium", fr: "The Resonatorium", }, 739 => LocalisedText { en: "The Doman Enclave", ja: "The Doman Enclave", de: "The Doman Enclave", fr: "The Doman Enclave", }, 740 => LocalisedText { en: "The Royal Menagerie", ja: "The Royal Menagerie", de: "The Royal Menagerie", fr: "The Royal Menagerie", }, 741 => LocalisedText { en: "Sanctum of the Twelve", ja: "Sanctum of the Twelve", de: "Sanctum of the Twelve", fr: "Sanctum of the Twelve", }, 742 => LocalisedText { en: "Hells' Lid", ja: "Hells' Lid", de: "Hells' Lid", fr: "Hells' Lid", }, 743 => LocalisedText { en: "The Fractal Continuum", ja: "The Fractal Continuum", de: "The Fractal Continuum", fr: "The Fractal Continuum", }, 744 => LocalisedText { en: "Kienkan", ja: "Kienkan", de: "Kienkan", fr: "Kienkan", }, 745 => LocalisedText { en: "Crystal Tower Training Grounds", ja: "Crystal Tower Training Grounds", de: "Crystal Tower Training Grounds", fr: "Crystal Tower Training Grounds", }, 746 => LocalisedText { en: "The Jade Stoa", ja: "The Jade Stoa", de: "The Jade Stoa", fr: "The Jade Stoa", }, 748 => LocalisedText { en: "Sigmascape V1.0", ja: "Sigmascape V1.0", de: "Sigmascape V1.0", fr: "Sigmascape V1.0", }, 749 => LocalisedText { en: "Sigmascape V2.0", ja: "Sigmascape V2.0", de: "Sigmascape V2.0", fr: "Sigmascape V2.0", }, 750 => LocalisedText { en: "Sigmascape V3.0", ja: "Sigmascape V3.0", de: "Sigmascape V3.0", fr: "Sigmascape V3.0", }, 751 => LocalisedText { en: "Sigmascape V4.0", ja: "Sigmascape V4.0", de: "Sigmascape V4.0", fr: "Sigmascape V4.0", }, 752 => LocalisedText { en: "Sigmascape V1.0", ja: "Sigmascape V1.0", de: "Sigmascape V1.0", fr: "Sigmascape V1.0", }, 753 => LocalisedText { en: "Sigmascape V2.0", ja: "Sigmascape V2.0", de: "Sigmascape V2.0", fr: "Sigmascape V2.0", }, 754 => LocalisedText { en: "Sigmascape V3.0", ja: "Sigmascape V3.0", de: "Sigmascape V3.0", fr: "Sigmascape V3.0", }, 755 => LocalisedText { en: "Sigmascape V4.0", ja: "Sigmascape V4.0", de: "Sigmascape V4.0", fr: "Sigmascape V4.0", }, 756 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 757 => LocalisedText { en: "The Ruby Sea", ja: "The Ruby Sea", de: "The Ruby Sea", fr: "The Ruby Sea", }, 758 => LocalisedText { en: "The Jade Stoa", ja: "The Jade Stoa", de: "The Jade Stoa", fr: "The Jade Stoa", }, 759 => LocalisedText { en: "The Doman Enclave", ja: "The Doman Enclave", de: "The Doman Enclave", fr: "The Doman Enclave", }, 760 => LocalisedText { en: "The Fringes", ja: "The Fringes", de: "The Fringes", fr: "The Fringes", }, 761 => LocalisedText { en: "The Great Hunt", ja: "The Great Hunt", de: "The Great Hunt", fr: "The Great Hunt", }, 762 => LocalisedText { en: "The Great Hunt", ja: "The Great Hunt", de: "The Great Hunt", fr: "The Great Hunt", }, 763 => LocalisedText { en: "Eureka Pagos", ja: "Eureka Pagos", de: "Eureka Pagos", fr: "Eureka Pagos", }, 764 => LocalisedText { en: "Reisen Temple", ja: "Reisen Temple", de: "Reisen Temple", fr: "Reisen Temple", }, 765 => LocalisedText { en: "Crystal Tower Training Grounds", ja: "Crystal Tower Training Grounds", de: "Crystal Tower Training Grounds", fr: "Crystal Tower Training Grounds", }, 766 => LocalisedText { en: "Crystal Tower Training Grounds", ja: "Crystal Tower Training Grounds", de: "Crystal Tower Training Grounds", fr: "Crystal Tower Training Grounds", }, 767 => LocalisedText { en: "Crystal Tower Training Grounds", ja: "Crystal Tower Training Grounds", de: "Crystal Tower Training Grounds", fr: "Crystal Tower Training Grounds", }, 768 => LocalisedText { en: "The Swallow's Compass", ja: "The Swallow's Compass", de: "The Swallow's Compass", fr: "The Swallow's Compass", }, 769 => LocalisedText { en: "The Burn", ja: "The Burn", de: "The Burn", fr: "The Burn", }, 770 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 771 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 772 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 773 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 774 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 775 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 776 => LocalisedText { en: "The Ridorana Lighthouse", ja: "The Ridorana Lighthouse", de: "The Ridorana Lighthouse", fr: "The Ridorana Lighthouse", }, 777 => LocalisedText { en: "Ultimacy", ja: "Ultimacy", de: "Ultimacy", fr: "Ultimacy", }, 778 => LocalisedText { en: "Castrum Fluminis", ja: "Castrum Fluminis", de: "Castrum Fluminis", fr: "Castrum Fluminis", }, 779 => LocalisedText { en: "Castrum Fluminis", ja: "Castrum Fluminis", de: "Castrum Fluminis", fr: "Castrum Fluminis", }, 780 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 781 => LocalisedText { en: "Reisen Temple Road", ja: "Reisen Temple Road", de: "Reisen Temple Road", fr: "Reisen Temple Road", }, 782 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 783 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 784 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 785 => LocalisedText { en: "Heaven-on-High", ja: "Heaven-on-High", de: "Heaven-on-High", fr: "Heaven-on-High", }, 786 => LocalisedText { en: "Castrum Fluminis", ja: "Castrum Fluminis", de: "Castrum Fluminis", fr: "Castrum Fluminis", }, 787 => LocalisedText { en: "The Ridorana Cataract", ja: "The Ridorana Cataract", de: "The Ridorana Cataract", fr: "The Ridorana Cataract", }, 788 => LocalisedText { en: "Saint Mocianne's Arboretum", ja: "Saint Mocianne's Arboretum", de: "Saint Mocianne's Arboretum", fr: "Saint Mocianne's Arboretum", }, 789 => LocalisedText { en: "The Burn", ja: "The Burn", de: "The Burn", fr: "The Burn", }, 790 => LocalisedText { en: "Ul'dah - Steps of Nald", ja: "Ul'dah - Steps of Nald", de: "Ul'dah - Steps of Nald", fr: "Ul'dah - Steps of Nald", }, 791 => LocalisedText { en: "Hidden Gorge", ja: "Hidden Gorge", de: "Hidden Gorge", fr: "Hidden Gorge", }, 792 => LocalisedText { en: "The Fall of Belah'dia", ja: "The Fall of Belah'dia", de: "The Fall of Belah'dia", fr: "The Fall of Belah'dia", }, 793 => LocalisedText { en: "The Ghimlyt Dark", ja: "The Ghimlyt Dark", de: "The Ghimlyt Dark", fr: "The Ghimlyt Dark", }, 794 => LocalisedText { en: "The Shifting Altars of Uznair", ja: "The Shifting Altars of Uznair", de: "The Shifting Altars of Uznair", fr: "The Shifting Altars of Uznair", }, 795 => LocalisedText { en: "Eureka Pyros", ja: "Eureka Pyros", de: "Eureka Pyros", fr: "Eureka Pyros", }, 796 => LocalisedText { en: "Blue Sky", ja: "Blue Sky", de: "Blue Sky", fr: "Blue Sky", }, 797 => LocalisedText { en: "The Azim Steppe", ja: "The Azim Steppe", de: "The Azim Steppe", fr: "The Azim Steppe", }, 798 => LocalisedText { en: "Psiscape V1.0", ja: "Psiscape V1.0", de: "Psiscape V1.0", fr: "Psiscape V1.0", }, 799 => LocalisedText { en: "Psiscape V2.0", ja: "Psiscape V2.0", de: "Psiscape V2.0", fr: "Psiscape V2.0", }, 800 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 801 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 802 => LocalisedText { en: "Psiscape V1.0", ja: "Psiscape V1.0", de: "Psiscape V1.0", fr: "Psiscape V1.0", }, 803 => LocalisedText { en: "Psiscape V2.0", ja: "Psiscape V2.0", de: "Psiscape V2.0", fr: "Psiscape V2.0", }, 804 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 805 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 806 => LocalisedText { en: "Kugane Ohashi", ja: "Kugane Ohashi", de: "Kugane Ohashi", fr: "Kugane Ohashi", }, 807 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 808 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 809 => LocalisedText { en: "Haunted Manor", ja: "Haunted Manor", de: "Haunted Manor", fr: "Haunted Manor", }, 810 => LocalisedText { en: "Hells' Kier", ja: "Hells' Kier", de: "Hells' Kier", fr: "Hells' Kier", }, 811 => LocalisedText { en: "Hells' Kier", ja: "Hells' Kier", de: "Hells' Kier", fr: "Hells' Kier", }, 812 => LocalisedText { en: "The Interdimensional Rift", ja: "The Interdimensional Rift", de: "The Interdimensional Rift", fr: "The Interdimensional Rift", }, 813 => LocalisedText { en: "Lakeland", ja: "Lakeland", de: "Lakeland", fr: "Lakeland", }, 814 => LocalisedText { en: "Kholusia", ja: "Kholusia", de: "Kholusia", fr: "Kholusia", }, 815 => LocalisedText { en: "Amh Araeng", ja: "Amh Araeng", de: "Amh Araeng", fr: "Amh Araeng", }, 816 => LocalisedText { en: "Il Mheg", ja: "Il Mheg", de: "Il Mheg", fr: "Il Mheg", }, 817 => LocalisedText { en: "The Rak'tika Greatwood", ja: "The Rak'tika Greatwood", de: "The Rak'tika Greatwood", fr: "The Rak'tika Greatwood", }, 818 => LocalisedText { en: "The Tempest", ja: "The Tempest", de: "The Tempest", fr: "The Tempest", }, 819 => LocalisedText { en: "The Crystarium", ja: "The Crystarium", de: "The Crystarium", fr: "The Crystarium", }, 820 => LocalisedText { en: "Eulmore", ja: "Eulmore", de: "Eulmore", fr: "Eulmore", }, 821 => LocalisedText { en: "Dohn Mheg", ja: "Dohn Mheg", de: "Dohn Mheg", fr: "Dohn Mheg", }, 822 => LocalisedText { en: "Mt. Gulg", ja: "Mt. Gulg", de: "Mt. Gulg", fr: "Mt. Gulg", }, 823 => LocalisedText { en: "The Qitana Ravel", ja: "The Qitana Ravel", de: "The Qitana Ravel", fr: "The Qitana Ravel", }, 824 => LocalisedText { en: "The Wreath of Snakes", ja: "The Wreath of Snakes", de: "The Wreath of Snakes", fr: "The Wreath of Snakes", }, 825 => LocalisedText { en: "The Wreath of Snakes", ja: "The Wreath of Snakes", de: "The Wreath of Snakes", fr: "The Wreath of Snakes", }, 826 => LocalisedText { en: "The Orbonne Monastery", ja: "The Orbonne Monastery", de: "The Orbonne Monastery", fr: "The Orbonne Monastery", }, 827 => LocalisedText { en: "Eureka Hydatos", ja: "Eureka Hydatos", de: "Eureka Hydatos", fr: "Eureka Hydatos", }, 828 => LocalisedText { en: "The Prima Vista Tiring Room", ja: "The Prima Vista Tiring Room", de: "The Prima Vista Tiring Room", fr: "The Prima Vista Tiring Room", }, 829 => LocalisedText { en: "Eorzean Alliance Headquarters", ja: "Eorzean Alliance Headquarters", de: "Eorzean Alliance Headquarters", fr: "Eorzean Alliance Headquarters", }, 830 => LocalisedText { en: "The Ghimlyt Dark", ja: "The Ghimlyt Dark", de: "The Ghimlyt Dark", fr: "The Ghimlyt Dark", }, 831 => LocalisedText { en: "The Manderville Tables", ja: "The Manderville Tables", de: "The Manderville Tables", fr: "The Manderville Tables", }, 832 => LocalisedText { en: "The Gold Saucer", ja: "The Gold Saucer", de: "The Gold Saucer", fr: "The Gold Saucer", }, 833 => LocalisedText { en: "The Howling Eye", ja: "The Howling Eye", de: "The Howling Eye", fr: "The Howling Eye", }, 834 => LocalisedText { en: "The Howling Eye", ja: "The Howling Eye", de: "The Howling Eye", fr: "The Howling Eye", }, 836 => LocalisedText { en: "Malikah's Well", ja: "Malikah's Well", de: "Malikah's Well", fr: "Malikah's Well", }, 837 => LocalisedText { en: "Holminster Switch", ja: "Holminster Switch", de: "Holminster Switch", fr: "Holminster Switch", }, 838 => LocalisedText { en: "Amaurot", ja: "Amaurot", de: "Amaurot", fr: "Amaurot", }, 839 => LocalisedText { en: "East Shroud", ja: "East Shroud", de: "East Shroud", fr: "East Shroud", }, 840 => LocalisedText { en: "The Twinning", ja: "The Twinning", de: "The Twinning", fr: "The Twinning", }, 841 => LocalisedText { en: "Akadaemia Anyder", ja: "Akadaemia Anyder", de: "Akadaemia Anyder", fr: "Akadaemia Anyder", }, 842 => LocalisedText { en: "The Syrcus Trench", ja: "The Syrcus Trench", de: "The Syrcus Trench", fr: "The Syrcus Trench", }, 843 => LocalisedText { en: "The Pendants Personal Suite", ja: "The Pendants Personal Suite", de: "The Pendants Personal Suite", fr: "The Pendants Personal Suite", }, 844 => LocalisedText { en: "The Ocular", ja: "The Ocular", de: "The Ocular", fr: "The Ocular", }, 845 => LocalisedText { en: "The Dancing Plague", ja: "The Dancing Plague", de: "The Dancing Plague", fr: "The Dancing Plague", }, 846 => LocalisedText { en: "The Crown of the Immaculate", ja: "The Crown of the Immaculate", de: "The Crown of the Immaculate", fr: "The Crown of the Immaculate", }, 847 => LocalisedText { en: "The Dying Gasp", ja: "The Dying Gasp", de: "The Dying Gasp", fr: "The Dying Gasp", }, 848 => LocalisedText { en: "The Crown of the Immaculate", ja: "The Crown of the Immaculate", de: "The Crown of the Immaculate", fr: "The Crown of the Immaculate", }, 849 => LocalisedText { en: "The Core", ja: "The Core", de: "The Core", fr: "The Core", }, 850 => LocalisedText { en: "The Halo", ja: "The Halo", de: "The Halo", fr: "The Halo", }, 851 => LocalisedText { en: "The Nereus Trench", ja: "The Nereus Trench", de: "The Nereus Trench", fr: "The Nereus Trench", }, 852 => LocalisedText { en: "Atlas Peak", ja: "Atlas Peak", de: "Atlas Peak", fr: "Atlas Peak", }, 853 => LocalisedText { en: "The Core", ja: "The Core", de: "The Core", fr: "The Core", }, 854 => LocalisedText { en: "The Halo", ja: "The Halo", de: "The Halo", fr: "The Halo", }, 855 => LocalisedText { en: "The Nereus Trench", ja: "The Nereus Trench", de: "The Nereus Trench", fr: "The Nereus Trench", }, 856 => LocalisedText { en: "Atlas Peak", ja: "Atlas Peak", de: "Atlas Peak", fr: "Atlas Peak", }, 857 => LocalisedText { en: "The Core", ja: "The Core", de: "The Core", fr: "The Core", }, 858 => LocalisedText { en: "The Dancing Plague", ja: "The Dancing Plague", de: "The Dancing Plague", fr: "The Dancing Plague", }, 859 => LocalisedText { en: "The Confessional of Toupasa the Elder", ja: "The Confessional of Toupasa the Elder", de: "The Confessional of Toupasa the Elder", fr: "The Confessional of Toupasa the Elder", }, 860 => LocalisedText { en: "Amh Araeng", ja: "Amh Araeng", de: "Amh Araeng", fr: "Amh Araeng", }, 861 => LocalisedText { en: "Lakeland", ja: "Lakeland", de: "Lakeland", fr: "Lakeland", }, 862 => LocalisedText { en: "Lakeland", ja: "Lakeland", de: "Lakeland", fr: "Lakeland", }, 863 => LocalisedText { en: "Eulmore", ja: "Eulmore", de: "Eulmore", fr: "Eulmore", }, 864 => LocalisedText { en: "Kholusia", ja: "Kholusia", de: "Kholusia", fr: "Kholusia", }, 865 => LocalisedText { en: "Old Gridania", ja: "Old Gridania", de: "Old Gridania", fr: "Old Gridania", }, 866 => LocalisedText { en: "Coerthas Western Highlands", ja: "Coerthas Western Highlands", de: "Coerthas Western Highlands", fr: "Coerthas Western Highlands", }, 867 => LocalisedText { en: "Eastern La Noscea", ja: "Eastern La Noscea", de: "Eastern La Noscea", fr: "Eastern La Noscea", }, 868 => LocalisedText { en: "The Peaks", ja: "The Peaks", de: "The Peaks", fr: "The Peaks", }, 869 => LocalisedText { en: "Il Mheg", ja: "Il Mheg", de: "Il Mheg", fr: "Il Mheg", }, 870 => LocalisedText { en: "Kholusia", ja: "Kholusia", de: "Kholusia", fr: "Kholusia", }, 871 => LocalisedText { en: "The Rak'tika Greatwood", ja: "The Rak'tika Greatwood", de: "The Rak'tika Greatwood", fr: "The Rak'tika Greatwood", }, 872 => LocalisedText { en: "Amh Araeng", ja: "Amh Araeng", de: "Amh Araeng", fr: "Amh Araeng", }, 873 => LocalisedText { en: "The Dancing Plague", ja: "The Dancing Plague", de: "The Dancing Plague", fr: "The Dancing Plague", }, 874 => LocalisedText { en: "The Rak'tika Greatwood", ja: "The Rak'tika Greatwood", de: "The Rak'tika Greatwood", fr: "The Rak'tika Greatwood", }, 875 => LocalisedText { en: "The Rak'tika Greatwood", ja: "The Rak'tika Greatwood", de: "The Rak'tika Greatwood", fr: "The Rak'tika Greatwood", }, 876 => LocalisedText { en: "The Nabaath Mines", ja: "The Nabaath Mines", de: "The Nabaath Mines", fr: "The Nabaath Mines", }, 877 => LocalisedText { en: "Lakeland", ja: "Lakeland", de: "Lakeland", fr: "Lakeland", }, 878 => LocalisedText { en: "The Empty", ja: "The Empty", de: "The Empty", fr: "The Empty", }, 879 => LocalisedText { en: "The Dungeons of Lyhe Ghiah", ja: "The Dungeons of Lyhe Ghiah", de: "The Dungeons of Lyhe Ghiah", fr: "The Dungeons of Lyhe Ghiah", }, 880 => LocalisedText { en: "The Crown of the Immaculate", ja: "The Crown of the Immaculate", de: "The Crown of the Immaculate", fr: "The Crown of the Immaculate", }, 881 => LocalisedText { en: "The Dying Gasp", ja: "The Dying Gasp", de: "The Dying Gasp", fr: "The Dying Gasp", }, 882 => LocalisedText { en: "The Copied Factory", ja: "The Copied Factory", de: "The Copied Factory", fr: "The Copied Factory", }, 884 => LocalisedText { en: "The Grand Cosmos", ja: "The Grand Cosmos", de: "The Grand Cosmos", fr: "The Grand Cosmos", }, 885 => LocalisedText { en: "The Dying Gasp", ja: "The Dying Gasp", de: "The Dying Gasp", fr: "The Dying Gasp", }, 886 => LocalisedText { en: "The Firmament", ja: "The Firmament", de: "The Firmament", fr: "The Firmament", }, 887 => LocalisedText { en: "Liminal Space", ja: "Liminal Space", de: "Liminal Space", fr: "Liminal Space", }, 888 => LocalisedText { en: "Onsal Hakair", ja: "Onsal Hakair", de: "Onsal Hakair", fr: "Onsal Hakair", }, 889 => LocalisedText { en: "Lyhe Mheg", ja: "Lyhe Mheg", de: "Lyhe Mheg", fr: "Lyhe Mheg", }, 890 => LocalisedText { en: "Lyhe Mheg", ja: "Lyhe Mheg", de: "Lyhe Mheg", fr: "Lyhe Mheg", }, 891 => LocalisedText { en: "Lyhe Mheg", ja: "Lyhe Mheg", de: "Lyhe Mheg", fr: "Lyhe Mheg", }, 892 => LocalisedText { en: "Lyhe Mheg", ja: "Lyhe Mheg", de: "Lyhe Mheg", fr: "Lyhe Mheg", }, 893 => LocalisedText { en: "The Imperial Palace", ja: "The Imperial Palace", de: "The Imperial Palace", fr: "The Imperial Palace", }, 894 => LocalisedText { en: "Lyhe Mheg", ja: "Lyhe Mheg", de: "Lyhe Mheg", fr: "Lyhe Mheg", }, 895 => LocalisedText { en: "Excavation Tunnels", ja: "Excavation Tunnels", de: "Excavation Tunnels", fr: "Excavation Tunnels", }, 896 => LocalisedText { en: "The Copied Factory", ja: "The Copied Factory", de: "The Copied Factory", fr: "The Copied Factory", }, 897 => LocalisedText { en: "Cinder Drift", ja: "Cinder Drift", de: "Cinder Drift", fr: "Cinder Drift", }, 898 => LocalisedText { en: "Anamnesis Anyder", ja: "Anamnesis Anyder", de: "Anamnesis Anyder", fr: "Anamnesis Anyder", }, 899 => LocalisedText { en: "The Falling City of Nym", ja: "The Falling City of Nym", de: "The Falling City of Nym", fr: "The Falling City of Nym", }, 900 => LocalisedText { en: "The Endeavor", ja: "The Endeavor", de: "The Endeavor", fr: "The Endeavor", }, 901 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 902 => LocalisedText { en: "The Gandof Thunder Plains", ja: "The Gandof Thunder Plains", de: "The Gandof Thunder Plains", fr: "The Gandof Thunder Plains", }, 903 => LocalisedText { en: "Ashfall", ja: "Ashfall", de: "Ashfall", fr: "Ashfall", }, 904 => LocalisedText { en: "The Halo", ja: "The Halo", de: "The Halo", fr: "The Halo", }, 905 => LocalisedText { en: "Great Glacier", ja: "Great Glacier", de: "Great Glacier", fr: "Great Glacier", }, 906 => LocalisedText { en: "The Gandof Thunder Plains", ja: "The Gandof Thunder Plains", de: "The Gandof Thunder Plains", fr: "The Gandof Thunder Plains", }, 907 => LocalisedText { en: "Ashfall", ja: "Ashfall", de: "Ashfall", fr: "Ashfall", }, 908 => LocalisedText { en: "The Halo", ja: "The Halo", de: "The Halo", fr: "The Halo", }, 909 => LocalisedText { en: "Great Glacier", ja: "Great Glacier", de: "Great Glacier", fr: "Great Glacier", }, 911 => LocalisedText { en: "Cid's Memory", ja: "Cid's Memory", de: "Cid's Memory", fr: "Cid's Memory", }, 912 => LocalisedText { en: "Cinder Drift", ja: "Cinder Drift", de: "Cinder Drift", fr: "Cinder Drift", }, 913 => LocalisedText { en: "Transmission Control", ja: "Transmission Control", de: "Transmission Control", fr: "Transmission Control", }, 914 => LocalisedText { en: "Trial's Threshold", ja: "Trial's Threshold", de: "Trial's Threshold", fr: "Trial's Threshold", }, 915 => LocalisedText { en: "Gangos", ja: "Gangos", de: "Gangos", fr: "Gangos", }, 916 => LocalisedText { en: "The Heroes' Gauntlet", ja: "The Heroes' Gauntlet", de: "The Heroes' Gauntlet", fr: "The Heroes' Gauntlet", }, 917 => LocalisedText { en: "The Puppets' Bunker", ja: "The Puppets' Bunker", de: "The Puppets' Bunker", fr: "The Puppets' Bunker", }, 918 => LocalisedText { en: "Anamnesis Anyder", ja: "Anamnesis Anyder", de: "Anamnesis Anyder", fr: "Anamnesis Anyder", }, 919 => LocalisedText { en: "Terncliff", ja: "Terncliff", de: "Terncliff", fr: "Terncliff", }, 920 => LocalisedText { en: "Bozjan Southern Front", ja: "Bozjan Southern Front", de: "Bozjan Southern Front", fr: "Bozjan Southern Front", }, 921 => LocalisedText { en: "Frondale's Home for Friendless Foundlings", ja: "Frondale's Home for Friendless Foundlings", de: "Frondale's Home for Friendless Foundlings", fr: "Frondale's Home for Friendless Foundlings", }, 922 => LocalisedText { en: "The Seat of Sacrifice", ja: "The Seat of Sacrifice", de: "The Seat of Sacrifice", fr: "The Seat of Sacrifice", }, 923 => LocalisedText { en: "The Seat of Sacrifice", ja: "The Seat of Sacrifice", de: "The Seat of Sacrifice", fr: "The Seat of Sacrifice", }, 924 => LocalisedText { en: "The Shifting Oubliettes of Lyhe Ghiah", ja: "The Shifting Oubliettes of Lyhe Ghiah", de: "The Shifting Oubliettes of Lyhe Ghiah", fr: "The Shifting Oubliettes of Lyhe Ghiah", }, 925 => LocalisedText { en: "Terncliff Bay", ja: "Terncliff Bay", de: "Terncliff Bay", fr: "Terncliff Bay", }, 926 => LocalisedText { en: "Terncliff Bay", ja: "Terncliff Bay", de: "Terncliff Bay", fr: "Terncliff Bay", }, 928 => LocalisedText { en: "The Puppets' Bunker", ja: "The Puppets' Bunker", de: "The Puppets' Bunker", fr: "The Puppets' Bunker", }, 929 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 930 => LocalisedText { en: "Akh Afah Amphitheatre", ja: "Akh Afah Amphitheatre", de: "Akh Afah Amphitheatre", fr: "Akh Afah Amphitheatre", }, 931 => LocalisedText { en: "The Seat of Sacrifice", ja: "The Seat of Sacrifice", de: "The Seat of Sacrifice", fr: "The Seat of Sacrifice", }, 932 => LocalisedText { en: "The Tempest", ja: "The Tempest", de: "The Tempest", fr: "The Tempest", }, 933 => LocalisedText { en: "Matoya's Relict", ja: "Matoya's Relict", de: "Matoya's Relict", fr: "Matoya's Relict", }, 934 => LocalisedText { en: "Castrum Marinum Drydocks", ja: "Castrum Marinum Drydocks", de: "Castrum Marinum Drydocks", fr: "Castrum Marinum Drydocks", }, 935 => LocalisedText { en: "Castrum Marinum Drydocks", ja: "Castrum Marinum Drydocks", de: "Castrum Marinum Drydocks", fr: "Castrum Marinum Drydocks", }, 936 => LocalisedText { en: "Delubrum Reginae", ja: "Delubrum Reginae", de: "Delubrum Reginae", fr: "Delubrum Reginae", }, 937 => LocalisedText { en: "Delubrum Reginae", ja: "Delubrum Reginae", de: "Delubrum Reginae", fr: "Delubrum Reginae", }, 938 => LocalisedText { en: "Paglth'an", ja: "Paglth'an", de: "Paglth'an", fr: "Paglth'an", }, 939 => LocalisedText { en: "The Diadem", ja: "The Diadem", de: "The Diadem", fr: "The Diadem", }, 940 => LocalisedText { en: "The Battlehall", ja: "The Battlehall", de: "The Battlehall", fr: "The Battlehall", }, 941 => LocalisedText { en: "The Battlehall", ja: "The Battlehall", de: "The Battlehall", fr: "The Battlehall", }, 942 => LocalisedText { en: "Sphere of Naught", ja: "Sphere of Naught", de: "Sphere of Naught", fr: "Sphere of Naught", }, 943 => LocalisedText { en: "Laxan Loft", ja: "Laxan Loft", de: "Laxan Loft", fr: "Laxan Loft", }, 944 => LocalisedText { en: "Bygone Gaol", ja: "Bygone Gaol", de: "Bygone Gaol", fr: "Bygone Gaol", }, 945 => LocalisedText { en: "The Garden of Nowhere", ja: "The Garden of Nowhere", de: "The Garden of Nowhere", fr: "The Garden of Nowhere", }, 946 => LocalisedText { en: "Sphere of Naught", ja: "Sphere of Naught", de: "Sphere of Naught", fr: "Sphere of Naught", }, 947 => LocalisedText { en: "Laxan Loft", ja: "Laxan Loft", de: "Laxan Loft", fr: "Laxan Loft", }, 948 => LocalisedText { en: "Bygone Gaol", ja: "Bygone Gaol", de: "Bygone Gaol", fr: "Bygone Gaol", }, 949 => LocalisedText { en: "The Garden of Nowhere", ja: "The Garden of Nowhere", de: "The Garden of Nowhere", fr: "The Garden of Nowhere", }, 950 => LocalisedText { en: "G-Savior Deck", ja: "G-Savior Deck", de: "G-Savior Deck", fr: "G-Savior Deck", }, 951 => LocalisedText { en: "G-Savior Deck", ja: "G-Savior Deck", de: "G-Savior Deck", fr: "G-Savior Deck", }, 953 => LocalisedText { en: "The Navel", ja: "The Navel", de: "The Navel", fr: "The Navel", }, 954 => LocalisedText { en: "The Navel", ja: "The Navel", de: "The Navel", fr: "The Navel", }, 955 => LocalisedText { en: "The Last Trace", ja: "The Last Trace", de: "The Last Trace", fr: "The Last Trace", }, 964 => LocalisedText { en: "The Last Trace", ja: "The Last Trace", de: "The Last Trace", fr: "The Last Trace", }, 965 => LocalisedText { en: "The Empty", ja: "The Empty", de: "The Empty", fr: "The Empty", }, 966 => LocalisedText { en: "The Tower at Paradigm's Breach", ja: "The Tower at Paradigm's Breach", de: "The Tower at Paradigm's Breach", fr: "The Tower at Paradigm's Breach", }, 967 => LocalisedText { en: "Castrum Marinum Drydocks", ja: "Castrum Marinum Drydocks", de: "Castrum Marinum Drydocks", fr: "Castrum Marinum Drydocks", }, 972 => LocalisedText { en: "The Whorleater", ja: "The Whorleater", de: "The Whorleater", fr: "The Whorleater", }, 975 => LocalisedText { en: "Zadnor", ja: "Zadnor", de: "Zadnor", fr: "Zadnor", }, 977 => LocalisedText { en: "Carteneau Flats: Borderland Ruins", ja: "Carteneau Flats: Borderland Ruins", de: "Carteneau Flats: Borderland Ruins", fr: "Carteneau Flats: Borderland Ruins", }, 991 => LocalisedText { en: "G-Savior Deck", ja: "G-Savior Deck", de: "G-Savior Deck", fr: "G-Savior Deck", }, }; }