diff --git a/server/src/ffxiv/auto_translate.rs b/server/src/ffxiv/auto_translate.rs index a5c822d..d91d760 100644 --- a/server/src/ffxiv/auto_translate.rs +++ b/server/src/ffxiv/auto_translate.rs @@ -7457,16 +7457,28 @@ lazy_static::lazy_static! { }, (49, 333) => LocalisedText { en: "sabotender de la luna", - ja: "サボテンダー・デル・ルナ", - de: "Kaktor del Luna", + ja: "サボテンダー・デラ・ルナ", + de: "Kaktor de la Luna", fr: "pampa de la luna", }, + (49, 334) => LocalisedText { + en: "spectral Statice", + ja: "スターチス・ミラージュ", + de: "Spektrale Statice", + fr: "Statice illusoire", + }, (49, 335) => LocalisedText { en: "Garlond GL-IIT", ja: "ガーロンドGL-IIT", de: "Garlond GL-IIT", fr: "Garlond GL-IIT", }, + (49, 338) => LocalisedText { + en: "quaqua", + ja: "クアクア", + de: "Quaqua", + fr: "quaqua", + }, (49, 339) => LocalisedText { en: "island Peerifool", ja: "アイル・ピーリフール", @@ -10011,6 +10023,12 @@ lazy_static::lazy_static! { de: "Die Mechanische Menagerie", fr: "Le Traquenard oriental", }, + (51, 4094) => LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, (51, 4098) => LocalisedText { en: "Medias Res", ja: "詩想空間", @@ -10185,6 +10203,18 @@ lazy_static::lazy_static! { de: "Göttlicher Thron", fr: "Trône divin", }, + (51, 4383) => LocalisedText { + en: "Aloalo Island", + ja: "アロアロ島", + de: "Aloalo", + fr: "Île d'Aloalo", + }, + (51, 4416) => LocalisedText { + en: "Another Aloalo Island", + ja: "異聞アロアロ島", + de: "Kurioses Aloalo", + fr: "Île d'Aloalo annexe", + }, (51, 4431) => LocalisedText { en: "The Lunar Subterrane", ja: "月の地下渓谷", @@ -19293,6 +19323,12 @@ lazy_static::lazy_static! { de: "/kopfhängen", fr: "/êtreaccablé", }, + (62, 676) => LocalisedText { + en: "/humbletriumph", + ja: "/humbletriumph", + de: "/kleinerstolz", + fr: "/posedufanfaron", + }, (63, 29054) => LocalisedText { en: "Guard", ja: "防御", @@ -23854,6 +23890,12 @@ lazy_static::lazy_static! { de: "Kuromaru", fr: "Kuromaru", }, + (65, 491) => LocalisedText { + en: "uolosapa", + ja: "オーロサパ", + de: "Uolosapa", + fr: "uolosapa", + }, (65, 493) => LocalisedText { en: "Tourmaline Weapon", ja: "トルマリンウェポン", @@ -23884,6 +23926,12 @@ lazy_static::lazy_static! { de: "Aufzieh-Golbez", fr: "Golbez miniature", }, + (65, 506) => LocalisedText { + en: "repulu", + ja: "レプル", + de: "Repulu", + fr: "repulu", + }, (67, 50) => LocalisedText { en: "Royal Authority Combo", ja: "コンボ:ロイヤルアソリティ", @@ -27988,11 +28036,35 @@ lazy_static::lazy_static! { de: "Thaleia", fr: "Domaine divin - Thalie", }, + (24, 5131) => LocalisedText { + en: "Aloalo Island", + ja: "アロアロ島", + de: "Aloalo", + fr: "Île d'Aloalo", + }, + (24, 5132) => LocalisedText { + en: "Another Aloalo Island", + ja: "異聞アロアロ島", + de: "Kurioses Aloalo", + fr: "Île d'Aloalo annexe", + }, + (24, 5133) => LocalisedText { + en: "Another Aloalo Island (Savage)", + ja: "異聞アロアロ島 零式", + de: "Kurioses Aloalo (episch)", + fr: "Île d'Aloalo annexe (sadique)", + }, (24, 5134) => LocalisedText { en: "The Singularity Reactor (Unreal)", ja: "幻ナイツ・オブ・ラウンド討滅戦", de: "Traumprüfung - Singularitäts-Reaktor", fr: "Réacteur de singularité (irréel)", }, + (24, 5138) => LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Sables sanglants", + }, }; } diff --git a/server/src/ffxiv/duties.rs b/server/src/ffxiv/duties.rs index 9747fa3..a09358a 100644 --- a/server/src/ffxiv/duties.rs +++ b/server/src/ffxiv/duties.rs @@ -7126,6 +7126,26 @@ lazy_static::lazy_static! { high_end: false, content_kind: ContentKind::DisciplesoftheLand, }, + 958 => DutyInfo { + name: LocalisedText { + en: "Blunderville", + ja: "ブランダーヴィル", + de: "Stolperville", + fr: "Blunderville", + }, + high_end: false, + content_kind: ContentKind::GoldSaucer, + }, + 961 => DutyInfo { + name: LocalisedText { + en: "Aloalo Island", + ja: "ヴァリアントダンジョン アロアロ島", + de: "Aloalo", + fr: "L'île d'Aloalo - Donjon à embranchements", + }, + high_end: false, + content_kind: ContentKind::VCDungeonFinder, + }, 962 => DutyInfo { name: LocalisedText { en: "Thaleia", @@ -7166,5 +7186,145 @@ lazy_static::lazy_static! { high_end: true, content_kind: ContentKind::Trials, }, + 967 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 968 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 969 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 970 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 971 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 972 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 973 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 974 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 975 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 976 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 977 => DutyInfo { + name: LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 978 => DutyInfo { + name: LocalisedText { + en: "Crystalline Conflict (Custom Match - The Red Sands)", + ja: "クリスタルコンフリクト(レッド・サンズ:カスタムマッチ)", + de: "Crystalline Conflict: Die Roten Sande (Schaukampf)", + fr: "Crystalline Conflict (partie personnalisée - Les Sables sanglants)", + }, + high_end: false, + content_kind: ContentKind::PvP, + }, + 979 => DutyInfo { + name: LocalisedText { + en: "Another Aloalo Island", + ja: "アナザーダンジョン 異聞アロアロ島", + de: "Kurioses Aloalo", + fr: "L'île d'Aloalo annexe - Donjon alternatif", + }, + high_end: false, + content_kind: ContentKind::VCDungeonFinder, + }, + 980 => DutyInfo { + name: LocalisedText { + en: "Another Aloalo Island (Savage)", + ja: "アナザーダンジョン 異聞アロアロ島 零式", + de: "Kurioses Aloalo (episch)", + fr: "L'île d'Aloalo annexe - Donjon alternatif (sadique)", + }, + high_end: false, + content_kind: ContentKind::VCDungeonFinder, + }, }; } diff --git a/server/src/ffxiv/territory_names.rs b/server/src/ffxiv/territory_names.rs index 8f715f4..92ec256 100644 --- a/server/src/ffxiv/territory_names.rs +++ b/server/src/ffxiv/territory_names.rs @@ -5511,6 +5511,18 @@ lazy_static::lazy_static! { de: "Rokkon", fr: "Mont Rokkon", }, + 1138 => LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, + 1139 => LocalisedText { + en: "The Red Sands", + ja: "レッド・サンズ", + de: "Die Roten Sande", + fr: "Les Sables sanglants", + }, 1140 => LocalisedText { en: "The Voidcast Dais", ja: "立方魔法陣", @@ -5655,6 +5667,12 @@ lazy_static::lazy_static! { de: "Monduntergrund", fr: "Souterrain lunaire", }, + 1165 => LocalisedText { + en: "Blunderville", + ja: "ブランダーヴィル", + de: "Stolperville", + fr: "Blunderville", + }, 1168 => LocalisedText { en: "The Abyssal Fracture", ja: "赤き月の底", @@ -5691,12 +5709,30 @@ lazy_static::lazy_static! { de: "Singularitäts-Reaktor", fr: "Réacteur de singularité", }, + 1176 => LocalisedText { + en: "Aloalo Island", + ja: "アロアロ島", + de: "Aloalo", + fr: "Île d'Aloalo", + }, 1178 => LocalisedText { en: "Thaleia", ja: "華めく神域 タレイア", de: "Thaleia", fr: "Domaine divin - Thalie", }, + 1179 => LocalisedText { + en: "Another Aloalo Island", + ja: "異聞アロアロ島", + de: "Kurioses Aloalo", + fr: "Île d'Aloalo annexe", + }, + 1180 => LocalisedText { + en: "Another Aloalo Island", + ja: "異聞アロアロ島", + de: "Kurioses Aloalo", + fr: "Île d'Aloalo annexe", + }, 1181 => LocalisedText { en: "The Abyssal Fracture", ja: "赤き月の底", @@ -5715,5 +5751,11 @@ lazy_static::lazy_static! { de: "Monduntergrund", fr: "Souterrain lunaire", }, + 1197 => LocalisedText { + en: "Blunderville Square", + ja: "ブランダーヴィルスクウェア", + de: "Stolperville-Platz", + fr: "Square du Blunderville", + }, }; }