diff --git a/web-next/components/StoreBrowser.tsx b/web-next/components/StoreBrowser.tsx index 4dcf2a1..d36c270 100644 --- a/web-next/components/StoreBrowser.tsx +++ b/web-next/components/StoreBrowser.tsx @@ -9,6 +9,9 @@ import type { StoreCategory, StoreItem } from '@/lib/store' const ICON_FALLBACK = 'inv_misc_questionmark' +/** Renders de los ítems de la tienda (public/), para el preview en hover. */ +const STORE_DISPLAY_PATH = '/nw-themes/nw-ryu/nw-images/nw-displays' + /** * Reaplica el tratamiento de wowhead (con `colorLinks` = teñir por calidad) a los * enlaces que React acaba de montar. `tooltips.js` solo recorre el DOM al cargar, @@ -59,6 +62,21 @@ function CategoryNode({ const added = cart.has(it.id) return (
diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-1168.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-1168.png new file mode 100644 index 0000000..e8a8bc9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-1168.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-11684.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-11684.png new file mode 100644 index 0000000..def653f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-11684.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-11809.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-11809.png new file mode 100644 index 0000000..23e0997 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-11809.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12782.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12782.png new file mode 100644 index 0000000..5e88e16 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12782.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12784.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12784.png new file mode 100644 index 0000000..8de46d2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12784.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12791.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12791.png new file mode 100644 index 0000000..78e5e23 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-12791.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-13044.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-13044.png new file mode 100644 index 0000000..8aa8e80 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-13044.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-13505.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-13505.png new file mode 100644 index 0000000..241b0be Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-13505.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15239.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15239.png new file mode 100644 index 0000000..bc27888 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15239.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15240.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15240.png new file mode 100644 index 0000000..6fa3303 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15240.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15272.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15272.png new file mode 100644 index 0000000..e4ce85a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15272.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15276.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15276.png new file mode 100644 index 0000000..94054d7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-15276.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-17071.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-17071.png new file mode 100644 index 0000000..ca9bbc2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-17071.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-17113.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-17113.png new file mode 100644 index 0000000..56452bb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-17113.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18044.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18044.png new file mode 100644 index 0000000..e2d9272 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18044.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18202.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18202.png new file mode 100644 index 0000000..b8098ec Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18202.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18203.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18203.png new file mode 100644 index 0000000..cda2b8d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18203.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18756.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18756.png new file mode 100644 index 0000000..0b1ae04 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18756.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18816.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18816.png new file mode 100644 index 0000000..7b79bc0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-18816.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19346.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19346.png new file mode 100644 index 0000000..f3fc966 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19346.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19348.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19348.png new file mode 100644 index 0000000..9d45504 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19348.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19350.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19350.png new file mode 100644 index 0000000..1ac9258 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19350.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19353.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19353.png new file mode 100644 index 0000000..6c0d507 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19353.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19354.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19354.png new file mode 100644 index 0000000..4c70c2e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19354.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19355.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19355.png new file mode 100644 index 0000000..a7e0797 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19355.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19358.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19358.png new file mode 100644 index 0000000..0ca8041 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19358.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19361.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19361.png new file mode 100644 index 0000000..64ef987 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19361.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19363.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19363.png new file mode 100644 index 0000000..e1f52ed Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19363.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19364.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19364.png new file mode 100644 index 0000000..c5a0429 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19364.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19368.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19368.png new file mode 100644 index 0000000..429f078 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19368.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19808.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19808.png new file mode 100644 index 0000000..65e6035 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19808.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19854.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19854.png new file mode 100644 index 0000000..f97eb1e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19854.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19867.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19867.png new file mode 100644 index 0000000..1e7f065 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19867.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19908.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19908.png new file mode 100644 index 0000000..96cb54b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19908.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19909.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19909.png new file mode 100644 index 0000000..ca114be Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19909.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19915.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19915.png new file mode 100644 index 0000000..6f7ecdf Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19915.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19918.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19918.png new file mode 100644 index 0000000..bc58f13 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19918.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19968.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19968.png new file mode 100644 index 0000000..da49cad Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-19968.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20038.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20038.png new file mode 100644 index 0000000..156549b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20038.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20258.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20258.png new file mode 100644 index 0000000..5ce7552 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20258.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20578.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20578.png new file mode 100644 index 0000000..23680e9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20578.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20580.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20580.png new file mode 100644 index 0000000..534747d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20580.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20581.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20581.png new file mode 100644 index 0000000..421ff58 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20581.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20978.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20978.png new file mode 100644 index 0000000..5affedf Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-20978.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21126.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21126.png new file mode 100644 index 0000000..7586fbc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21126.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21134.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21134.png new file mode 100644 index 0000000..43660a5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21134.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21242.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21242.png new file mode 100644 index 0000000..371e6c2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21242.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21244.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21244.png new file mode 100644 index 0000000..e12b66e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21244.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21268.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21268.png new file mode 100644 index 0000000..768a3e3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21268.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21269.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21269.png new file mode 100644 index 0000000..07d6bc2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21269.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21272.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21272.png new file mode 100644 index 0000000..c012acd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21272.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21273.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21273.png new file mode 100644 index 0000000..566544c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21273.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21275.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21275.png new file mode 100644 index 0000000..2233b9e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21275.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21466.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21466.png new file mode 100644 index 0000000..f1d4fd5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21466.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21478.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21478.png new file mode 100644 index 0000000..c52d6b6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21478.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21485.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21485.png new file mode 100644 index 0000000..5c56a59 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21485.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21498.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21498.png new file mode 100644 index 0000000..db1cf01 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21498.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21610.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21610.png new file mode 100644 index 0000000..737ffc5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21610.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21616.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21616.png new file mode 100644 index 0000000..af814a2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21616.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21806.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21806.png new file mode 100644 index 0000000..e3362af Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-21806.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22266.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22266.png new file mode 100644 index 0000000..ee42f47 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22266.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22799.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22799.png new file mode 100644 index 0000000..da5bcdd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22799.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22807.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22807.png new file mode 100644 index 0000000..cf3a61e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22807.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22809.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22809.png new file mode 100644 index 0000000..b4bc349 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22809.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22812.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22812.png new file mode 100644 index 0000000..47004af Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22812.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22816.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22816.png new file mode 100644 index 0000000..e760823 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22816.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22818.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22818.png new file mode 100644 index 0000000..e088c2a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22818.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22988.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22988.png new file mode 100644 index 0000000..db52866 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-22988.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23014.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23014.png new file mode 100644 index 0000000..cbd9a95 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23014.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23075.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23075.png new file mode 100644 index 0000000..c368ddf Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23075.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23238.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23238.png new file mode 100644 index 0000000..107f47a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23238.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23542.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23542.png new file mode 100644 index 0000000..cb64cd5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23542.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23543.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23543.png new file mode 100644 index 0000000..683527a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23543.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23557.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23557.png new file mode 100644 index 0000000..11c6c04 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23557.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23748.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23748.png new file mode 100644 index 0000000..431a2a8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-23748.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24044.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24044.png new file mode 100644 index 0000000..c3a77db Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24044.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24361.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24361.png new file mode 100644 index 0000000..1b0408e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24361.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24378.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24378.png new file mode 100644 index 0000000..efc8a59 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24378.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24389.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24389.png new file mode 100644 index 0000000..b7a073f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-24389.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25082.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25082.png new file mode 100644 index 0000000..88dcfee Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25082.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25138.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25138.png new file mode 100644 index 0000000..e27b27b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25138.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25144.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25144.png new file mode 100644 index 0000000..3341c6b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25144.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25208.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25208.png new file mode 100644 index 0000000..6023697 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25208.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25215.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25215.png new file mode 100644 index 0000000..92112e7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25215.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25220.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25220.png new file mode 100644 index 0000000..ffd8d0d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25220.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25324.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25324.png new file mode 100644 index 0000000..e8e60de Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25324.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25464.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25464.png new file mode 100644 index 0000000..e205ffd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25464.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25944.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25944.png new file mode 100644 index 0000000..a7d9750 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-25944.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27426.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27426.png new file mode 100644 index 0000000..d7562c2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27426.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27476.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27476.png new file mode 100644 index 0000000..a76a812 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27476.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27490.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27490.png new file mode 100644 index 0000000..c25b10e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27490.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27512.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27512.png new file mode 100644 index 0000000..116bad1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27512.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27524.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27524.png new file mode 100644 index 0000000..ca9c6c5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27524.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27526.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27526.png new file mode 100644 index 0000000..151d425 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27526.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27533.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27533.png new file mode 100644 index 0000000..2b3118f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27533.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27747.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27747.png new file mode 100644 index 0000000..d622040 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27747.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27769.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27769.png new file mode 100644 index 0000000..8bd83bc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27769.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27791.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27791.png new file mode 100644 index 0000000..f7dbd23 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27791.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27829.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27829.png new file mode 100644 index 0000000..2e40d8c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27829.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27840.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27840.png new file mode 100644 index 0000000..0014e08 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27840.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27842.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27842.png new file mode 100644 index 0000000..35540c0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27842.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27846.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27846.png new file mode 100644 index 0000000..6f4f632 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27846.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27868.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27868.png new file mode 100644 index 0000000..ded6f21 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27868.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27877.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27877.png new file mode 100644 index 0000000..f913a86 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27877.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27898.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27898.png new file mode 100644 index 0000000..0df8c37 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27898.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27899.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27899.png new file mode 100644 index 0000000..95cb724 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27899.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27903.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27903.png new file mode 100644 index 0000000..e8a1c51 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27903.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27986.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27986.png new file mode 100644 index 0000000..26e3cb9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27986.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27987.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27987.png new file mode 100644 index 0000000..625a82d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-27987.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28184.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28184.png new file mode 100644 index 0000000..436c576 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28184.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28188.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28188.png new file mode 100644 index 0000000..413ac75 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28188.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28263.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28263.png new file mode 100644 index 0000000..bb50882 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28263.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28267.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28267.png new file mode 100644 index 0000000..a48bac2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28267.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28367.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28367.png new file mode 100644 index 0000000..11a947b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28367.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28393.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28393.png new file mode 100644 index 0000000..d327673 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28393.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28397.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28397.png new file mode 100644 index 0000000..1e32cab Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28397.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28434.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28434.png new file mode 100644 index 0000000..e1883d8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28434.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28504.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28504.png new file mode 100644 index 0000000..716f01d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28504.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28522.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28522.png new file mode 100644 index 0000000..86feea9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28522.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28524.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28524.png new file mode 100644 index 0000000..778c354 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28524.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28573.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28573.png new file mode 100644 index 0000000..c6b37dc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28573.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28581.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28581.png new file mode 100644 index 0000000..2da0196 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28581.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28611.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28611.png new file mode 100644 index 0000000..15452db Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28611.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28633.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28633.png new file mode 100644 index 0000000..b2722ef Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28633.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28657.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28657.png new file mode 100644 index 0000000..baafa33 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28657.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28749.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28749.png new file mode 100644 index 0000000..30bf8a4 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28749.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28767.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28767.png new file mode 100644 index 0000000..5922218 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28767.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28768.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28768.png new file mode 100644 index 0000000..dae8fba Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28768.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28772.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28772.png new file mode 100644 index 0000000..fb8541b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28772.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28773.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28773.png new file mode 100644 index 0000000..adfc4a2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28773.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28782.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28782.png new file mode 100644 index 0000000..9c1f7c0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28782.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28800.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28800.png new file mode 100644 index 0000000..9859931 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28800.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28825.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28825.png new file mode 100644 index 0000000..9f65195 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-28825.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29268.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29268.png new file mode 100644 index 0000000..e71ab18 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29268.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29356.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29356.png new file mode 100644 index 0000000..f6af2f1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29356.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29377.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29377.png new file mode 100644 index 0000000..f0eab7f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29377.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29924.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29924.png new file mode 100644 index 0000000..b6856ed Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29924.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29948.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29948.png new file mode 100644 index 0000000..38ffb73 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29948.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29993.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29993.png new file mode 100644 index 0000000..616c9f7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-29993.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30058.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30058.png new file mode 100644 index 0000000..a847a25 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30058.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30082.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30082.png new file mode 100644 index 0000000..1b3c948 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30082.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30108.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30108.png new file mode 100644 index 0000000..36c7b35 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30108.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30722.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30722.png new file mode 100644 index 0000000..fdb013d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30722.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30732.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30732.png new file mode 100644 index 0000000..2672d58 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30732.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30881.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30881.png new file mode 100644 index 0000000..b9d60d0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30881.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30883.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30883.png new file mode 100644 index 0000000..d48e6b9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30883.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30889.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30889.png new file mode 100644 index 0000000..bd21d79 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30889.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30902.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30902.png new file mode 100644 index 0000000..7f26998 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30902.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30906.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30906.png new file mode 100644 index 0000000..5a08788 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30906.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30909.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30909.png new file mode 100644 index 0000000..3b9b604 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30909.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30918.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30918.png new file mode 100644 index 0000000..1381d8a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-30918.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31134.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31134.png new file mode 100644 index 0000000..19465a0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31134.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31153.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31153.png new file mode 100644 index 0000000..4b00ee7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31153.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31234.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31234.png new file mode 100644 index 0000000..f9ec3a2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31234.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31291.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31291.png new file mode 100644 index 0000000..cb73a63 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31291.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31299.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31299.png new file mode 100644 index 0000000..adbed5d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31299.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31303.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31303.png new file mode 100644 index 0000000..c8b1db5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31303.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31305.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31305.png new file mode 100644 index 0000000..ef8ad6f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31305.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31318.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31318.png new file mode 100644 index 0000000..8eed249 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31318.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31322.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31322.png new file mode 100644 index 0000000..537606e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31322.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31332.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31332.png new file mode 100644 index 0000000..6207946 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31332.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31958.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31958.png new file mode 100644 index 0000000..418e540 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31958.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31959.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31959.png new file mode 100644 index 0000000..24e8d53 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31959.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31965.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31965.png new file mode 100644 index 0000000..eea0551 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31965.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31966.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31966.png new file mode 100644 index 0000000..c9d3ddc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31966.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31984.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31984.png new file mode 100644 index 0000000..e318411 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31984.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31985.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31985.png new file mode 100644 index 0000000..bd629f7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31985.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31986.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31986.png new file mode 100644 index 0000000..01dbc3e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-31986.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32003.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32003.png new file mode 100644 index 0000000..7f7981f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32003.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32025.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32025.png new file mode 100644 index 0000000..3d6a6a6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32025.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32026.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32026.png new file mode 100644 index 0000000..7ce853c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32026.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32027.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32027.png new file mode 100644 index 0000000..691123f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32027.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32028.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32028.png new file mode 100644 index 0000000..6d8a878 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32028.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32044.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32044.png new file mode 100644 index 0000000..dc0527c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32044.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32046.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32046.png new file mode 100644 index 0000000..c22abc4 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32046.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32052.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32052.png new file mode 100644 index 0000000..12e6a49 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32052.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32053.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32053.png new file mode 100644 index 0000000..1f53497 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32053.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32055.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32055.png new file mode 100644 index 0000000..8058e2b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32055.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32236.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32236.png new file mode 100644 index 0000000..e398a56 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32236.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32237.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32237.png new file mode 100644 index 0000000..1d7ed52 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32237.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32248.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32248.png new file mode 100644 index 0000000..7c234b3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32248.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32253.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32253.png new file mode 100644 index 0000000..d6e190c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32253.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32255.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32255.png new file mode 100644 index 0000000..ce28fcb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32255.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32262.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32262.png new file mode 100644 index 0000000..7a83d43 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32262.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32269.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32269.png new file mode 100644 index 0000000..257a078 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32269.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32332.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32332.png new file mode 100644 index 0000000..ee81e5f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32332.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32336.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32336.png new file mode 100644 index 0000000..8570df2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32336.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32344.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32344.png new file mode 100644 index 0000000..a7b0775 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32344.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32348.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32348.png new file mode 100644 index 0000000..86d6910 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32348.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32374.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32374.png new file mode 100644 index 0000000..b2b5490 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32374.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32375.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32375.png new file mode 100644 index 0000000..4b3a6f2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32375.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32471.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32471.png new file mode 100644 index 0000000..c2893dc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32471.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32944.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32944.png new file mode 100644 index 0000000..81b5dfa Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32944.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32945.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32945.png new file mode 100644 index 0000000..c14bef5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32945.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32946.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32946.png new file mode 100644 index 0000000..31d20bf Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32946.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32963.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32963.png new file mode 100644 index 0000000..0995deb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-32963.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33006.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33006.png new file mode 100644 index 0000000..0e4be86 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33006.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33283.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33283.png new file mode 100644 index 0000000..264940e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33283.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-3335.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-3335.png new file mode 100644 index 0000000..7977e37 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-3335.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33474.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33474.png new file mode 100644 index 0000000..6980adb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33474.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33478.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33478.png new file mode 100644 index 0000000..1f0d818 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33478.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33490.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33490.png new file mode 100644 index 0000000..5769cc0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33490.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33495.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33495.png new file mode 100644 index 0000000..d52c987 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33495.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33640.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33640.png new file mode 100644 index 0000000..7186183 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33640.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33661.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33661.png new file mode 100644 index 0000000..a04ebee Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33661.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33662.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33662.png new file mode 100644 index 0000000..d842616 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33662.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33663.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33663.png new file mode 100644 index 0000000..b1b2eca Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33663.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33669.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33669.png new file mode 100644 index 0000000..4588554 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33669.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33670.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33670.png new file mode 100644 index 0000000..a7b6ce1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33670.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33687.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33687.png new file mode 100644 index 0000000..67c51c5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33687.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33688.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33688.png new file mode 100644 index 0000000..648bad8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33688.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33689.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33689.png new file mode 100644 index 0000000..1d3059a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33689.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33705.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33705.png new file mode 100644 index 0000000..f32ee8f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33705.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33716.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33716.png new file mode 100644 index 0000000..5f8c9ec Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33716.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33727.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33727.png new file mode 100644 index 0000000..0e0ba36 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33727.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33733.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33733.png new file mode 100644 index 0000000..4b38d62 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33733.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33734.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33734.png new file mode 100644 index 0000000..5c0565d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33734.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33737.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33737.png new file mode 100644 index 0000000..7c87bf0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33737.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33754.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33754.png new file mode 100644 index 0000000..8eae6b1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33754.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33756.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33756.png new file mode 100644 index 0000000..fcc3e06 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33756.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33762.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33762.png new file mode 100644 index 0000000..102324d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33762.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33763.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33763.png new file mode 100644 index 0000000..c2bf50e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33763.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33766.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33766.png new file mode 100644 index 0000000..3800760 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-33766.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34009.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34009.png new file mode 100644 index 0000000..52fcb2b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34009.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34011.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34011.png new file mode 100644 index 0000000..5422108 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34011.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34165.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34165.png new file mode 100644 index 0000000..28537dd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34165.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34176.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34176.png new file mode 100644 index 0000000..d8fac2a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34176.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34185.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34185.png new file mode 100644 index 0000000..0159325 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34185.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34196.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34196.png new file mode 100644 index 0000000..cb91b33 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34196.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34198.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34198.png new file mode 100644 index 0000000..cb1f83d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34198.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34214.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34214.png new file mode 100644 index 0000000..fbf5f68 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34214.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34247.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34247.png new file mode 100644 index 0000000..e186b31 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34247.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34331.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34331.png new file mode 100644 index 0000000..b6d938e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34331.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34346.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34346.png new file mode 100644 index 0000000..974afd1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34346.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34529.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34529.png new file mode 100644 index 0000000..7a44b99 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34529.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34530.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34530.png new file mode 100644 index 0000000..03ce5fd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34530.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34604.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34604.png new file mode 100644 index 0000000..cd127f1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34604.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34616.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34616.png new file mode 100644 index 0000000..87b247c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34616.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34675.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34675.png new file mode 100644 index 0000000..2460111 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34675.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34892.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34892.png new file mode 100644 index 0000000..0bef20e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34892.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34893.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34893.png new file mode 100644 index 0000000..b605a4b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34893.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34951.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34951.png new file mode 100644 index 0000000..3484995 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34951.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34986.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34986.png new file mode 100644 index 0000000..5ef2c08 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34986.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34987.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34987.png new file mode 100644 index 0000000..0fc3655 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34987.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34988.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34988.png new file mode 100644 index 0000000..968ea03 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34988.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34989.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34989.png new file mode 100644 index 0000000..92a8de1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34989.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34996.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34996.png new file mode 100644 index 0000000..6c1160c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34996.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34997.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34997.png new file mode 100644 index 0000000..67380d0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-34997.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35014.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35014.png new file mode 100644 index 0000000..c3b229d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35014.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35015.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35015.png new file mode 100644 index 0000000..475927a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35015.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35017.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35017.png new file mode 100644 index 0000000..73a128a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35017.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35018.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35018.png new file mode 100644 index 0000000..1992949 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35018.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35038.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35038.png new file mode 100644 index 0000000..b81928a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35038.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35047.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35047.png new file mode 100644 index 0000000..fc204fc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35047.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35058.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35058.png new file mode 100644 index 0000000..eb5f221 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35058.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35064.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35064.png new file mode 100644 index 0000000..381d4ce Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35064.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35071.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35071.png new file mode 100644 index 0000000..ddf535d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35071.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35072.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35072.png new file mode 100644 index 0000000..c68d335 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35072.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35073.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35073.png new file mode 100644 index 0000000..8d9e846 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35073.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35075.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35075.png new file mode 100644 index 0000000..f7cd7c0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35075.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35076.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35076.png new file mode 100644 index 0000000..4626e1c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35076.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35082.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35082.png new file mode 100644 index 0000000..abc942c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35082.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35093.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35093.png new file mode 100644 index 0000000..b0dc9bd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35093.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35094.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35094.png new file mode 100644 index 0000000..411db31 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35094.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35101.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35101.png new file mode 100644 index 0000000..d18a020 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35101.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35102.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35102.png new file mode 100644 index 0000000..25ced8d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35102.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35103.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35103.png new file mode 100644 index 0000000..e2be8c2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35103.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35573.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35573.png new file mode 100644 index 0000000..3f66638 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35573.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35601.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35601.png new file mode 100644 index 0000000..03e5782 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-35601.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-36620.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-36620.png new file mode 100644 index 0000000..7e741c7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-36620.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-36994.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-36994.png new file mode 100644 index 0000000..4b2b298 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-36994.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37050.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37050.png new file mode 100644 index 0000000..d00e1a2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37050.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37169.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37169.png new file mode 100644 index 0000000..04d6e40 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37169.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37733.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37733.png new file mode 100644 index 0000000..e8c8c69 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37733.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37809.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37809.png new file mode 100644 index 0000000..0cceed8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-37809.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-38618.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-38618.png new file mode 100644 index 0000000..a13f1c6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-38618.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-38632.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-38632.png new file mode 100644 index 0000000..2f9408b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-38632.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39200.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39200.png new file mode 100644 index 0000000..9e01901 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39200.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39245.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39245.png new file mode 100644 index 0000000..a042f29 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39245.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39276.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39276.png new file mode 100644 index 0000000..bd9eaca Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39276.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39296.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39296.png new file mode 100644 index 0000000..68a9132 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39296.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39393.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39393.png new file mode 100644 index 0000000..f9d582b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39393.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39763.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39763.png new file mode 100644 index 0000000..921adeb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39763.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39769.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39769.png new file mode 100644 index 0000000..1f5fdbe Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-39769.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40189.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40189.png new file mode 100644 index 0000000..f2aa281 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40189.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40239.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40239.png new file mode 100644 index 0000000..abc9b43 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40239.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40265.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40265.png new file mode 100644 index 0000000..d8dd467 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40265.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40266.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40266.png new file mode 100644 index 0000000..d9d183d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40266.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40336.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40336.png new file mode 100644 index 0000000..6b1cb76 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40336.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40343.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40343.png new file mode 100644 index 0000000..6ba08aa Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40343.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40345.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40345.png new file mode 100644 index 0000000..c222b3e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40345.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40348.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40348.png new file mode 100644 index 0000000..561bed6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40348.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40385.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40385.png new file mode 100644 index 0000000..37b14d2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40385.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40396.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40396.png new file mode 100644 index 0000000..bad0896 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40396.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40400.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40400.png new file mode 100644 index 0000000..f50df2e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40400.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40402.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40402.png new file mode 100644 index 0000000..7850cc5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40402.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40429.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40429.png new file mode 100644 index 0000000..f3c32f1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40429.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40475.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40475.png new file mode 100644 index 0000000..d75d6db Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40475.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40488.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40488.png new file mode 100644 index 0000000..b34c92e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40488.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40489.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40489.png new file mode 100644 index 0000000..0f39f9f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40489.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40491.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40491.png new file mode 100644 index 0000000..d33a98d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40491.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40497.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40497.png new file mode 100644 index 0000000..64b1f7b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-40497.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42206.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42206.png new file mode 100644 index 0000000..8221ae9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42206.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42208.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42208.png new file mode 100644 index 0000000..d40a085 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42208.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42210.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42210.png new file mode 100644 index 0000000..b346380 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42210.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42212.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42212.png new file mode 100644 index 0000000..b0ddb3e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42212.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42213.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42213.png new file mode 100644 index 0000000..f930978 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42213.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42215.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42215.png new file mode 100644 index 0000000..40b4631 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42215.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42216.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42216.png new file mode 100644 index 0000000..400f7b2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42216.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42217.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42217.png new file mode 100644 index 0000000..40b4631 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42217.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42218.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42218.png new file mode 100644 index 0000000..35ccc57 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42218.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42220.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42220.png new file mode 100644 index 0000000..311c672 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42220.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42221.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42221.png new file mode 100644 index 0000000..9f2e81b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42221.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42222.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42222.png new file mode 100644 index 0000000..d8ca052 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42222.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42223.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42223.png new file mode 100644 index 0000000..aad8f0a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42223.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42224.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42224.png new file mode 100644 index 0000000..5db88d1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42224.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42227.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42227.png new file mode 100644 index 0000000..5d7d117 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42227.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42229.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42229.png new file mode 100644 index 0000000..5eeb583 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42229.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42232.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42232.png new file mode 100644 index 0000000..35670e1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42232.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42234.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42234.png new file mode 100644 index 0000000..17a8c96 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42234.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42242.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42242.png new file mode 100644 index 0000000..862bcea Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42242.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42244.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42244.png new file mode 100644 index 0000000..00f8a6f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42244.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42248.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42248.png new file mode 100644 index 0000000..c3be87d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42248.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42250.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42250.png new file mode 100644 index 0000000..fec5dc3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42250.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42255.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42255.png new file mode 100644 index 0000000..93c5bb1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42255.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42257.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42257.png new file mode 100644 index 0000000..5b46f05 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42257.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42260.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42260.png new file mode 100644 index 0000000..94798dc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42260.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42262.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42262.png new file mode 100644 index 0000000..02a6da9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42262.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42267.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42267.png new file mode 100644 index 0000000..6f603fe Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42267.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42270.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42270.png new file mode 100644 index 0000000..d2cde3b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42270.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42272.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42272.png new file mode 100644 index 0000000..6fcf8c6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42272.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42275.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42275.png new file mode 100644 index 0000000..d099a3e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42275.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42277.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42277.png new file mode 100644 index 0000000..2154068 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42277.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42280.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42280.png new file mode 100644 index 0000000..f1fcc79 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42280.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42282.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42282.png new file mode 100644 index 0000000..0d8eb51 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42282.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42285.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42285.png new file mode 100644 index 0000000..744400a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42285.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42287.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42287.png new file mode 100644 index 0000000..3acc384 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42287.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42290.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42290.png new file mode 100644 index 0000000..62a3d04 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42290.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42292.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42292.png new file mode 100644 index 0000000..18cba04 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42292.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42294.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42294.png new file mode 100644 index 0000000..f358ec3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42294.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42295.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42295.png new file mode 100644 index 0000000..da37d83 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42295.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42296.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42296.png new file mode 100644 index 0000000..908220d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42296.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42297.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42297.png new file mode 100644 index 0000000..3f70bec Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42297.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42317.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42317.png new file mode 100644 index 0000000..091c342 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42317.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42319.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42319.png new file mode 100644 index 0000000..e57f884 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42319.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42322.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42322.png new file mode 100644 index 0000000..1c3e3f3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42322.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42324.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42324.png new file mode 100644 index 0000000..84c7785 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42324.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42327.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42327.png new file mode 100644 index 0000000..40bcd26 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42327.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42329.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42329.png new file mode 100644 index 0000000..89a0bb0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42329.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42332.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42332.png new file mode 100644 index 0000000..228c160 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42332.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42334.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42334.png new file mode 100644 index 0000000..bbecb37 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42334.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42343.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42343.png new file mode 100644 index 0000000..49441b9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42343.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42344.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42344.png new file mode 100644 index 0000000..019c7b7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42344.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42346.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42346.png new file mode 100644 index 0000000..d426205 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42346.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42348.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42348.png new file mode 100644 index 0000000..40c2bfb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42348.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42352.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42352.png new file mode 100644 index 0000000..39bd267 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42352.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42354.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42354.png new file mode 100644 index 0000000..9a42a8f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42354.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42356.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42356.png new file mode 100644 index 0000000..f86c015 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42356.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42362.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42362.png new file mode 100644 index 0000000..e72e6dd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42362.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42366.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42366.png new file mode 100644 index 0000000..432f1a6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42366.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42382.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42382.png new file mode 100644 index 0000000..8646766 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42382.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42384.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42384.png new file mode 100644 index 0000000..84eee4f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42384.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42386.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42386.png new file mode 100644 index 0000000..6c30600 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42386.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42388.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42388.png new file mode 100644 index 0000000..9b53646 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42388.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42390.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42390.png new file mode 100644 index 0000000..4b8399c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42390.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42392.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42392.png new file mode 100644 index 0000000..18ff41e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42392.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42445.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42445.png new file mode 100644 index 0000000..2133456 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42445.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42446.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42446.png new file mode 100644 index 0000000..6caf01b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42446.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42447.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42447.png new file mode 100644 index 0000000..12c2b4b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42447.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42451.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42451.png new file mode 100644 index 0000000..a53e06e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42451.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42483.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42483.png new file mode 100644 index 0000000..7d6bc0a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42483.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42485.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42485.png new file mode 100644 index 0000000..fab8f37 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42485.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42487.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42487.png new file mode 100644 index 0000000..528b662 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42487.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42490.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42490.png new file mode 100644 index 0000000..29b5dfa Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42490.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42492.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42492.png new file mode 100644 index 0000000..54e4102 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42492.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42495.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42495.png new file mode 100644 index 0000000..7ebbed7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42495.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42498.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42498.png new file mode 100644 index 0000000..cc20145 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42498.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42503.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42503.png new file mode 100644 index 0000000..02479ea Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42503.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42504.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42504.png new file mode 100644 index 0000000..a5f57f3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42504.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42514.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42514.png new file mode 100644 index 0000000..7dfae4a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42514.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42515.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42515.png new file mode 100644 index 0000000..eeeac1c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42515.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42520.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42520.png new file mode 100644 index 0000000..d649b8d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42520.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42521.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42521.png new file mode 100644 index 0000000..30bfeac Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42521.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42526.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42526.png new file mode 100644 index 0000000..8d8a90d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42526.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42527.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42527.png new file mode 100644 index 0000000..f3bb295 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42527.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42532.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42532.png new file mode 100644 index 0000000..35d4e7a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42532.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42538.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42538.png new file mode 100644 index 0000000..75522dd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42538.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42539.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42539.png new file mode 100644 index 0000000..0242482 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42539.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42556.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42556.png new file mode 100644 index 0000000..43112cf Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42556.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42557.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42557.png new file mode 100644 index 0000000..ca764b8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42557.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42559.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42559.png new file mode 100644 index 0000000..4556164 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42559.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42560.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42560.png new file mode 100644 index 0000000..bbaba61 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42560.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42561.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42561.png new file mode 100644 index 0000000..7baa093 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42561.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42564.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42564.png new file mode 100644 index 0000000..2e8e790 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42564.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42565.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42565.png new file mode 100644 index 0000000..06d2922 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42565.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42566.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42566.png new file mode 100644 index 0000000..ef50a0c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42566.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42568.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42568.png new file mode 100644 index 0000000..95c8156 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42568.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42570.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42570.png new file mode 100644 index 0000000..c524eff Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42570.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42571.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42571.png new file mode 100644 index 0000000..ca764b8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42571.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42572.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42572.png new file mode 100644 index 0000000..fae1490 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-42572.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-43085.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-43085.png new file mode 100644 index 0000000..beda6a8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-43085.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-43284.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-43284.png new file mode 100644 index 0000000..11bb42c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-43284.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44415.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44415.png new file mode 100644 index 0000000..f86c015 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44415.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44416.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44416.png new file mode 100644 index 0000000..0c46fb0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44416.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44419.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44419.png new file mode 100644 index 0000000..341e21b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44419.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44420.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44420.png new file mode 100644 index 0000000..f95692a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44420.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44423.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44423.png new file mode 100644 index 0000000..d2b2108 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44423.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44424.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44424.png new file mode 100644 index 0000000..1a722e8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44424.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44703.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44703.png new file mode 100644 index 0000000..81444c5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-44703.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45086.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45086.png new file mode 100644 index 0000000..31c923c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45086.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45110.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45110.png new file mode 100644 index 0000000..6936e94 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45110.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45132.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45132.png new file mode 100644 index 0000000..8c0a803 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45132.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45137.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45137.png new file mode 100644 index 0000000..329038d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45137.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45142.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45142.png new file mode 100644 index 0000000..55a552d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45142.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45147.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45147.png new file mode 100644 index 0000000..fcb4085 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45147.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45165.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45165.png new file mode 100644 index 0000000..38cd769 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45165.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45170.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45170.png new file mode 100644 index 0000000..be152c6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45170.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45171.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45171.png new file mode 100644 index 0000000..637118a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45171.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45233.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45233.png new file mode 100644 index 0000000..dc46936 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45233.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45234.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45234.png new file mode 100644 index 0000000..43d4f40 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45234.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45246.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45246.png new file mode 100644 index 0000000..238f216 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45246.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45256.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45256.png new file mode 100644 index 0000000..dd30699 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45256.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45257.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45257.png new file mode 100644 index 0000000..228f73b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45257.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45261.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45261.png new file mode 100644 index 0000000..0735171 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45261.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45266.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45266.png new file mode 100644 index 0000000..779075c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45266.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45294.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45294.png new file mode 100644 index 0000000..8f27f3d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45294.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45296.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45296.png new file mode 100644 index 0000000..92f494e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45296.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45315.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45315.png new file mode 100644 index 0000000..59bbf8d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45315.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45327.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45327.png new file mode 100644 index 0000000..aa613bc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45327.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45437.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45437.png new file mode 100644 index 0000000..3cd96af Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45437.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45442.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45442.png new file mode 100644 index 0000000..d4ab555 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45442.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45448.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45448.png new file mode 100644 index 0000000..e2ef5ae Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45448.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45449.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45449.png new file mode 100644 index 0000000..da4ac14 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45449.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45457.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45457.png new file mode 100644 index 0000000..62ce8d4 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45457.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45463.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45463.png new file mode 100644 index 0000000..b1e0c4b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45463.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45470.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45470.png new file mode 100644 index 0000000..c09ff63 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45470.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45479.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45479.png new file mode 100644 index 0000000..daf4a17 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45479.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45484.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45484.png new file mode 100644 index 0000000..e7b7862 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45484.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45489.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45489.png new file mode 100644 index 0000000..314c0d8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45489.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45494.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45494.png new file mode 100644 index 0000000..d4f61c1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45494.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45498.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45498.png new file mode 100644 index 0000000..15390be Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45498.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45511.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45511.png new file mode 100644 index 0000000..f4dc763 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45511.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45516.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45516.png new file mode 100644 index 0000000..f73ffbf Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45516.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45521.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45521.png new file mode 100644 index 0000000..31524c5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45521.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45527.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45527.png new file mode 100644 index 0000000..18f4c30 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45527.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45533.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45533.png new file mode 100644 index 0000000..3dd0b29 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45533.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45570.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45570.png new file mode 100644 index 0000000..ad55bbd Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45570.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45587.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45587.png new file mode 100644 index 0000000..c027123 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45587.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45607.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45607.png new file mode 100644 index 0000000..3bdf9f3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45607.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45612.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45612.png new file mode 100644 index 0000000..6e978e5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45612.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45613.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45613.png new file mode 100644 index 0000000..68fed57 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45613.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45617.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45617.png new file mode 100644 index 0000000..943fac0 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45617.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45620.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45620.png new file mode 100644 index 0000000..0bb7fd3 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45620.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45682.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45682.png new file mode 100644 index 0000000..3a921d6 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45682.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45868.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45868.png new file mode 100644 index 0000000..8dd9e26 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45868.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45870.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45870.png new file mode 100644 index 0000000..9a514eb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45870.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45876.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45876.png new file mode 100644 index 0000000..9710975 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45876.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45877.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45877.png new file mode 100644 index 0000000..285700e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45877.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45886.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45886.png new file mode 100644 index 0000000..13ef275 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45886.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45887.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45887.png new file mode 100644 index 0000000..0487cd9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45887.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45930.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45930.png new file mode 100644 index 0000000..9ec49bc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45930.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45937.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45937.png new file mode 100644 index 0000000..bfa2068 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45937.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45938.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45938.png new file mode 100644 index 0000000..4ce2f45 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45938.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45939.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45939.png new file mode 100644 index 0000000..ff341e8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45939.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45947.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45947.png new file mode 100644 index 0000000..cd72656 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45947.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45948.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45948.png new file mode 100644 index 0000000..cbf2f5c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45948.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45949.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45949.png new file mode 100644 index 0000000..117a81c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45949.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45950.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45950.png new file mode 100644 index 0000000..220da7f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45950.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45951.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45951.png new file mode 100644 index 0000000..9df2bbf Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45951.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45952.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45952.png new file mode 100644 index 0000000..e13b150 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45952.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45953.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45953.png new file mode 100644 index 0000000..f176dfe Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45953.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45954.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45954.png new file mode 100644 index 0000000..766266f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45954.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45955.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45955.png new file mode 100644 index 0000000..f176dfe Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45955.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45956.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45956.png new file mode 100644 index 0000000..f176dfe Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45956.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45957.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45957.png new file mode 100644 index 0000000..207559c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45957.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45958.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45958.png new file mode 100644 index 0000000..deac56e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45958.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45959.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45959.png new file mode 100644 index 0000000..6acd299 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45959.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45960.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45960.png new file mode 100644 index 0000000..4d6ccc1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45960.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45961.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45961.png new file mode 100644 index 0000000..c50ee4a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45961.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45962.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45962.png new file mode 100644 index 0000000..375effc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45962.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45963.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45963.png new file mode 100644 index 0000000..1b891b4 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45963.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45964.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45964.png new file mode 100644 index 0000000..b13d634 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45964.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45965.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45965.png new file mode 100644 index 0000000..ff41e9a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45965.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45966.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45966.png new file mode 100644 index 0000000..a05d7d9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45966.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45967.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45967.png new file mode 100644 index 0000000..59c4f8e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45967.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45968.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45968.png new file mode 100644 index 0000000..1b891b4 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45968.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45969.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45969.png new file mode 100644 index 0000000..0b53ea5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45969.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45970.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45970.png new file mode 100644 index 0000000..62ed8ca Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45970.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45971.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45971.png new file mode 100644 index 0000000..4edb4d1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45971.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45990.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45990.png new file mode 100644 index 0000000..2a5e62c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-45990.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46024.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46024.png new file mode 100644 index 0000000..a07f609 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46024.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46033.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46033.png new file mode 100644 index 0000000..dda422d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46033.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46035.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46035.png new file mode 100644 index 0000000..c370c45 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46035.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46036.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46036.png new file mode 100644 index 0000000..5336323 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46036.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46067.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46067.png new file mode 100644 index 0000000..2d23c5a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46067.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46097.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46097.png new file mode 100644 index 0000000..4131acc Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-46097.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47255.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47255.png new file mode 100644 index 0000000..3e53968 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47255.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47260.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47260.png new file mode 100644 index 0000000..f90d8a5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47260.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47261.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47261.png new file mode 100644 index 0000000..7707840 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47261.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47266.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47266.png new file mode 100644 index 0000000..c6a2378 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47266.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47267.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47267.png new file mode 100644 index 0000000..9361716 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47267.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47276.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47276.png new file mode 100644 index 0000000..e71a5ac Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47276.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47285.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47285.png new file mode 100644 index 0000000..d79155e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47285.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47287.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47287.png new file mode 100644 index 0000000..948c62c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47287.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47300.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47300.png new file mode 100644 index 0000000..eed6015 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47300.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47302.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47302.png new file mode 100644 index 0000000..ddfa16c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47302.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47309.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47309.png new file mode 100644 index 0000000..e1780b5 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47309.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47314.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47314.png new file mode 100644 index 0000000..926820b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47314.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47322.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47322.png new file mode 100644 index 0000000..8f8a16a Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47322.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47329.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47329.png new file mode 100644 index 0000000..9e9ea0e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47329.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47568.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47568.png new file mode 100644 index 0000000..80887b8 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47568.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47995.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47995.png new file mode 100644 index 0000000..7b45b1e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-47995.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48010.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48010.png new file mode 100644 index 0000000..2ad1e4f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48010.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48013.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48013.png new file mode 100644 index 0000000..e3caf36 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48013.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48022.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48022.png new file mode 100644 index 0000000..db627e4 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48022.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48023.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48023.png new file mode 100644 index 0000000..7eba90f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48023.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48025.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48025.png new file mode 100644 index 0000000..4e3c18c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48025.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48032.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48032.png new file mode 100644 index 0000000..74d504f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48032.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48036.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48036.png new file mode 100644 index 0000000..36280e1 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48036.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48039.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48039.png new file mode 100644 index 0000000..f92a08c Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48039.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48040.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48040.png new file mode 100644 index 0000000..d48887f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48040.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48043.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48043.png new file mode 100644 index 0000000..926820b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48043.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48044.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48044.png new file mode 100644 index 0000000..4944f09 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48044.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48045.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48045.png new file mode 100644 index 0000000..84f75c7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48045.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48048.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48048.png new file mode 100644 index 0000000..a6f1ad2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48048.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48050.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48050.png new file mode 100644 index 0000000..ecaadc2 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48050.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48052.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48052.png new file mode 100644 index 0000000..1221b29 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48052.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48055.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48055.png new file mode 100644 index 0000000..c4731a9 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48055.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48056.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48056.png new file mode 100644 index 0000000..2f3a847 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48056.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48693.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48693.png new file mode 100644 index 0000000..1f1d219 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48693.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48695.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48695.png new file mode 100644 index 0000000..9c34638 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48695.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48697.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48697.png new file mode 100644 index 0000000..96f698e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48697.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48699.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48699.png new file mode 100644 index 0000000..ad46a41 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48699.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48701.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48701.png new file mode 100644 index 0000000..e94b062 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48701.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48703.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48703.png new file mode 100644 index 0000000..f53d888 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48703.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48705.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48705.png new file mode 100644 index 0000000..a07f59b Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-48705.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-49187.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-49187.png new file mode 100644 index 0000000..2136cb7 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-49187.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-49189.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-49189.png new file mode 100644 index 0000000..40c2bfb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-49189.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-50191.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-50191.png new file mode 100644 index 0000000..d67d640 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-50191.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-5197.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-5197.png new file mode 100644 index 0000000..e75bf8d Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-5197.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-6472.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-6472.png new file mode 100644 index 0000000..a4ea597 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-6472.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-7959.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-7959.png new file mode 100644 index 0000000..fce4050 Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-7959.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-873.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-873.png new file mode 100644 index 0000000..6436bfb Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-873.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-9386.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-9386.png new file mode 100644 index 0000000..9de5a8e Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-9386.png differ diff --git a/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-9391.png b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-9391.png new file mode 100644 index 0000000..a1d105f Binary files /dev/null and b/web-next/public/nw-themes/nw-ryu/nw-images/nw-displays/weapon-9391.png differ