diff --git a/app/modules/in-game-lists/weapon-ids.ts b/app/modules/in-game-lists/weapon-ids.ts index d4dd2ef14..07511aca6 100644 --- a/app/modules/in-game-lists/weapon-ids.ts +++ b/app/modules/in-game-lists/weapon-ids.ts @@ -1,8 +1,8 @@ export const mainWeaponIds = [ - 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 200, 210, 220, 230, 240, 250, 300, 310, - 400, 1000, 1010, 1020, 1030, 1100, 1110, 2000, 2010, 2020, 2030, 2040, 2050, - 2060, 3000, 3010, 3020, 3030, 3040, 4000, 4010, 4020, 4030, 4040, 5000, 5010, - 5020, 5030, 5040, 6000, 6010, 6020, 7010, 8000, 8010, + 0, 10, 20, 30, 40, 45, 50, 60, 70, 80, 90, 200, 210, 220, 230, 240, 250, 300, + 310, 400, 1000, 1010, 1020, 1030, 1100, 1110, 2000, 2010, 2020, 2030, 2040, + 2050, 2060, 3000, 3010, 3020, 3030, 3040, 4000, 4010, 4020, 4030, 4040, 5000, + 5010, 5020, 5030, 5040, 6000, 6010, 6020, 7010, 7020, 8000, 8010, ] as const; export const subWeaponIds = [ diff --git a/public/img/main-weapons/45.avif b/public/img/main-weapons/45.avif new file mode 100644 index 000000000..5b6bafbcf Binary files /dev/null and b/public/img/main-weapons/45.avif differ diff --git a/public/img/main-weapons/45.png b/public/img/main-weapons/45.png new file mode 100644 index 000000000..766f546ae Binary files /dev/null and b/public/img/main-weapons/45.png differ diff --git a/public/img/main-weapons/7020.avif b/public/img/main-weapons/7020.avif new file mode 100644 index 000000000..1f2f7a41a Binary files /dev/null and b/public/img/main-weapons/7020.avif differ diff --git a/public/img/main-weapons/7020.png b/public/img/main-weapons/7020.png new file mode 100644 index 000000000..783814f48 Binary files /dev/null and b/public/img/main-weapons/7020.png differ diff --git a/public/locales/de/weapons.json b/public/locales/de/weapons.json index 3e36d25ab..c55115d39 100644 --- a/public/locales/de/weapons.json +++ b/public/locales/de/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": ".96 Gallon", "MAIN_90": "Platscher", "MAIN_40": "Kleckser", + "MAIN_45": "Heldenwaffe Replik", "MAIN_20": "Fein-Disperser", "MAIN_60": "N-ZAP85", "MAIN_0": "Disperser", @@ -52,6 +53,7 @@ "MAIN_4040": "Nautilus 47", "MAIN_4010": "Splatling", "MAIN_7010": "Tri-Stringer", + "MAIN_7020": "LACT-450", "SUB_8": "Sprungboje", "SUB_6": "Curling-Bombe", "SUB_5": "Sprudel-Bombe", diff --git a/public/locales/en/weapons.json b/public/locales/en/weapons.json index 74a18761a..c97cd67a1 100644 --- a/public/locales/en/weapons.json +++ b/public/locales/en/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": ".96 Gal", "MAIN_90": "Jet Squelcher", "MAIN_40": "Splattershot", + "MAIN_45": "Hero Shot Replica", "MAIN_20": "Splash-o-matic", "MAIN_60": "N-ZAP '85", "MAIN_0": "Sploosh-o-matic", @@ -52,6 +53,7 @@ "MAIN_4040": "Nautilus 47", "MAIN_4010": "Heavy Splatling", "MAIN_7010": "Tri-Stringer", + "MAIN_7020": "REEF-LUX 450", "SUB_8": "Squid Beakon", "SUB_6": "Curling Bomb", "SUB_5": "Fizzy Bomb", diff --git a/public/locales/es/weapons.json b/public/locales/es/weapons.json index 736a97a22..cf671de00 100644 --- a/public/locales/es/weapons.json +++ b/public/locales/es/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": "Salpicadora 3000", "MAIN_90": "Megabarredora", "MAIN_40": "Lanzatintas", + "MAIN_45": "Pistola de élite (réplica)", "MAIN_20": "Marcador fino", "MAIN_60": "N-ZAP 85", "MAIN_0": "Marcador", @@ -52,6 +53,7 @@ "MAIN_4040": "Subtralladora 47", "MAIN_4010": "Tintralladora", "MAIN_7010": "Arcromatizador triple", + "MAIN_7020": "AR-CR0 450", "SUB_8": "Baliza transportadora", "SUB_6": "Bomba deslizante", "SUB_5": "Bomba carbónica", diff --git a/public/locales/fr/weapons.json b/public/locales/fr/weapons.json index 688a4b606..e8427db89 100644 --- a/public/locales/fr/weapons.json +++ b/public/locales/fr/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": "Calibre 3000", "MAIN_90": "Nettoyeur XL", "MAIN_40": "Liquidateur", + "MAIN_45": "Lanceur héroïque (réplique)", "MAIN_20": "Marqueur léger", "MAIN_60": "N-ZAP 85", "MAIN_0": "Marqueur lourd", @@ -52,6 +53,7 @@ "MAIN_4040": "Nautilus 47", "MAIN_4010": "Badigeonneur", "MAIN_7010": "Trisperceur", + "MAIN_7020": "Coralux 450", "SUB_8": "Balise de saut", "SUB_6": "Bombe curling", "SUB_5": "Bombe soda", diff --git a/public/locales/it/weapons.json b/public/locales/it/weapons.json index 4cb49e2cb..f3ba34bc1 100644 --- a/public/locales/it/weapons.json +++ b/public/locales/it/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": "Calibro 3000", "MAIN_90": "Sweeper", "MAIN_40": "Splasher", + "MAIN_45": "Pistola élite replica", "MAIN_20": "Marker d'assalto", "MAIN_60": "N-ZAP85", "MAIN_0": "Marker", @@ -52,6 +53,7 @@ "MAIN_4040": "Nautilus 47", "MAIN_4010": "Splatling a tanica", "MAIN_7010": "Tri-calamarco", + "MAIN_7020": "ARCO-RAL 450", "SUB_8": "Trasferitore", "SUB_6": "Bomba curling", "SUB_5": "Bomba a gassosa", diff --git a/public/locales/ja/weapons.json b/public/locales/ja/weapons.json index b09368ec9..0e27c7b7c 100644 --- a/public/locales/ja/weapons.json +++ b/public/locales/ja/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": ".96ガロン", "MAIN_90": "ジェットスイーパー", "MAIN_40": "スプラシューター", + "MAIN_45": "ヒーローシューター レプリカ", "MAIN_20": "シャープマーカー", "MAIN_60": "N-ZAP85", "MAIN_0": "ボールドマーカー", @@ -52,6 +53,7 @@ "MAIN_4040": "ノーチラス47", "MAIN_4010": "バレルスピナー", "MAIN_7010": "トライストリンガー", + "MAIN_7020": "LACT-450", "SUB_8": "ジャンプビーコン", "SUB_6": "カーリングボム", "SUB_5": "タンサンボム", diff --git a/public/locales/ko/weapons.json b/public/locales/ko/weapons.json index 5fa222da3..480ecd272 100644 --- a/public/locales/ko/weapons.json +++ b/public/locales/ko/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": ".96 갤런", "MAIN_90": "제트 스위퍼", "MAIN_40": "스플랫 슈터", + "MAIN_45": "히어로 슈터 레플리카", "MAIN_20": "샤프 마커", "MAIN_60": "N-ZAP85", "MAIN_0": "볼드 마커", @@ -52,6 +53,7 @@ "MAIN_4040": "노틸러스 47", "MAIN_4010": "배럴 스피너", "MAIN_7010": "트라이 스트링거", + "MAIN_7020": "LACT-450", "SUB_8": "점프 비컨", "SUB_6": "컬링 밤", "SUB_5": "탄산 밤", diff --git a/public/locales/nl/weapons.json b/public/locales/nl/weapons.json index 0d809d06f..85762d05d 100644 --- a/public/locales/nl/weapons.json +++ b/public/locales/nl/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": ".96 Kaliter", "MAIN_90": "Straalplonzer", "MAIN_40": "Superspetter", + "MAIN_45": "Heldenspetter (replica)", "MAIN_20": "Spetterspuit", "MAIN_60": "N-ZAP '85", "MAIN_0": "Spettertuit", @@ -52,6 +53,7 @@ "MAIN_4040": "Nautilus 47", "MAIN_4010": "Spetling", "MAIN_7010": "Triospanner", + "MAIN_7020": "RIF-LEX 450", "SUB_8": "Springschotel", "SUB_6": "Curlingbom", "SUB_5": "Bomblikje", diff --git a/public/locales/ru/weapons.json b/public/locales/ru/weapons.json index 838b09596..43df4d123 100644 --- a/public/locales/ru/weapons.json +++ b/public/locales/ru/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": "Струевик .96", "MAIN_90": "Плескарь", "MAIN_40": "Каплестрел", + "MAIN_45": "Каплестрел героя (клон)", "MAIN_20": "Плюхомет", "MAIN_60": "N-ZAP 85", "MAIN_0": "Плюхотрон", @@ -52,6 +53,7 @@ "MAIN_4040": "Наутилус-47", "MAIN_4010": "Брызгомет XL", "MAIN_7010": "Тритиватор", + "MAIN_7020": "КО-РАЛЛ 450", "SUB_8": "Прыжковый маячок", "SUB_6": "Керлинг-бомба", "SUB_5": "Содовая бомба", diff --git a/public/locales/zh/weapons.json b/public/locales/zh/weapons.json index ff10660fd..f643c9e15 100644 --- a/public/locales/zh/weapons.json +++ b/public/locales/zh/weapons.json @@ -36,6 +36,7 @@ "MAIN_80": ".96加仑", "MAIN_90": "喷射清洁枪", "MAIN_40": "斯普拉射击枪", + "MAIN_45": "英雄射击枪 复制", "MAIN_20": "窄域标记枪", "MAIN_60": "N-ZAP85", "MAIN_0": "广域标记枪", @@ -52,6 +53,7 @@ "MAIN_4040": "鹦鹉螺号47", "MAIN_4010": "桶装旋转枪", "MAIN_7010": "三发猎鱼弓", + "MAIN_7020": "LACT-450", "SUB_8": "跳跃信标", "SUB_6": "冰壶炸弹", "SUB_5": "碳酸炸弹",