diff --git a/app/utils/urls.ts b/app/utils/urls.ts index c8d1ebf76..81e3d5c79 100644 --- a/app/utils/urls.ts +++ b/app/utils/urls.ts @@ -52,7 +52,7 @@ export const navIconUrl = (navItem: string) => `/img/layout/${navItem}`; export const gearImageUrl = (gearType: GearType, gearSplId: number) => `/img/gear/${gearType.toLowerCase()}/${gearSplId}`; export const weaponImageUrl = (weaponSplId: number) => - `/img/weapons/${weaponSplId}`; + `/img/main-weapons/${weaponSplId}`; export const abilityImageUrl = (ability: AbilityWithUnknown) => `/img/abilities/${ability}`; export const modeImageUrl = (mode: ModeShort) => `/img/modes/${mode}`; diff --git a/public/img/weapons/0.avif b/public/img/main-weapons/0.avif similarity index 100% rename from public/img/weapons/0.avif rename to public/img/main-weapons/0.avif diff --git a/public/img/weapons/0.png b/public/img/main-weapons/0.png similarity index 100% rename from public/img/weapons/0.png rename to public/img/main-weapons/0.png diff --git a/public/img/weapons/10.avif b/public/img/main-weapons/10.avif similarity index 100% rename from public/img/weapons/10.avif rename to public/img/main-weapons/10.avif diff --git a/public/img/weapons/10.png b/public/img/main-weapons/10.png similarity index 100% rename from public/img/weapons/10.png rename to public/img/main-weapons/10.png diff --git a/public/img/weapons/1000.avif b/public/img/main-weapons/1000.avif similarity index 100% rename from public/img/weapons/1000.avif rename to public/img/main-weapons/1000.avif diff --git a/public/img/weapons/1000.png b/public/img/main-weapons/1000.png similarity index 100% rename from public/img/weapons/1000.png rename to public/img/main-weapons/1000.png diff --git a/public/img/weapons/1010.avif b/public/img/main-weapons/1010.avif similarity index 100% rename from public/img/weapons/1010.avif rename to public/img/main-weapons/1010.avif diff --git a/public/img/weapons/1010.png b/public/img/main-weapons/1010.png similarity index 100% rename from public/img/weapons/1010.png rename to public/img/main-weapons/1010.png diff --git a/public/img/weapons/1020.avif b/public/img/main-weapons/1020.avif similarity index 100% rename from public/img/weapons/1020.avif rename to public/img/main-weapons/1020.avif diff --git a/public/img/weapons/1020.png b/public/img/main-weapons/1020.png similarity index 100% rename from public/img/weapons/1020.png rename to public/img/main-weapons/1020.png diff --git a/public/img/weapons/1030.avif b/public/img/main-weapons/1030.avif similarity index 100% rename from public/img/weapons/1030.avif rename to public/img/main-weapons/1030.avif diff --git a/public/img/weapons/1030.png b/public/img/main-weapons/1030.png similarity index 100% rename from public/img/weapons/1030.png rename to public/img/main-weapons/1030.png diff --git a/public/img/weapons/1100.avif b/public/img/main-weapons/1100.avif similarity index 100% rename from public/img/weapons/1100.avif rename to public/img/main-weapons/1100.avif diff --git a/public/img/weapons/1100.png b/public/img/main-weapons/1100.png similarity index 100% rename from public/img/weapons/1100.png rename to public/img/main-weapons/1100.png diff --git a/public/img/weapons/1110.avif b/public/img/main-weapons/1110.avif similarity index 100% rename from public/img/weapons/1110.avif rename to public/img/main-weapons/1110.avif diff --git a/public/img/weapons/1110.png b/public/img/main-weapons/1110.png similarity index 100% rename from public/img/weapons/1110.png rename to public/img/main-weapons/1110.png diff --git a/public/img/weapons/20.avif b/public/img/main-weapons/20.avif similarity index 100% rename from public/img/weapons/20.avif rename to public/img/main-weapons/20.avif diff --git a/public/img/weapons/20.png b/public/img/main-weapons/20.png similarity index 100% rename from public/img/weapons/20.png rename to public/img/main-weapons/20.png diff --git a/public/img/weapons/200.avif b/public/img/main-weapons/200.avif similarity index 100% rename from public/img/weapons/200.avif rename to public/img/main-weapons/200.avif diff --git a/public/img/weapons/200.png b/public/img/main-weapons/200.png similarity index 100% rename from public/img/weapons/200.png rename to public/img/main-weapons/200.png diff --git a/public/img/weapons/2000.avif b/public/img/main-weapons/2000.avif similarity index 100% rename from public/img/weapons/2000.avif rename to public/img/main-weapons/2000.avif diff --git a/public/img/weapons/2000.png b/public/img/main-weapons/2000.png similarity index 100% rename from public/img/weapons/2000.png rename to public/img/main-weapons/2000.png diff --git a/public/img/weapons/2010.avif b/public/img/main-weapons/2010.avif similarity index 100% rename from public/img/weapons/2010.avif rename to public/img/main-weapons/2010.avif diff --git a/public/img/weapons/2010.png b/public/img/main-weapons/2010.png similarity index 100% rename from public/img/weapons/2010.png rename to public/img/main-weapons/2010.png diff --git a/public/img/weapons/2020.avif b/public/img/main-weapons/2020.avif similarity index 100% rename from public/img/weapons/2020.avif rename to public/img/main-weapons/2020.avif diff --git a/public/img/weapons/2020.png b/public/img/main-weapons/2020.png similarity index 100% rename from public/img/weapons/2020.png rename to public/img/main-weapons/2020.png diff --git a/public/img/weapons/2030.avif b/public/img/main-weapons/2030.avif similarity index 100% rename from public/img/weapons/2030.avif rename to public/img/main-weapons/2030.avif diff --git a/public/img/weapons/2030.png b/public/img/main-weapons/2030.png similarity index 100% rename from public/img/weapons/2030.png rename to public/img/main-weapons/2030.png diff --git a/public/img/weapons/2040.avif b/public/img/main-weapons/2040.avif similarity index 100% rename from public/img/weapons/2040.avif rename to public/img/main-weapons/2040.avif diff --git a/public/img/weapons/2040.png b/public/img/main-weapons/2040.png similarity index 100% rename from public/img/weapons/2040.png rename to public/img/main-weapons/2040.png diff --git a/public/img/weapons/2050.avif b/public/img/main-weapons/2050.avif similarity index 100% rename from public/img/weapons/2050.avif rename to public/img/main-weapons/2050.avif diff --git a/public/img/weapons/2050.png b/public/img/main-weapons/2050.png similarity index 100% rename from public/img/weapons/2050.png rename to public/img/main-weapons/2050.png diff --git a/public/img/weapons/2060.avif b/public/img/main-weapons/2060.avif similarity index 100% rename from public/img/weapons/2060.avif rename to public/img/main-weapons/2060.avif diff --git a/public/img/weapons/2060.png b/public/img/main-weapons/2060.png similarity index 100% rename from public/img/weapons/2060.png rename to public/img/main-weapons/2060.png diff --git a/public/img/weapons/210.avif b/public/img/main-weapons/210.avif similarity index 100% rename from public/img/weapons/210.avif rename to public/img/main-weapons/210.avif diff --git a/public/img/weapons/210.png b/public/img/main-weapons/210.png similarity index 100% rename from public/img/weapons/210.png rename to public/img/main-weapons/210.png diff --git a/public/img/weapons/220.avif b/public/img/main-weapons/220.avif similarity index 100% rename from public/img/weapons/220.avif rename to public/img/main-weapons/220.avif diff --git a/public/img/weapons/220.png b/public/img/main-weapons/220.png similarity index 100% rename from public/img/weapons/220.png rename to public/img/main-weapons/220.png diff --git a/public/img/weapons/230.avif b/public/img/main-weapons/230.avif similarity index 100% rename from public/img/weapons/230.avif rename to public/img/main-weapons/230.avif diff --git a/public/img/weapons/230.png b/public/img/main-weapons/230.png similarity index 100% rename from public/img/weapons/230.png rename to public/img/main-weapons/230.png diff --git a/public/img/weapons/240.avif b/public/img/main-weapons/240.avif similarity index 100% rename from public/img/weapons/240.avif rename to public/img/main-weapons/240.avif diff --git a/public/img/weapons/240.png b/public/img/main-weapons/240.png similarity index 100% rename from public/img/weapons/240.png rename to public/img/main-weapons/240.png diff --git a/public/img/weapons/250.avif b/public/img/main-weapons/250.avif similarity index 100% rename from public/img/weapons/250.avif rename to public/img/main-weapons/250.avif diff --git a/public/img/weapons/250.png b/public/img/main-weapons/250.png similarity index 100% rename from public/img/weapons/250.png rename to public/img/main-weapons/250.png diff --git a/public/img/weapons/30.avif b/public/img/main-weapons/30.avif similarity index 100% rename from public/img/weapons/30.avif rename to public/img/main-weapons/30.avif diff --git a/public/img/weapons/30.png b/public/img/main-weapons/30.png similarity index 100% rename from public/img/weapons/30.png rename to public/img/main-weapons/30.png diff --git a/public/img/weapons/300.avif b/public/img/main-weapons/300.avif similarity index 100% rename from public/img/weapons/300.avif rename to public/img/main-weapons/300.avif diff --git a/public/img/weapons/300.png b/public/img/main-weapons/300.png similarity index 100% rename from public/img/weapons/300.png rename to public/img/main-weapons/300.png diff --git a/public/img/weapons/3000.avif b/public/img/main-weapons/3000.avif similarity index 100% rename from public/img/weapons/3000.avif rename to public/img/main-weapons/3000.avif diff --git a/public/img/weapons/3000.png b/public/img/main-weapons/3000.png similarity index 100% rename from public/img/weapons/3000.png rename to public/img/main-weapons/3000.png diff --git a/public/img/weapons/3010.avif b/public/img/main-weapons/3010.avif similarity index 100% rename from public/img/weapons/3010.avif rename to public/img/main-weapons/3010.avif diff --git a/public/img/weapons/3010.png b/public/img/main-weapons/3010.png similarity index 100% rename from public/img/weapons/3010.png rename to public/img/main-weapons/3010.png diff --git a/public/img/weapons/3020.avif b/public/img/main-weapons/3020.avif similarity index 100% rename from public/img/weapons/3020.avif rename to public/img/main-weapons/3020.avif diff --git a/public/img/weapons/3020.png b/public/img/main-weapons/3020.png similarity index 100% rename from public/img/weapons/3020.png rename to public/img/main-weapons/3020.png diff --git a/public/img/weapons/3030.avif b/public/img/main-weapons/3030.avif similarity index 100% rename from public/img/weapons/3030.avif rename to public/img/main-weapons/3030.avif diff --git a/public/img/weapons/3030.png b/public/img/main-weapons/3030.png similarity index 100% rename from public/img/weapons/3030.png rename to public/img/main-weapons/3030.png diff --git a/public/img/weapons/3040.avif b/public/img/main-weapons/3040.avif similarity index 100% rename from public/img/weapons/3040.avif rename to public/img/main-weapons/3040.avif diff --git a/public/img/weapons/3040.png b/public/img/main-weapons/3040.png similarity index 100% rename from public/img/weapons/3040.png rename to public/img/main-weapons/3040.png diff --git a/public/img/weapons/310.avif b/public/img/main-weapons/310.avif similarity index 100% rename from public/img/weapons/310.avif rename to public/img/main-weapons/310.avif diff --git a/public/img/weapons/310.png b/public/img/main-weapons/310.png similarity index 100% rename from public/img/weapons/310.png rename to public/img/main-weapons/310.png diff --git a/public/img/weapons/40.avif b/public/img/main-weapons/40.avif similarity index 100% rename from public/img/weapons/40.avif rename to public/img/main-weapons/40.avif diff --git a/public/img/weapons/40.png b/public/img/main-weapons/40.png similarity index 100% rename from public/img/weapons/40.png rename to public/img/main-weapons/40.png diff --git a/public/img/weapons/400.avif b/public/img/main-weapons/400.avif similarity index 100% rename from public/img/weapons/400.avif rename to public/img/main-weapons/400.avif diff --git a/public/img/weapons/400.png b/public/img/main-weapons/400.png similarity index 100% rename from public/img/weapons/400.png rename to public/img/main-weapons/400.png diff --git a/public/img/weapons/4000.avif b/public/img/main-weapons/4000.avif similarity index 100% rename from public/img/weapons/4000.avif rename to public/img/main-weapons/4000.avif diff --git a/public/img/weapons/4000.png b/public/img/main-weapons/4000.png similarity index 100% rename from public/img/weapons/4000.png rename to public/img/main-weapons/4000.png diff --git a/public/img/weapons/4010.avif b/public/img/main-weapons/4010.avif similarity index 100% rename from public/img/weapons/4010.avif rename to public/img/main-weapons/4010.avif diff --git a/public/img/weapons/4010.png b/public/img/main-weapons/4010.png similarity index 100% rename from public/img/weapons/4010.png rename to public/img/main-weapons/4010.png diff --git a/public/img/weapons/4020.avif b/public/img/main-weapons/4020.avif similarity index 100% rename from public/img/weapons/4020.avif rename to public/img/main-weapons/4020.avif diff --git a/public/img/weapons/4020.png b/public/img/main-weapons/4020.png similarity index 100% rename from public/img/weapons/4020.png rename to public/img/main-weapons/4020.png diff --git a/public/img/weapons/4030.avif b/public/img/main-weapons/4030.avif similarity index 100% rename from public/img/weapons/4030.avif rename to public/img/main-weapons/4030.avif diff --git a/public/img/weapons/4030.png b/public/img/main-weapons/4030.png similarity index 100% rename from public/img/weapons/4030.png rename to public/img/main-weapons/4030.png diff --git a/public/img/weapons/4040.avif b/public/img/main-weapons/4040.avif similarity index 100% rename from public/img/weapons/4040.avif rename to public/img/main-weapons/4040.avif diff --git a/public/img/weapons/4040.png b/public/img/main-weapons/4040.png similarity index 100% rename from public/img/weapons/4040.png rename to public/img/main-weapons/4040.png diff --git a/public/img/weapons/50.avif b/public/img/main-weapons/50.avif similarity index 100% rename from public/img/weapons/50.avif rename to public/img/main-weapons/50.avif diff --git a/public/img/weapons/50.png b/public/img/main-weapons/50.png similarity index 100% rename from public/img/weapons/50.png rename to public/img/main-weapons/50.png diff --git a/public/img/weapons/5000.avif b/public/img/main-weapons/5000.avif similarity index 100% rename from public/img/weapons/5000.avif rename to public/img/main-weapons/5000.avif diff --git a/public/img/weapons/5000.png b/public/img/main-weapons/5000.png similarity index 100% rename from public/img/weapons/5000.png rename to public/img/main-weapons/5000.png diff --git a/public/img/weapons/5010.avif b/public/img/main-weapons/5010.avif similarity index 100% rename from public/img/weapons/5010.avif rename to public/img/main-weapons/5010.avif diff --git a/public/img/weapons/5010.png b/public/img/main-weapons/5010.png similarity index 100% rename from public/img/weapons/5010.png rename to public/img/main-weapons/5010.png diff --git a/public/img/weapons/5020.avif b/public/img/main-weapons/5020.avif similarity index 100% rename from public/img/weapons/5020.avif rename to public/img/main-weapons/5020.avif diff --git a/public/img/weapons/5020.png b/public/img/main-weapons/5020.png similarity index 100% rename from public/img/weapons/5020.png rename to public/img/main-weapons/5020.png diff --git a/public/img/weapons/5030.avif b/public/img/main-weapons/5030.avif similarity index 100% rename from public/img/weapons/5030.avif rename to public/img/main-weapons/5030.avif diff --git a/public/img/weapons/5030.png b/public/img/main-weapons/5030.png similarity index 100% rename from public/img/weapons/5030.png rename to public/img/main-weapons/5030.png diff --git a/public/img/weapons/5040.avif b/public/img/main-weapons/5040.avif similarity index 100% rename from public/img/weapons/5040.avif rename to public/img/main-weapons/5040.avif diff --git a/public/img/weapons/5040.png b/public/img/main-weapons/5040.png similarity index 100% rename from public/img/weapons/5040.png rename to public/img/main-weapons/5040.png diff --git a/public/img/weapons/60.avif b/public/img/main-weapons/60.avif similarity index 100% rename from public/img/weapons/60.avif rename to public/img/main-weapons/60.avif diff --git a/public/img/weapons/60.png b/public/img/main-weapons/60.png similarity index 100% rename from public/img/weapons/60.png rename to public/img/main-weapons/60.png diff --git a/public/img/weapons/6000.avif b/public/img/main-weapons/6000.avif similarity index 100% rename from public/img/weapons/6000.avif rename to public/img/main-weapons/6000.avif diff --git a/public/img/weapons/6000.png b/public/img/main-weapons/6000.png similarity index 100% rename from public/img/weapons/6000.png rename to public/img/main-weapons/6000.png diff --git a/public/img/weapons/6010.avif b/public/img/main-weapons/6010.avif similarity index 100% rename from public/img/weapons/6010.avif rename to public/img/main-weapons/6010.avif diff --git a/public/img/weapons/6010.png b/public/img/main-weapons/6010.png similarity index 100% rename from public/img/weapons/6010.png rename to public/img/main-weapons/6010.png diff --git a/public/img/weapons/6020.avif b/public/img/main-weapons/6020.avif similarity index 100% rename from public/img/weapons/6020.avif rename to public/img/main-weapons/6020.avif diff --git a/public/img/weapons/6020.png b/public/img/main-weapons/6020.png similarity index 100% rename from public/img/weapons/6020.png rename to public/img/main-weapons/6020.png diff --git a/public/img/weapons/70.avif b/public/img/main-weapons/70.avif similarity index 100% rename from public/img/weapons/70.avif rename to public/img/main-weapons/70.avif diff --git a/public/img/weapons/70.png b/public/img/main-weapons/70.png similarity index 100% rename from public/img/weapons/70.png rename to public/img/main-weapons/70.png diff --git a/public/img/weapons/7010.avif b/public/img/main-weapons/7010.avif similarity index 100% rename from public/img/weapons/7010.avif rename to public/img/main-weapons/7010.avif diff --git a/public/img/weapons/7010.png b/public/img/main-weapons/7010.png similarity index 100% rename from public/img/weapons/7010.png rename to public/img/main-weapons/7010.png diff --git a/public/img/weapons/80.avif b/public/img/main-weapons/80.avif similarity index 100% rename from public/img/weapons/80.avif rename to public/img/main-weapons/80.avif diff --git a/public/img/weapons/80.png b/public/img/main-weapons/80.png similarity index 100% rename from public/img/weapons/80.png rename to public/img/main-weapons/80.png diff --git a/public/img/weapons/8000.avif b/public/img/main-weapons/8000.avif similarity index 100% rename from public/img/weapons/8000.avif rename to public/img/main-weapons/8000.avif diff --git a/public/img/weapons/8000.png b/public/img/main-weapons/8000.png similarity index 100% rename from public/img/weapons/8000.png rename to public/img/main-weapons/8000.png diff --git a/public/img/weapons/8010.avif b/public/img/main-weapons/8010.avif similarity index 100% rename from public/img/weapons/8010.avif rename to public/img/main-weapons/8010.avif diff --git a/public/img/weapons/8010.png b/public/img/main-weapons/8010.png similarity index 100% rename from public/img/weapons/8010.png rename to public/img/main-weapons/8010.png diff --git a/public/img/weapons/90.avif b/public/img/main-weapons/90.avif similarity index 100% rename from public/img/weapons/90.avif rename to public/img/main-weapons/90.avif diff --git a/public/img/weapons/90.png b/public/img/main-weapons/90.png similarity index 100% rename from public/img/weapons/90.png rename to public/img/main-weapons/90.png