diff --git a/app/modules/in-game-lists/gear-ids.ts b/app/modules/in-game-lists/gear-ids.ts index 79d312537..1f6adb056 100644 --- a/app/modules/in-game-lists/gear-ids.ts +++ b/app/modules/in-game-lists/gear-ids.ts @@ -9,8 +9,9 @@ export const headGearIds = [ 7005, 7006, 7007, 7009, 7012, 7013, 7014, 7016, 7019, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8011, 8014, 8015, 8016, 9001, 9002, 9003, 9004, 9005, 9007, 9009, 10003, 21000, 21001, 21010, 21011, 21012, 21013, 21014, - 21015, 25000, 25001, 25002, 25003, 25004, 25005, 25006, 25007, 25008, 25009, - 25010, 25011, 25012, 25013, 25016, 25017, 27000, 27004, 27109, 27306, 28000, + 21015, 21016, 25000, 25001, 25002, 25003, 25004, 25005, 25006, 25007, 25008, + 25009, 25010, 25011, 25012, 25013, 25016, 25017, 27000, 27004, 27109, 27306, + 28000, ] as const; export const clothesGearIds = [ diff --git a/public/locales/da/gear.json b/public/locales/da/gear.json index 738cf5795..b5cc0cc43 100644 --- a/public/locales/da/gear.json +++ b/public/locales/da/gear.json @@ -440,6 +440,7 @@ "H_21013": "Astro Helm", "H_21014": "360 All-Scopes", "H_21015": "Brain Strainer", + "H_21016": "Deep Sinker Helm", "H_25000": "Squid Hairclip", "C_25000": "School Uniform A", "S_25000": "School Shoes + Hi Socks", diff --git a/public/locales/de/gear.json b/public/locales/de/gear.json index e45e01714..ba3928a0e 100644 --- a/public/locales/de/gear.json +++ b/public/locales/de/gear.json @@ -440,6 +440,7 @@ "H_21013": "Space-Pilotenhelm", "H_21014": "Omnimultivisor", "H_21015": "Genialotron", + "H_21016": "Tiefseetaucherhelm", "H_25000": "Tintenfisch-Spange", "C_25000": "Schuluniform A", "S_25000": "Schuluniform-Schuhe", diff --git a/public/locales/en/gear.json b/public/locales/en/gear.json index 738cf5795..b5cc0cc43 100644 --- a/public/locales/en/gear.json +++ b/public/locales/en/gear.json @@ -440,6 +440,7 @@ "H_21013": "Astro Helm", "H_21014": "360 All-Scopes", "H_21015": "Brain Strainer", + "H_21016": "Deep Sinker Helm", "H_25000": "Squid Hairclip", "C_25000": "School Uniform A", "S_25000": "School Shoes + Hi Socks", diff --git a/public/locales/es-ES/gear.json b/public/locales/es-ES/gear.json index 54eaeb2ab..95d9bc3cd 100644 --- a/public/locales/es-ES/gear.json +++ b/public/locales/es-ES/gear.json @@ -440,6 +440,7 @@ "H_21013": "Casco de piloto", "H_21014": "Visor cibernético", "H_21015": "Casco psicotrónico", + "H_21016": "Escafandra de buceo", "H_25000": "Horquilla calamar", "C_25000": "Uniforme escolar A", "S_25000": "Mocasín escolar", diff --git a/public/locales/es-US/gear.json b/public/locales/es-US/gear.json index 4f8877366..8473db08c 100644 --- a/public/locales/es-US/gear.json +++ b/public/locales/es-US/gear.json @@ -440,6 +440,7 @@ "H_21013": "Casco de piloto", "H_21014": "Visor cibernético", "H_21015": "Casco psicotrónico", + "H_21016": "Escafandra de buceo", "H_25000": "Pasador de calamar", "C_25000": "Uniforme escolar A", "S_25000": "Zapatos escolares", diff --git a/public/locales/fr/gear.json b/public/locales/fr/gear.json index c6c84e38f..a8fba2fba 100644 --- a/public/locales/fr/gear.json +++ b/public/locales/fr/gear.json @@ -440,6 +440,7 @@ "H_21013": "Casque astro", "H_21014": "Lunettes cyber", "H_21015": "Casque Eurêka", + "H_21016": "Casque de scaphandre", "H_25000": "Barrette seiche", "C_25000": "Uniforme scolaire A", "S_25000": "Mocassins scolaires d'hiver", diff --git a/public/locales/it/gear.json b/public/locales/it/gear.json index 9a71f3753..5d88049c2 100644 --- a/public/locales/it/gear.json +++ b/public/locales/it/gear.json @@ -440,6 +440,7 @@ "H_21013": "Casco da pilota", "H_21014": "Multivisore 360°", "H_21015": "Eurekappello", + "H_21016": "Casco da palombaro", "H_25000": "Fermaglio calamaro", "C_25000": "Uniforme scolastica A", "S_25000": "Mocassini neri (calze)", diff --git a/public/locales/ja/gear.json b/public/locales/ja/gear.json index 0eedefb18..709d66bc4 100644 --- a/public/locales/ja/gear.json +++ b/public/locales/ja/gear.json @@ -440,6 +440,7 @@ "H_21013": "パイロットメット", "H_21014": "ハイテクスコープ", "H_21015": "ヒラメキブレインメット", + "H_21016": "タコツボメット", "H_25000": "イカパッチン", "C_25000": "スクールブレザーL", "S_25000": "スクールローファー ハイソ", diff --git a/public/locales/ko/gear.json b/public/locales/ko/gear.json index 2c75a39eb..a4a3d41b5 100644 --- a/public/locales/ko/gear.json +++ b/public/locales/ko/gear.json @@ -440,6 +440,7 @@ "H_21013": "파일럿 헬멧", "H_21014": "하이테크 스코프", "H_21015": "번뜩 브레인 헬멧", + "H_21016": "문어 단지 헬멧", "H_25000": "오징어 머리핀", "C_25000": "스쿨 유니폼 L", "S_25000": "니 삭스 스쿨 로퍼", diff --git a/public/locales/nl/gear.json b/public/locales/nl/gear.json index 116b7a099..aac106db8 100644 --- a/public/locales/nl/gear.json +++ b/public/locales/nl/gear.json @@ -440,6 +440,7 @@ "H_21013": "Pilotenhelm", "H_21014": "Cyberheadset", "H_21015": "Whizzkidhelm", + "H_21016": "Diepzeeduikhelm", "H_25000": "Inktvishaarspeld", "C_25000": "Schooluniform A", "S_25000": "Schoolschoenen", diff --git a/public/locales/pl/gear.json b/public/locales/pl/gear.json index 738cf5795..b5cc0cc43 100644 --- a/public/locales/pl/gear.json +++ b/public/locales/pl/gear.json @@ -440,6 +440,7 @@ "H_21013": "Astro Helm", "H_21014": "360 All-Scopes", "H_21015": "Brain Strainer", + "H_21016": "Deep Sinker Helm", "H_25000": "Squid Hairclip", "C_25000": "School Uniform A", "S_25000": "School Shoes + Hi Socks", diff --git a/public/locales/ru/gear.json b/public/locales/ru/gear.json index d1a5993e1..697d5dd29 100644 --- a/public/locales/ru/gear.json +++ b/public/locales/ru/gear.json @@ -440,6 +440,7 @@ "H_21013": "Астрошлем", "H_21014": "Кибервизор-360", "H_21015": "Мозготрон", + "H_21016": "Шлем осьмолаза", "H_25000": "Заколка «Кальмарчик»", "C_25000": "Школьная форма А", "S_25000": "Школьные ботинки + чулки", diff --git a/public/locales/zh/gear.json b/public/locales/zh/gear.json index 3dacc6cbd..027c36ad4 100644 --- a/public/locales/zh/gear.json +++ b/public/locales/zh/gear.json @@ -440,6 +440,7 @@ "H_21013": "飞行员安全帽", "H_21014": "高科技望远镜", "H_21015": "灵光一闪安全帽", + "H_21016": "蛸壶安全帽", "H_25000": "鱿鱼发夹", "C_25000": "学校制服外套L", "S_25000": "学校乐福鞋 高级", diff --git a/public/static-assets/img/gear/head/21016.avif b/public/static-assets/img/gear/head/21016.avif new file mode 100644 index 000000000..b75b76aff Binary files /dev/null and b/public/static-assets/img/gear/head/21016.avif differ diff --git a/public/static-assets/img/gear/head/21016.png b/public/static-assets/img/gear/head/21016.png new file mode 100644 index 000000000..effe5ce10 Binary files /dev/null and b/public/static-assets/img/gear/head/21016.png differ diff --git a/scripts/create-gear-json.ts b/scripts/create-gear-json.ts index de92775e6..9b3442103 100644 --- a/scripts/create-gear-json.ts +++ b/scripts/create-gear-json.ts @@ -25,7 +25,7 @@ const LEAN_SHOES_CODE = "Shs"; // but it's just for clarity const AVAILABLE_SR_GEAR = [ 21010, 21011, 21015, 21013, 21012, 21014, 21012, 21000, 21001, 21002, 21001, - 21002, 21001, + 21002, 21001, 21016, ]; async function main() {