From fa7897c19536775800893fae2be6802a3c94ea83 Mon Sep 17 00:00:00 2001 From: adevopg Date: Wed, 15 Jul 2026 15:50:43 +0000 Subject: [PATCH] Prefijos del tema nw- y uw- -> ns- (carpetas, ficheros, clases y rutas) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renombrado completo de los prefijos heredados: 19 carpetas, 11 ficheros y 318 referencias en 35 ficheros de código, más las clases y las rutas url() de dentro del CSS del tema. Se usa git mv para conservar el historial. También fuera del código, que un sed no ve: - BD: votesite.image_url (4 filas) apuntaba a /nw-themes/... - Ficheros con la marca vieja en el NOMBRE: novawow-maintenance.webp -> nightspire-maintenance.webp (lo usa la página de mantenimiento) y store_novawow_response.js. ⚠ Alias en Caddy /nw-themes/* -> /ns-themes/*: los correos ENVIADOS antes del rebranding llevan esas rutas escritas y están en las bandejas de los usuarios. Sin el alias, sus imágenes se romperían. Verificado que las rutas viejas siguen sirviendo 200. Nota: ns-js/ y ns-js-handlers/ son CÓDIGO MUERTO (manejadores jQuery del portal Django, que ya se borró). Se midió en el navegador: la web no pide ni un solo JS del tema. Se renombran igualmente por consistencia, pero son candidatos a borrarse. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../change-faction-character/page.tsx | 2 +- .../app/[locale]/download-addons/page.tsx | 2 +- web-next/app/[locale]/gold-character/page.tsx | 2 +- web-next/app/[locale]/layout.tsx | 4 +- web-next/app/[locale]/maintenance/page.tsx | 2 +- web-next/app/[locale]/my-account/page.tsx | 4 +- .../app/[locale]/security-2falogin/page.tsx | 4 +- web-next/app/[locale]/trans-history/page.tsx | 2 +- web-next/app/globals.css | 60 ++++++------- web-next/components/AdminForumManager.tsx | 18 ++-- web-next/components/AdminGoldManager.tsx | 2 +- web-next/components/AdminNewsManager.tsx | 8 +- web-next/components/AdminPricesManager.tsx | 2 +- web-next/components/AdminPromoManager.tsx | 4 +- web-next/components/AdminRecruitManager.tsx | 2 +- web-next/components/AdminUsersManager.tsx | 4 +- web-next/components/AdminVotesManager.tsx | 2 +- web-next/components/DPointsTabs.tsx | 4 +- web-next/components/Pagination.tsx | 10 +-- web-next/components/PostActions.tsx | 6 +- web-next/components/RecruitPanel.tsx | 2 +- web-next/components/RichTextArea.tsx | 16 ++-- web-next/components/SiteHeader.tsx | 12 +-- web-next/components/StoreBrowser.tsx | 10 +-- web-next/components/TopicModBar.tsx | 8 +- web-next/components/TwoFactorLogin.tsx | 2 +- web-next/components/Video.tsx | 14 +-- web-next/components/VotePanel.tsx | 2 +- web-next/lib/account.ts | 2 +- web-next/lib/emails.ts | 18 ++-- web-next/lib/players.ts | 14 +-- .../ns-ryu/ns-css}/nightspire-style.css | 80 +++++++++--------- .../ns-ryu/ns-font}/FuturaEF-Book.woff | Bin .../ns-images/ns-avatars}/default-avatar.webp | Bin .../ns-classes}/death-knight-chest.webp | Bin .../ns-classes}/death-knight-medium.jpg | Bin .../ns-images/ns-classes}/druid-chest.webp | Bin .../ns-images/ns-classes}/druid-medium.jpg | Bin .../ns-images/ns-classes}/hunter-chest.webp | Bin .../ns-images/ns-classes}/hunter-medium.jpg | Bin .../ns-images/ns-classes}/mage-chest.webp | Bin .../ns-images/ns-classes}/mage-medium.jpg | Bin .../ns-images/ns-classes}/paladin-chest.webp | Bin .../ns-images/ns-classes}/paladin-medium.jpg | Bin .../ns-images/ns-classes}/priest-chest.webp | Bin .../ns-images/ns-classes}/priest-medium.jpg | Bin .../ns-images/ns-classes}/rogue-chest.webp | Bin .../ns-images/ns-classes}/rogue-medium.jpg | Bin .../ns-images/ns-classes}/shaman-chest.webp | Bin .../ns-images/ns-classes}/shaman-medium.jpg | Bin .../ns-images/ns-classes}/warlock-chest.webp | Bin .../ns-images/ns-classes}/warlock-medium.jpg | Bin .../ns-images/ns-classes}/warrior-chest.webp | Bin .../ns-images/ns-classes}/warrior-medium.jpg | Bin .../ns-classes}/wow-death-knight.webp | Bin .../ns-images/ns-classes}/wow-druid.png | Bin .../ns-images/ns-classes}/wow-hunter.webp | Bin .../ns-images/ns-classes}/wow-mage.webp | Bin .../ns-images/ns-classes}/wow-paladin.webp | Bin .../ns-images/ns-classes}/wow-priest.webp | Bin .../ns-images/ns-classes}/wow-rogue.webp | Bin .../ns-images/ns-classes}/wow-shaman.webp | Bin .../ns-images/ns-classes}/wow-warlock.webp | Bin .../ns-images/ns-classes}/wow-warrior.webp | Bin .../ns-images/ns-country-flags}/ar.webp | Bin .../ns-images/ns-country-flags}/bo.webp | Bin .../ns-images/ns-country-flags}/cl.webp | Bin .../ns-images/ns-country-flags}/co.webp | Bin .../ns-images/ns-country-flags}/cr.webp | Bin .../ns-images/ns-country-flags}/ec.webp | Bin .../ns-images/ns-country-flags}/gt.webp | Bin .../ns-ryu/ns-images/ns-country-flags}/mx.png | Bin .../ns-ryu/ns-images/ns-country-flags}/pa.png | Bin .../ns-images/ns-country-flags}/pe.webp | Bin .../ns-images/ns-country-flags}/py.webp | Bin .../ns-images/ns-country-flags}/uy.webp | Bin .../ns-images/ns-displays}/weapon-1168.png | Bin .../ns-images/ns-displays}/weapon-11684.png | Bin .../ns-images/ns-displays}/weapon-11809.png | Bin .../ns-images/ns-displays}/weapon-12782.png | Bin .../ns-images/ns-displays}/weapon-12784.png | Bin .../ns-images/ns-displays}/weapon-12791.png | Bin .../ns-images/ns-displays}/weapon-13044.png | Bin .../ns-images/ns-displays}/weapon-13505.png | Bin .../ns-images/ns-displays}/weapon-15239.png | Bin .../ns-images/ns-displays}/weapon-15240.png | Bin .../ns-images/ns-displays}/weapon-15272.png | Bin .../ns-images/ns-displays}/weapon-15276.png | Bin .../ns-images/ns-displays}/weapon-17071.png | Bin .../ns-images/ns-displays}/weapon-17113.png | Bin .../ns-images/ns-displays}/weapon-18044.png | Bin .../ns-images/ns-displays}/weapon-18202.png | Bin .../ns-images/ns-displays}/weapon-18203.png | Bin .../ns-images/ns-displays}/weapon-18756.png | Bin .../ns-images/ns-displays}/weapon-18816.png | Bin .../ns-images/ns-displays}/weapon-19346.png | Bin .../ns-images/ns-displays}/weapon-19348.png | Bin .../ns-images/ns-displays}/weapon-19350.png | Bin .../ns-images/ns-displays}/weapon-19353.png | Bin .../ns-images/ns-displays}/weapon-19354.png | Bin .../ns-images/ns-displays}/weapon-19355.png | Bin .../ns-images/ns-displays}/weapon-19358.png | Bin .../ns-images/ns-displays}/weapon-19361.png | Bin .../ns-images/ns-displays}/weapon-19363.png | Bin .../ns-images/ns-displays}/weapon-19364.png | Bin .../ns-images/ns-displays}/weapon-19368.png | Bin .../ns-images/ns-displays}/weapon-19808.png | Bin .../ns-images/ns-displays}/weapon-19854.png | Bin .../ns-images/ns-displays}/weapon-19867.png | Bin .../ns-images/ns-displays}/weapon-19908.png | Bin .../ns-images/ns-displays}/weapon-19909.png | Bin .../ns-images/ns-displays}/weapon-19915.png | Bin .../ns-images/ns-displays}/weapon-19918.png | Bin .../ns-images/ns-displays}/weapon-19968.png | Bin .../ns-images/ns-displays}/weapon-20038.png | Bin .../ns-images/ns-displays}/weapon-20258.png | Bin .../ns-images/ns-displays}/weapon-20578.png | Bin .../ns-images/ns-displays}/weapon-20580.png | Bin .../ns-images/ns-displays}/weapon-20581.png | Bin .../ns-images/ns-displays}/weapon-20978.png | Bin .../ns-images/ns-displays}/weapon-21126.png | Bin .../ns-images/ns-displays}/weapon-21134.png | Bin .../ns-images/ns-displays}/weapon-21242.png | Bin .../ns-images/ns-displays}/weapon-21244.png | Bin .../ns-images/ns-displays}/weapon-21268.png | Bin .../ns-images/ns-displays}/weapon-21269.png | Bin .../ns-images/ns-displays}/weapon-21272.png | Bin .../ns-images/ns-displays}/weapon-21273.png | Bin .../ns-images/ns-displays}/weapon-21275.png | Bin .../ns-images/ns-displays}/weapon-21466.png | Bin .../ns-images/ns-displays}/weapon-21478.png | Bin .../ns-images/ns-displays}/weapon-21485.png | Bin .../ns-images/ns-displays}/weapon-21498.png | Bin .../ns-images/ns-displays}/weapon-21610.png | Bin .../ns-images/ns-displays}/weapon-21616.png | Bin .../ns-images/ns-displays}/weapon-21806.png | Bin .../ns-images/ns-displays}/weapon-22266.png | Bin .../ns-images/ns-displays}/weapon-22799.png | Bin .../ns-images/ns-displays}/weapon-22807.png | Bin .../ns-images/ns-displays}/weapon-22809.png | Bin .../ns-images/ns-displays}/weapon-22812.png | Bin .../ns-images/ns-displays}/weapon-22816.png | Bin .../ns-images/ns-displays}/weapon-22818.png | Bin .../ns-images/ns-displays}/weapon-22988.png | Bin .../ns-images/ns-displays}/weapon-23014.png | Bin .../ns-images/ns-displays}/weapon-23075.png | Bin .../ns-images/ns-displays}/weapon-23238.png | Bin .../ns-images/ns-displays}/weapon-23542.png | Bin .../ns-images/ns-displays}/weapon-23543.png | Bin .../ns-images/ns-displays}/weapon-23557.png | Bin .../ns-images/ns-displays}/weapon-23748.png | Bin .../ns-images/ns-displays}/weapon-24044.png | Bin .../ns-images/ns-displays}/weapon-24361.png | Bin .../ns-images/ns-displays}/weapon-24378.png | Bin .../ns-images/ns-displays}/weapon-24389.png | Bin .../ns-images/ns-displays}/weapon-25082.png | Bin .../ns-images/ns-displays}/weapon-25138.png | Bin .../ns-images/ns-displays}/weapon-25144.png | Bin .../ns-images/ns-displays}/weapon-25208.png | Bin .../ns-images/ns-displays}/weapon-25215.png | Bin .../ns-images/ns-displays}/weapon-25220.png | Bin .../ns-images/ns-displays}/weapon-25324.png | Bin .../ns-images/ns-displays}/weapon-25464.png | Bin .../ns-images/ns-displays}/weapon-25944.png | Bin .../ns-images/ns-displays}/weapon-27426.png | Bin .../ns-images/ns-displays}/weapon-27476.png | Bin .../ns-images/ns-displays}/weapon-27490.png | Bin .../ns-images/ns-displays}/weapon-27512.png | Bin .../ns-images/ns-displays}/weapon-27524.png | Bin .../ns-images/ns-displays}/weapon-27526.png | Bin .../ns-images/ns-displays}/weapon-27533.png | Bin .../ns-images/ns-displays}/weapon-27747.png | Bin .../ns-images/ns-displays}/weapon-27769.png | Bin .../ns-images/ns-displays}/weapon-27791.png | Bin .../ns-images/ns-displays}/weapon-27829.png | Bin .../ns-images/ns-displays}/weapon-27840.png | Bin .../ns-images/ns-displays}/weapon-27842.png | Bin .../ns-images/ns-displays}/weapon-27846.png | Bin .../ns-images/ns-displays}/weapon-27868.png | Bin .../ns-images/ns-displays}/weapon-27877.png | Bin .../ns-images/ns-displays}/weapon-27898.png | Bin .../ns-images/ns-displays}/weapon-27899.png | Bin .../ns-images/ns-displays}/weapon-27903.png | Bin .../ns-images/ns-displays}/weapon-27986.png | Bin .../ns-images/ns-displays}/weapon-27987.png | Bin .../ns-images/ns-displays}/weapon-28184.png | Bin .../ns-images/ns-displays}/weapon-28188.png | Bin .../ns-images/ns-displays}/weapon-28263.png | Bin .../ns-images/ns-displays}/weapon-28267.png | Bin .../ns-images/ns-displays}/weapon-28367.png | Bin .../ns-images/ns-displays}/weapon-28393.png | Bin .../ns-images/ns-displays}/weapon-28397.png | Bin .../ns-images/ns-displays}/weapon-28434.png | Bin .../ns-images/ns-displays}/weapon-28504.png | Bin .../ns-images/ns-displays}/weapon-28522.png | Bin .../ns-images/ns-displays}/weapon-28524.png | Bin .../ns-images/ns-displays}/weapon-28573.png | Bin .../ns-images/ns-displays}/weapon-28581.png | Bin .../ns-images/ns-displays}/weapon-28611.png | Bin .../ns-images/ns-displays}/weapon-28633.png | Bin .../ns-images/ns-displays}/weapon-28657.png | Bin .../ns-images/ns-displays}/weapon-28749.png | Bin .../ns-images/ns-displays}/weapon-28767.png | Bin .../ns-images/ns-displays}/weapon-28768.png | Bin .../ns-images/ns-displays}/weapon-28772.png | Bin .../ns-images/ns-displays}/weapon-28773.png | Bin .../ns-images/ns-displays}/weapon-28782.png | Bin .../ns-images/ns-displays}/weapon-28800.png | Bin .../ns-images/ns-displays}/weapon-28825.png | Bin .../ns-images/ns-displays}/weapon-29268.png | Bin .../ns-images/ns-displays}/weapon-29356.png | Bin .../ns-images/ns-displays}/weapon-29377.png | Bin .../ns-images/ns-displays}/weapon-29924.png | Bin .../ns-images/ns-displays}/weapon-29948.png | Bin .../ns-images/ns-displays}/weapon-29993.png | Bin .../ns-images/ns-displays}/weapon-30058.png | Bin .../ns-images/ns-displays}/weapon-30082.png | Bin .../ns-images/ns-displays}/weapon-30108.png | Bin .../ns-images/ns-displays}/weapon-30722.png | Bin .../ns-images/ns-displays}/weapon-30732.png | Bin .../ns-images/ns-displays}/weapon-30881.png | Bin .../ns-images/ns-displays}/weapon-30883.png | Bin .../ns-images/ns-displays}/weapon-30889.png | Bin .../ns-images/ns-displays}/weapon-30902.png | Bin .../ns-images/ns-displays}/weapon-30906.png | Bin .../ns-images/ns-displays}/weapon-30909.png | Bin .../ns-images/ns-displays}/weapon-30918.png | Bin .../ns-images/ns-displays}/weapon-31134.png | Bin .../ns-images/ns-displays}/weapon-31153.png | Bin .../ns-images/ns-displays}/weapon-31234.png | Bin .../ns-images/ns-displays}/weapon-31291.png | Bin .../ns-images/ns-displays}/weapon-31299.png | Bin .../ns-images/ns-displays}/weapon-31303.png | Bin .../ns-images/ns-displays}/weapon-31305.png | Bin .../ns-images/ns-displays}/weapon-31318.png | Bin .../ns-images/ns-displays}/weapon-31322.png | Bin .../ns-images/ns-displays}/weapon-31332.png | Bin .../ns-images/ns-displays}/weapon-31958.png | Bin .../ns-images/ns-displays}/weapon-31959.png | Bin .../ns-images/ns-displays}/weapon-31965.png | Bin .../ns-images/ns-displays}/weapon-31966.png | Bin .../ns-images/ns-displays}/weapon-31984.png | Bin .../ns-images/ns-displays}/weapon-31985.png | Bin .../ns-images/ns-displays}/weapon-31986.png | Bin .../ns-images/ns-displays}/weapon-32003.png | Bin .../ns-images/ns-displays}/weapon-32025.png | Bin .../ns-images/ns-displays}/weapon-32026.png | Bin .../ns-images/ns-displays}/weapon-32027.png | Bin .../ns-images/ns-displays}/weapon-32028.png | Bin .../ns-images/ns-displays}/weapon-32044.png | Bin .../ns-images/ns-displays}/weapon-32046.png | Bin .../ns-images/ns-displays}/weapon-32052.png | Bin .../ns-images/ns-displays}/weapon-32053.png | Bin .../ns-images/ns-displays}/weapon-32055.png | Bin .../ns-images/ns-displays}/weapon-32236.png | Bin .../ns-images/ns-displays}/weapon-32237.png | Bin .../ns-images/ns-displays}/weapon-32248.png | Bin .../ns-images/ns-displays}/weapon-32253.png | Bin .../ns-images/ns-displays}/weapon-32255.png | Bin .../ns-images/ns-displays}/weapon-32262.png | Bin .../ns-images/ns-displays}/weapon-32269.png | Bin .../ns-images/ns-displays}/weapon-32332.png | Bin .../ns-images/ns-displays}/weapon-32336.png | Bin .../ns-images/ns-displays}/weapon-32344.png | Bin .../ns-images/ns-displays}/weapon-32348.png | Bin .../ns-images/ns-displays}/weapon-32374.png | Bin .../ns-images/ns-displays}/weapon-32375.png | Bin .../ns-images/ns-displays}/weapon-32471.png | Bin .../ns-images/ns-displays}/weapon-32944.png | Bin .../ns-images/ns-displays}/weapon-32945.png | Bin .../ns-images/ns-displays}/weapon-32946.png | Bin .../ns-images/ns-displays}/weapon-32963.png | Bin .../ns-images/ns-displays}/weapon-33006.png | Bin .../ns-images/ns-displays}/weapon-33283.png | Bin .../ns-images/ns-displays}/weapon-3335.png | Bin .../ns-images/ns-displays}/weapon-33474.png | Bin .../ns-images/ns-displays}/weapon-33478.png | Bin .../ns-images/ns-displays}/weapon-33490.png | Bin .../ns-images/ns-displays}/weapon-33495.png | Bin .../ns-images/ns-displays}/weapon-33640.png | Bin .../ns-images/ns-displays}/weapon-33661.png | Bin .../ns-images/ns-displays}/weapon-33662.png | Bin .../ns-images/ns-displays}/weapon-33663.png | Bin .../ns-images/ns-displays}/weapon-33669.png | Bin .../ns-images/ns-displays}/weapon-33670.png | Bin .../ns-images/ns-displays}/weapon-33687.png | Bin .../ns-images/ns-displays}/weapon-33688.png | Bin .../ns-images/ns-displays}/weapon-33689.png | Bin .../ns-images/ns-displays}/weapon-33705.png | Bin .../ns-images/ns-displays}/weapon-33716.png | Bin .../ns-images/ns-displays}/weapon-33727.png | Bin .../ns-images/ns-displays}/weapon-33733.png | Bin .../ns-images/ns-displays}/weapon-33734.png | Bin .../ns-images/ns-displays}/weapon-33737.png | Bin .../ns-images/ns-displays}/weapon-33754.png | Bin .../ns-images/ns-displays}/weapon-33756.png | Bin .../ns-images/ns-displays}/weapon-33762.png | Bin .../ns-images/ns-displays}/weapon-33763.png | Bin .../ns-images/ns-displays}/weapon-33766.png | Bin .../ns-images/ns-displays}/weapon-34009.png | Bin .../ns-images/ns-displays}/weapon-34011.png | Bin .../ns-images/ns-displays}/weapon-34165.png | Bin .../ns-images/ns-displays}/weapon-34176.png | Bin .../ns-images/ns-displays}/weapon-34185.png | Bin .../ns-images/ns-displays}/weapon-34196.png | Bin .../ns-images/ns-displays}/weapon-34198.png | Bin .../ns-images/ns-displays}/weapon-34214.png | Bin .../ns-images/ns-displays}/weapon-34247.png | Bin .../ns-images/ns-displays}/weapon-34331.png | Bin .../ns-images/ns-displays}/weapon-34346.png | Bin .../ns-images/ns-displays}/weapon-34529.png | Bin .../ns-images/ns-displays}/weapon-34530.png | Bin .../ns-images/ns-displays}/weapon-34604.png | Bin .../ns-images/ns-displays}/weapon-34616.png | Bin .../ns-images/ns-displays}/weapon-34675.png | Bin .../ns-images/ns-displays}/weapon-34892.png | Bin .../ns-images/ns-displays}/weapon-34893.png | Bin .../ns-images/ns-displays}/weapon-34951.png | Bin .../ns-images/ns-displays}/weapon-34986.png | Bin .../ns-images/ns-displays}/weapon-34987.png | Bin .../ns-images/ns-displays}/weapon-34988.png | Bin .../ns-images/ns-displays}/weapon-34989.png | Bin .../ns-images/ns-displays}/weapon-34996.png | Bin .../ns-images/ns-displays}/weapon-34997.png | Bin .../ns-images/ns-displays}/weapon-35014.png | Bin .../ns-images/ns-displays}/weapon-35015.png | Bin .../ns-images/ns-displays}/weapon-35017.png | Bin .../ns-images/ns-displays}/weapon-35018.png | Bin .../ns-images/ns-displays}/weapon-35038.png | Bin .../ns-images/ns-displays}/weapon-35047.png | Bin .../ns-images/ns-displays}/weapon-35058.png | Bin .../ns-images/ns-displays}/weapon-35064.png | Bin .../ns-images/ns-displays}/weapon-35071.png | Bin .../ns-images/ns-displays}/weapon-35072.png | Bin .../ns-images/ns-displays}/weapon-35073.png | Bin .../ns-images/ns-displays}/weapon-35075.png | Bin .../ns-images/ns-displays}/weapon-35076.png | Bin .../ns-images/ns-displays}/weapon-35082.png | Bin .../ns-images/ns-displays}/weapon-35093.png | Bin .../ns-images/ns-displays}/weapon-35094.png | Bin .../ns-images/ns-displays}/weapon-35101.png | Bin .../ns-images/ns-displays}/weapon-35102.png | Bin .../ns-images/ns-displays}/weapon-35103.png | Bin .../ns-images/ns-displays}/weapon-35573.png | Bin .../ns-images/ns-displays}/weapon-35601.png | Bin .../ns-images/ns-displays}/weapon-36620.png | Bin .../ns-images/ns-displays}/weapon-36994.png | Bin .../ns-images/ns-displays}/weapon-37050.png | Bin .../ns-images/ns-displays}/weapon-37169.png | Bin .../ns-images/ns-displays}/weapon-37733.png | Bin .../ns-images/ns-displays}/weapon-37809.png | Bin .../ns-images/ns-displays}/weapon-38618.png | Bin .../ns-images/ns-displays}/weapon-38632.png | Bin .../ns-images/ns-displays}/weapon-39200.png | Bin .../ns-images/ns-displays}/weapon-39245.png | Bin .../ns-images/ns-displays}/weapon-39276.png | Bin .../ns-images/ns-displays}/weapon-39296.png | Bin .../ns-images/ns-displays}/weapon-39393.png | Bin .../ns-images/ns-displays}/weapon-39763.png | Bin .../ns-images/ns-displays}/weapon-39769.png | Bin .../ns-images/ns-displays}/weapon-40189.png | Bin .../ns-images/ns-displays}/weapon-40239.png | Bin .../ns-images/ns-displays}/weapon-40265.png | Bin .../ns-images/ns-displays}/weapon-40266.png | Bin .../ns-images/ns-displays}/weapon-40336.png | Bin .../ns-images/ns-displays}/weapon-40343.png | Bin .../ns-images/ns-displays}/weapon-40345.png | Bin .../ns-images/ns-displays}/weapon-40348.png | Bin .../ns-images/ns-displays}/weapon-40385.png | Bin .../ns-images/ns-displays}/weapon-40396.png | Bin .../ns-images/ns-displays}/weapon-40400.png | Bin .../ns-images/ns-displays}/weapon-40402.png | Bin .../ns-images/ns-displays}/weapon-40429.png | Bin .../ns-images/ns-displays}/weapon-40475.png | Bin .../ns-images/ns-displays}/weapon-40488.png | Bin .../ns-images/ns-displays}/weapon-40489.png | Bin .../ns-images/ns-displays}/weapon-40491.png | Bin .../ns-images/ns-displays}/weapon-40497.png | Bin .../ns-images/ns-displays}/weapon-42206.png | Bin .../ns-images/ns-displays}/weapon-42208.png | Bin .../ns-images/ns-displays}/weapon-42210.png | Bin .../ns-images/ns-displays}/weapon-42212.png | Bin .../ns-images/ns-displays}/weapon-42213.png | Bin .../ns-images/ns-displays}/weapon-42215.png | Bin .../ns-images/ns-displays}/weapon-42216.png | Bin .../ns-images/ns-displays}/weapon-42217.png | Bin .../ns-images/ns-displays}/weapon-42218.png | Bin .../ns-images/ns-displays}/weapon-42220.png | Bin .../ns-images/ns-displays}/weapon-42221.png | Bin .../ns-images/ns-displays}/weapon-42222.png | Bin .../ns-images/ns-displays}/weapon-42223.png | Bin .../ns-images/ns-displays}/weapon-42224.png | Bin .../ns-images/ns-displays}/weapon-42227.png | Bin .../ns-images/ns-displays}/weapon-42229.png | Bin .../ns-images/ns-displays}/weapon-42232.png | Bin .../ns-images/ns-displays}/weapon-42234.png | Bin .../ns-images/ns-displays}/weapon-42242.png | Bin .../ns-images/ns-displays}/weapon-42244.png | Bin .../ns-images/ns-displays}/weapon-42248.png | Bin .../ns-images/ns-displays}/weapon-42250.png | Bin .../ns-images/ns-displays}/weapon-42255.png | Bin .../ns-images/ns-displays}/weapon-42257.png | Bin .../ns-images/ns-displays}/weapon-42260.png | Bin .../ns-images/ns-displays}/weapon-42262.png | Bin .../ns-images/ns-displays}/weapon-42267.png | Bin .../ns-images/ns-displays}/weapon-42270.png | Bin .../ns-images/ns-displays}/weapon-42272.png | Bin .../ns-images/ns-displays}/weapon-42275.png | Bin .../ns-images/ns-displays}/weapon-42277.png | Bin .../ns-images/ns-displays}/weapon-42280.png | Bin .../ns-images/ns-displays}/weapon-42282.png | Bin .../ns-images/ns-displays}/weapon-42285.png | Bin .../ns-images/ns-displays}/weapon-42287.png | Bin .../ns-images/ns-displays}/weapon-42290.png | Bin .../ns-images/ns-displays}/weapon-42292.png | Bin .../ns-images/ns-displays}/weapon-42294.png | Bin .../ns-images/ns-displays}/weapon-42295.png | Bin .../ns-images/ns-displays}/weapon-42296.png | Bin .../ns-images/ns-displays}/weapon-42297.png | Bin .../ns-images/ns-displays}/weapon-42317.png | Bin .../ns-images/ns-displays}/weapon-42319.png | Bin .../ns-images/ns-displays}/weapon-42322.png | Bin .../ns-images/ns-displays}/weapon-42324.png | Bin .../ns-images/ns-displays}/weapon-42327.png | Bin .../ns-images/ns-displays}/weapon-42329.png | Bin .../ns-images/ns-displays}/weapon-42332.png | Bin .../ns-images/ns-displays}/weapon-42334.png | Bin .../ns-images/ns-displays}/weapon-42343.png | Bin .../ns-images/ns-displays}/weapon-42344.png | Bin .../ns-images/ns-displays}/weapon-42346.png | Bin .../ns-images/ns-displays}/weapon-42348.png | Bin .../ns-images/ns-displays}/weapon-42352.png | Bin .../ns-images/ns-displays}/weapon-42354.png | Bin .../ns-images/ns-displays}/weapon-42356.png | Bin .../ns-images/ns-displays}/weapon-42362.png | Bin .../ns-images/ns-displays}/weapon-42366.png | Bin .../ns-images/ns-displays}/weapon-42382.png | Bin .../ns-images/ns-displays}/weapon-42384.png | Bin .../ns-images/ns-displays}/weapon-42386.png | Bin .../ns-images/ns-displays}/weapon-42388.png | Bin .../ns-images/ns-displays}/weapon-42390.png | Bin .../ns-images/ns-displays}/weapon-42392.png | Bin .../ns-images/ns-displays}/weapon-42445.png | Bin .../ns-images/ns-displays}/weapon-42446.png | Bin .../ns-images/ns-displays}/weapon-42447.png | Bin .../ns-images/ns-displays}/weapon-42451.png | Bin .../ns-images/ns-displays}/weapon-42483.png | Bin .../ns-images/ns-displays}/weapon-42485.png | Bin .../ns-images/ns-displays}/weapon-42487.png | Bin .../ns-images/ns-displays}/weapon-42490.png | Bin .../ns-images/ns-displays}/weapon-42492.png | Bin .../ns-images/ns-displays}/weapon-42495.png | Bin .../ns-images/ns-displays}/weapon-42498.png | Bin .../ns-images/ns-displays}/weapon-42503.png | Bin .../ns-images/ns-displays}/weapon-42504.png | Bin .../ns-images/ns-displays}/weapon-42514.png | Bin .../ns-images/ns-displays}/weapon-42515.png | Bin .../ns-images/ns-displays}/weapon-42520.png | Bin .../ns-images/ns-displays}/weapon-42521.png | Bin .../ns-images/ns-displays}/weapon-42526.png | Bin .../ns-images/ns-displays}/weapon-42527.png | Bin .../ns-images/ns-displays}/weapon-42532.png | Bin .../ns-images/ns-displays}/weapon-42538.png | Bin .../ns-images/ns-displays}/weapon-42539.png | Bin .../ns-images/ns-displays}/weapon-42556.png | Bin .../ns-images/ns-displays}/weapon-42557.png | Bin .../ns-images/ns-displays}/weapon-42559.png | Bin .../ns-images/ns-displays}/weapon-42560.png | Bin .../ns-images/ns-displays}/weapon-42561.png | Bin .../ns-images/ns-displays}/weapon-42564.png | Bin .../ns-images/ns-displays}/weapon-42565.png | Bin .../ns-images/ns-displays}/weapon-42566.png | Bin .../ns-images/ns-displays}/weapon-42568.png | Bin .../ns-images/ns-displays}/weapon-42570.png | Bin .../ns-images/ns-displays}/weapon-42571.png | Bin .../ns-images/ns-displays}/weapon-42572.png | Bin .../ns-images/ns-displays}/weapon-43085.png | Bin .../ns-images/ns-displays}/weapon-43284.png | Bin .../ns-images/ns-displays}/weapon-44415.png | Bin .../ns-images/ns-displays}/weapon-44416.png | Bin .../ns-images/ns-displays}/weapon-44419.png | Bin .../ns-images/ns-displays}/weapon-44420.png | Bin .../ns-images/ns-displays}/weapon-44423.png | Bin .../ns-images/ns-displays}/weapon-44424.png | Bin .../ns-images/ns-displays}/weapon-44703.png | Bin .../ns-images/ns-displays}/weapon-45086.png | Bin .../ns-images/ns-displays}/weapon-45110.png | Bin .../ns-images/ns-displays}/weapon-45132.png | Bin .../ns-images/ns-displays}/weapon-45137.png | Bin .../ns-images/ns-displays}/weapon-45142.png | Bin .../ns-images/ns-displays}/weapon-45147.png | Bin .../ns-images/ns-displays}/weapon-45165.png | Bin .../ns-images/ns-displays}/weapon-45170.png | Bin .../ns-images/ns-displays}/weapon-45171.png | Bin .../ns-images/ns-displays}/weapon-45233.png | Bin .../ns-images/ns-displays}/weapon-45234.png | Bin .../ns-images/ns-displays}/weapon-45246.png | Bin .../ns-images/ns-displays}/weapon-45256.png | Bin .../ns-images/ns-displays}/weapon-45257.png | Bin .../ns-images/ns-displays}/weapon-45261.png | Bin .../ns-images/ns-displays}/weapon-45266.png | Bin .../ns-images/ns-displays}/weapon-45294.png | Bin .../ns-images/ns-displays}/weapon-45296.png | Bin .../ns-images/ns-displays}/weapon-45315.png | Bin .../ns-images/ns-displays}/weapon-45327.png | Bin .../ns-images/ns-displays}/weapon-45437.png | Bin .../ns-images/ns-displays}/weapon-45442.png | Bin .../ns-images/ns-displays}/weapon-45448.png | Bin .../ns-images/ns-displays}/weapon-45449.png | Bin .../ns-images/ns-displays}/weapon-45457.png | Bin .../ns-images/ns-displays}/weapon-45463.png | Bin .../ns-images/ns-displays}/weapon-45470.png | Bin .../ns-images/ns-displays}/weapon-45479.png | Bin .../ns-images/ns-displays}/weapon-45484.png | Bin .../ns-images/ns-displays}/weapon-45489.png | Bin .../ns-images/ns-displays}/weapon-45494.png | Bin .../ns-images/ns-displays}/weapon-45498.png | Bin .../ns-images/ns-displays}/weapon-45511.png | Bin .../ns-images/ns-displays}/weapon-45516.png | Bin .../ns-images/ns-displays}/weapon-45521.png | Bin .../ns-images/ns-displays}/weapon-45527.png | Bin .../ns-images/ns-displays}/weapon-45533.png | Bin .../ns-images/ns-displays}/weapon-45570.png | Bin .../ns-images/ns-displays}/weapon-45587.png | Bin .../ns-images/ns-displays}/weapon-45607.png | Bin .../ns-images/ns-displays}/weapon-45612.png | Bin .../ns-images/ns-displays}/weapon-45613.png | Bin .../ns-images/ns-displays}/weapon-45617.png | Bin .../ns-images/ns-displays}/weapon-45620.png | Bin .../ns-images/ns-displays}/weapon-45682.png | Bin .../ns-images/ns-displays}/weapon-45868.png | Bin .../ns-images/ns-displays}/weapon-45870.png | Bin .../ns-images/ns-displays}/weapon-45876.png | Bin .../ns-images/ns-displays}/weapon-45877.png | Bin .../ns-images/ns-displays}/weapon-45886.png | Bin .../ns-images/ns-displays}/weapon-45887.png | Bin .../ns-images/ns-displays}/weapon-45930.png | Bin .../ns-images/ns-displays}/weapon-45937.png | Bin .../ns-images/ns-displays}/weapon-45938.png | Bin .../ns-images/ns-displays}/weapon-45939.png | Bin .../ns-images/ns-displays}/weapon-45947.png | Bin .../ns-images/ns-displays}/weapon-45948.png | Bin .../ns-images/ns-displays}/weapon-45949.png | Bin .../ns-images/ns-displays}/weapon-45950.png | Bin .../ns-images/ns-displays}/weapon-45951.png | Bin .../ns-images/ns-displays}/weapon-45952.png | Bin .../ns-images/ns-displays}/weapon-45953.png | Bin .../ns-images/ns-displays}/weapon-45954.png | Bin .../ns-images/ns-displays}/weapon-45955.png | Bin .../ns-images/ns-displays}/weapon-45956.png | Bin .../ns-images/ns-displays}/weapon-45957.png | Bin .../ns-images/ns-displays}/weapon-45958.png | Bin .../ns-images/ns-displays}/weapon-45959.png | Bin .../ns-images/ns-displays}/weapon-45960.png | Bin .../ns-images/ns-displays}/weapon-45961.png | Bin .../ns-images/ns-displays}/weapon-45962.png | Bin .../ns-images/ns-displays}/weapon-45963.png | Bin .../ns-images/ns-displays}/weapon-45964.png | Bin .../ns-images/ns-displays}/weapon-45965.png | Bin .../ns-images/ns-displays}/weapon-45966.png | Bin .../ns-images/ns-displays}/weapon-45967.png | Bin .../ns-images/ns-displays}/weapon-45968.png | Bin .../ns-images/ns-displays}/weapon-45969.png | Bin .../ns-images/ns-displays}/weapon-45970.png | Bin .../ns-images/ns-displays}/weapon-45971.png | Bin .../ns-images/ns-displays}/weapon-45990.png | Bin .../ns-images/ns-displays}/weapon-46024.png | Bin .../ns-images/ns-displays}/weapon-46033.png | Bin .../ns-images/ns-displays}/weapon-46035.png | Bin .../ns-images/ns-displays}/weapon-46036.png | Bin .../ns-images/ns-displays}/weapon-46067.png | Bin .../ns-images/ns-displays}/weapon-46097.png | Bin .../ns-images/ns-displays}/weapon-47255.png | Bin .../ns-images/ns-displays}/weapon-47260.png | Bin .../ns-images/ns-displays}/weapon-47261.png | Bin .../ns-images/ns-displays}/weapon-47266.png | Bin .../ns-images/ns-displays}/weapon-47267.png | Bin .../ns-images/ns-displays}/weapon-47276.png | Bin .../ns-images/ns-displays}/weapon-47285.png | Bin .../ns-images/ns-displays}/weapon-47287.png | Bin .../ns-images/ns-displays}/weapon-47300.png | Bin .../ns-images/ns-displays}/weapon-47302.png | Bin .../ns-images/ns-displays}/weapon-47309.png | Bin .../ns-images/ns-displays}/weapon-47314.png | Bin .../ns-images/ns-displays}/weapon-47322.png | Bin .../ns-images/ns-displays}/weapon-47329.png | Bin .../ns-images/ns-displays}/weapon-47568.png | Bin .../ns-images/ns-displays}/weapon-47995.png | Bin .../ns-images/ns-displays}/weapon-48010.png | Bin .../ns-images/ns-displays}/weapon-48013.png | Bin .../ns-images/ns-displays}/weapon-48022.png | Bin .../ns-images/ns-displays}/weapon-48023.png | Bin .../ns-images/ns-displays}/weapon-48025.png | Bin .../ns-images/ns-displays}/weapon-48032.png | Bin .../ns-images/ns-displays}/weapon-48036.png | Bin .../ns-images/ns-displays}/weapon-48039.png | Bin .../ns-images/ns-displays}/weapon-48040.png | Bin .../ns-images/ns-displays}/weapon-48043.png | Bin .../ns-images/ns-displays}/weapon-48044.png | Bin .../ns-images/ns-displays}/weapon-48045.png | Bin .../ns-images/ns-displays}/weapon-48048.png | Bin .../ns-images/ns-displays}/weapon-48050.png | Bin .../ns-images/ns-displays}/weapon-48052.png | Bin .../ns-images/ns-displays}/weapon-48055.png | Bin .../ns-images/ns-displays}/weapon-48056.png | Bin .../ns-images/ns-displays}/weapon-48693.png | Bin .../ns-images/ns-displays}/weapon-48695.png | Bin .../ns-images/ns-displays}/weapon-48697.png | Bin .../ns-images/ns-displays}/weapon-48699.png | Bin .../ns-images/ns-displays}/weapon-48701.png | Bin .../ns-images/ns-displays}/weapon-48703.png | Bin .../ns-images/ns-displays}/weapon-48705.png | Bin .../ns-images/ns-displays}/weapon-49187.png | Bin .../ns-images/ns-displays}/weapon-49189.png | Bin .../ns-images/ns-displays}/weapon-50191.png | Bin .../ns-images/ns-displays}/weapon-5197.png | Bin .../ns-images/ns-displays}/weapon-6472.png | Bin .../ns-images/ns-displays}/weapon-7959.png | Bin .../ns-images/ns-displays}/weapon-873.png | Bin .../ns-images/ns-displays}/weapon-9386.png | Bin .../ns-images/ns-displays}/weapon-9391.png | Bin .../ns-images/ns-general}/account-info.png | Bin .../ns-general}/account-settings.webp | Bin .../ns-general/nightspire-maintenance.webp} | Bin .../ns-general/ns-authenticator-preview.png} | Bin .../ns-general/ns-divider-mini.webp} | Bin .../ns-images/ns-general/ns-divider.png} | Bin .../ns-images/ns-icons}/account-icons.png | Bin .../ns-images/ns-icons}/account-icons.webp | Bin .../ns-icons}/achievement-level-80.jpg | Bin .../ns-images/ns-icons}/alliance-icon.jpg | Bin .../ns-icons}/alliance-no-border.webp | Bin .../ns-icons}/death-knight-medium.jpg | Bin .../ns-images/ns-icons}/druid-medium.jpg | Bin .../ns-ryu/ns-images/ns-icons}/horde-icon.jpg | Bin .../ns-images/ns-icons}/horde-no-border.webp | Bin .../ns-images/ns-icons}/hunter-medium.jpg | Bin .../ns-images/ns-icons}/mage-medium.jpg | Bin .../ns-images/ns-icons}/money-copper.gif | Bin .../ns-ryu/ns-images/ns-icons}/money-gold.gif | Bin .../ns-images/ns-icons}/money-silver.webp | Bin .../ns-images/ns-icons}/paladin-medium.jpg | Bin .../ns-images/ns-icons}/priest-medium.jpg | Bin .../ns-ryu/ns-images/ns-icons}/refresh.webp | Bin .../ns-images/ns-icons}/rogue-medium.jpg | Bin .../ns-images/ns-icons}/shaman-medium.jpg | Bin .../ns-images/ns-icons}/warlock-medium.jpg | Bin .../ns-images/ns-icons}/warrior-medium.jpg | Bin .../ns-ryu/ns-images/ns-logos}/app-store.png | Bin .../ns-images/ns-logos}/bancolombia-logo.webp | Bin .../ns-images/ns-logos}/discord-logo.webp | Bin .../ns-images/ns-logos}/dlocalgo-logo.webp | Bin .../ns-ryu/ns-images/ns-logos}/facebook.png | Bin .../ns-images/ns-logos}/google-play.png | Bin .../ns-images/ns-logos}/nequi-logo.webp | Bin .../nightspire-main-logo-transparent.webp | Bin .../ns-ryu/ns-images/ns-logos/ns-logo.webp} | Bin .../ns-images/ns-logos/ns-long-logo.webp} | Bin .../ns-images/ns-logos}/oficina-peru.png | Bin .../ns-images/ns-logos}/paypal-logo.webp | Bin .../ns-images/ns-logos}/paypal-p-logo.webp | Bin .../ns-ryu/ns-images/ns-logos}/plin-peru.webp | Bin .../ns-logos}/skrill-logo-small.webp | Bin .../ns-images/ns-logos}/skrill-logo.webp | Bin .../ns-images/ns-logos}/stripe-logo.svg | 0 .../ns-images/ns-logos}/stripe-p-logo.svg | 0 .../ns-ryu/ns-images/ns-logos}/sumup-logo.svg | 0 .../ns-images/ns-logos}/sumup-p-logo.svg | 0 .../ns-ryu/ns-images/ns-logos}/twitch.png | Bin .../ns-images/ns-logos}/whatsapp-logo.webp | Bin .../ns-ryu/ns-images/ns-logos}/yape-peru.png | Bin .../ns-ryu/ns-images/ns-logos}/youtube.webp | Bin .../ns-mails}/facebook-logo-gray.png | Bin .../ns-mails}/instagram-logo-gray.png | Bin .../ns-images/ns-mails/ns-mail-body.jpg} | Bin .../ns-images/ns-mails/ns-mail-footer.jpg} | Bin .../ns-images/ns-mails/ns-mail-logo.png} | Bin .../ns-images/ns-mails/ns-mail-logo.webp} | Bin .../ns-images/ns-mails}/twitter-logo-gray.png | Bin .../ns-images/ns-mails}/youtube-logo-gray.png | Bin .../ns-races}/big-blood-elf-female.webp | Bin .../ns-races}/big-blood-elf-male.webp | Bin .../ns-races}/big-draenei-female.webp | Bin .../ns-images/ns-races}/big-draenei-male.webp | Bin .../ns-images/ns-races}/big-dwarf-female.webp | Bin .../ns-images/ns-races}/big-dwarf-male.webp | Bin .../ns-images/ns-races}/big-gnome-female.webp | Bin .../ns-images/ns-races}/big-gnome-male.webp | Bin .../ns-images/ns-races}/big-human-female.webp | Bin .../ns-images/ns-races}/big-human-male.webp | Bin .../ns-races}/big-night-elf-female.webp | Bin .../ns-races}/big-night-elf-male.webp | Bin .../ns-images/ns-races}/big-orc-female.webp | Bin .../ns-images/ns-races}/big-orc-male.webp | Bin .../ns-races}/big-tauren-female.webp | Bin .../ns-images/ns-races}/big-tauren-male.webp | Bin .../ns-images/ns-races}/big-troll-female.webp | Bin .../ns-images/ns-races}/big-troll-male.webp | Bin .../ns-races}/big-undead-female.webp | Bin .../ns-images/ns-races}/big-undead-male.webp | Bin .../ns-images/ns-ranks}/10_Proficient.svg | 0 .../ns-images/ns-ranks}/11_Experienced.svg | 0 .../ns-ryu/ns-images/ns-ranks}/12_Mentor.svg | 0 .../ns-ryu/ns-images/ns-ranks}/13_Veteran.svg | 0 .../ns-images/ns-ranks}/14_GrandMaster.svg | 0 .../ns-ryu/ns-images/ns-ranks}/1_Newbie.svg | 0 .../ns-ryu/ns-images/ns-ranks}/2_Rookie.svg | 0 .../ns-images/ns-ranks}/3_Apprentice.svg | 0 .../ns-ryu/ns-images/ns-ranks}/4_Explorer.svg | 0 .../ns-images/ns-ranks}/5_Contributor.svg | 0 .../ns-images/ns-ranks}/6_Enthusiast.svg | 0 .../ns-images/ns-ranks}/7_Collaborator.svg | 0 .../ns-ryu/ns-images/ns-ranks}/8_Regular.svg | 0 .../ns-images/ns-ranks}/9_RisingStar.svg | 0 .../ns-images/ns-vote-sites}/arenatop100.webp | Bin .../ns-images/ns-vote-sites}/gtop100.jpg | Bin .../ns-images/ns-vote-sites}/top100arena.jpg | Bin .../ns-ryu/ns-images/ns-vote-sites}/topg.webp | Bin .../ns-ryu/ns-js-handlers}/create_check.js | 0 .../ns-js-handlers}/my_account_response.js | 0 .../ns-js-handlers}/promo_code_response.js | 4 +- .../ns-js-handlers}/recruit-response.js | 0 .../ns-ryu/ns-js-handlers}/rename_response.js | 2 +- .../store_nightspire_response.js} | 0 .../ns-ryu/ns-js-handlers}/store_response.js | 0 .../ns-js-handlers}/trade_points_response.js | 6 +- .../ns-ryu/ns-js/ns-scripts.js} | 2 +- .../nw-js => ns-themes/ns-ryu/ns-js}/power.js | 0 .../ns-ryu/ns-videos/ns-logo.mp4} | Bin 729 files changed, 169 insertions(+), 169 deletions(-) rename web-next/public/{nw-themes/nw-ryu/nw-css => ns-themes/ns-ryu/ns-css}/nightspire-style.css (95%) rename web-next/public/{nw-themes/nw-ryu/nw-font => ns-themes/ns-ryu/ns-font}/FuturaEF-Book.woff (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-avatars => ns-themes/ns-ryu/ns-images/ns-avatars}/default-avatar.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/death-knight-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/death-knight-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/druid-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/druid-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/hunter-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/hunter-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/mage-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/mage-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/paladin-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/paladin-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/priest-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/priest-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/rogue-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/rogue-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/shaman-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/shaman-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/warlock-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/warlock-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/warrior-chest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/warrior-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-death-knight.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-druid.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-hunter.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-mage.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-paladin.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-priest.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-rogue.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-shaman.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-warlock.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-classes => ns-themes/ns-ryu/ns-images/ns-classes}/wow-warrior.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/ar.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/bo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/cl.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/co.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/cr.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/ec.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/gt.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/mx.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/pa.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/pe.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/py.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-country-flags => ns-themes/ns-ryu/ns-images/ns-country-flags}/uy.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-1168.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-11684.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-11809.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-12782.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-12784.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-12791.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-13044.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-13505.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-15239.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-15240.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-15272.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-15276.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-17071.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-17113.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-18044.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-18202.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-18203.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-18756.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-18816.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19346.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19348.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19350.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19353.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19354.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19355.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19358.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19361.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19363.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19364.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19368.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19808.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19854.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19867.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19908.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19909.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19915.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19918.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-19968.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-20038.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-20258.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-20578.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-20580.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-20581.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-20978.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21126.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21134.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21242.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21244.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21268.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21269.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21272.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21273.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21275.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21466.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21478.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21485.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21498.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21610.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21616.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-21806.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22266.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22799.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22807.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22809.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22812.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22816.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22818.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-22988.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-23014.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-23075.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-23238.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-23542.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-23543.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-23557.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-23748.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-24044.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-24361.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-24378.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-24389.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25082.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25138.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25144.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25208.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25215.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25220.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25324.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25464.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-25944.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27426.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27476.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27490.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27512.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27524.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27526.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27533.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27747.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27769.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27791.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27829.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27840.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27842.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27846.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27868.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27877.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27898.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27899.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27903.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27986.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-27987.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28184.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28188.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28263.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28267.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28367.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28393.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28397.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28434.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28504.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28522.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28524.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28573.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28581.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28611.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28633.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28657.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28749.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28767.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28768.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28772.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28773.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28782.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28800.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-28825.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-29268.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-29356.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-29377.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-29924.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-29948.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-29993.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30058.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30082.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30108.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30722.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30732.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30881.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30883.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30889.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30902.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30906.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30909.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-30918.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31134.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31153.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31234.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31291.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31299.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31303.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31305.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31318.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31322.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31332.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31958.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31959.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31965.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31966.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31984.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31985.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-31986.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32003.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32025.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32026.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32027.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32028.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32044.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32046.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32052.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32053.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32055.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32236.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32237.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32248.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32253.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32255.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32262.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32269.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32332.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32336.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32344.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32348.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32374.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32375.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32471.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32944.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32945.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32946.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-32963.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33006.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33283.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-3335.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33474.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33478.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33490.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33495.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33640.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33661.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33662.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33663.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33669.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33670.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33687.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33688.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33689.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33705.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33716.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33727.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33733.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33734.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33737.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33754.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33756.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33762.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33763.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-33766.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34009.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34011.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34165.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34176.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34185.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34196.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34198.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34214.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34247.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34331.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34346.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34529.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34530.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34604.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34616.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34675.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34892.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34893.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34951.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34986.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34987.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34988.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34989.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34996.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-34997.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35014.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35015.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35017.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35018.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35038.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35047.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35058.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35064.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35071.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35072.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35073.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35075.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35076.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35082.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35093.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35094.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35101.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35102.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35103.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35573.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-35601.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-36620.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-36994.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-37050.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-37169.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-37733.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-37809.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-38618.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-38632.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-39200.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-39245.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-39276.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-39296.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-39393.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-39763.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-39769.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40189.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40239.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40265.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40266.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40336.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40343.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40345.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40348.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40385.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40396.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40400.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40402.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40429.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40475.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40488.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40489.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40491.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-40497.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42206.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42208.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42210.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42212.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42213.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42215.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42216.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42217.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42218.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42220.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42221.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42222.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42223.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42224.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42227.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42229.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42232.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42234.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42242.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42244.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42248.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42250.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42255.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42257.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42260.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42262.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42267.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42270.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42272.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42275.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42277.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42280.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42282.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42285.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42287.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42290.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42292.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42294.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42295.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42296.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42297.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42317.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42319.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42322.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42324.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42327.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42329.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42332.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42334.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42343.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42344.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42346.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42348.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42352.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42354.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42356.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42362.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42366.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42382.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42384.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42386.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42388.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42390.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42392.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42445.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42446.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42447.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42451.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42483.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42485.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42487.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42490.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42492.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42495.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42498.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42503.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42504.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42514.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42515.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42520.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42521.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42526.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42527.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42532.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42538.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42539.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42556.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42557.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42559.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42560.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42561.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42564.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42565.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42566.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42568.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42570.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42571.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-42572.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-43085.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-43284.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-44415.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-44416.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-44419.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-44420.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-44423.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-44424.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-44703.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45086.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45110.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45132.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45137.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45142.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45147.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45165.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45170.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45171.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45233.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45234.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45246.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45256.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45257.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45261.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45266.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45294.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45296.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45315.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45327.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45437.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45442.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45448.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45449.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45457.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45463.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45470.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45479.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45484.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45489.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45494.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45498.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45511.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45516.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45521.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45527.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45533.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45570.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45587.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45607.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45612.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45613.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45617.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45620.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45682.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45868.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45870.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45876.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45877.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45886.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45887.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45930.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45937.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45938.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45939.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45947.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45948.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45949.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45950.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45951.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45952.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45953.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45954.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45955.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45956.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45957.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45958.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45959.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45960.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45961.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45962.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45963.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45964.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45965.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45966.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45967.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45968.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45969.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45970.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45971.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-45990.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-46024.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-46033.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-46035.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-46036.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-46067.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-46097.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47255.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47260.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47261.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47266.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47267.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47276.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47285.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47287.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47300.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47302.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47309.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47314.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47322.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47329.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47568.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-47995.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48010.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48013.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48022.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48023.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48025.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48032.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48036.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48039.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48040.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48043.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48044.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48045.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48048.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48050.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48052.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48055.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48056.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48693.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48695.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48697.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48699.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48701.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48703.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-48705.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-49187.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-49189.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-50191.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-5197.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-6472.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-7959.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-873.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-9386.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-displays => ns-themes/ns-ryu/ns-images/ns-displays}/weapon-9391.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-general => ns-themes/ns-ryu/ns-images/ns-general}/account-info.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-general => ns-themes/ns-ryu/ns-images/ns-general}/account-settings.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-general/novawow-maintenance.webp => ns-themes/ns-ryu/ns-images/ns-general/nightspire-maintenance.webp} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-general/nw-authenticator-preview.png => ns-themes/ns-ryu/ns-images/ns-general/ns-authenticator-preview.png} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-general/nw-divider-mini.webp => ns-themes/ns-ryu/ns-images/ns-general/ns-divider-mini.webp} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-general/nw-divider.png => ns-themes/ns-ryu/ns-images/ns-general/ns-divider.png} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/account-icons.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/account-icons.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/achievement-level-80.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/alliance-icon.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/alliance-no-border.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/death-knight-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/druid-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/horde-icon.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/horde-no-border.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/hunter-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/mage-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/money-copper.gif (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/money-gold.gif (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/money-silver.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/paladin-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/priest-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/refresh.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/rogue-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/shaman-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/warlock-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-icons => ns-themes/ns-ryu/ns-images/ns-icons}/warrior-medium.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/app-store.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/bancolombia-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/discord-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/dlocalgo-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/facebook.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/google-play.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/nequi-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/nightspire-main-logo-transparent.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos/nw-logo.webp => ns-themes/ns-ryu/ns-images/ns-logos/ns-logo.webp} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos/nw-long-logo.webp => ns-themes/ns-ryu/ns-images/ns-logos/ns-long-logo.webp} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/oficina-peru.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/paypal-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/paypal-p-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/plin-peru.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/skrill-logo-small.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/skrill-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/stripe-logo.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/stripe-p-logo.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/sumup-logo.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/sumup-p-logo.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/twitch.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/whatsapp-logo.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/yape-peru.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-logos => ns-themes/ns-ryu/ns-images/ns-logos}/youtube.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails => ns-themes/ns-ryu/ns-images/ns-mails}/facebook-logo-gray.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails => ns-themes/ns-ryu/ns-images/ns-mails}/instagram-logo-gray.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails/nw-mail-body.jpg => ns-themes/ns-ryu/ns-images/ns-mails/ns-mail-body.jpg} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails/nw-mail-footer.jpg => ns-themes/ns-ryu/ns-images/ns-mails/ns-mail-footer.jpg} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails/nw-mail-logo.png => ns-themes/ns-ryu/ns-images/ns-mails/ns-mail-logo.png} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails/nw-mail-logo.webp => ns-themes/ns-ryu/ns-images/ns-mails/ns-mail-logo.webp} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails => ns-themes/ns-ryu/ns-images/ns-mails}/twitter-logo-gray.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-mails => ns-themes/ns-ryu/ns-images/ns-mails}/youtube-logo-gray.png (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-blood-elf-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-blood-elf-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-draenei-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-draenei-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-dwarf-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-dwarf-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-gnome-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-gnome-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-human-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-human-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-night-elf-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-night-elf-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-orc-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-orc-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-tauren-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-tauren-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-troll-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-troll-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-undead-female.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-races => ns-themes/ns-ryu/ns-images/ns-races}/big-undead-male.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/10_Proficient.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/11_Experienced.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/12_Mentor.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/13_Veteran.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/14_GrandMaster.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/1_Newbie.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/2_Rookie.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/3_Apprentice.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/4_Explorer.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/5_Contributor.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/6_Enthusiast.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/7_Collaborator.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/8_Regular.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-ranks => ns-themes/ns-ryu/ns-images/ns-ranks}/9_RisingStar.svg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-vote-sites => ns-themes/ns-ryu/ns-images/ns-vote-sites}/arenatop100.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-vote-sites => ns-themes/ns-ryu/ns-images/ns-vote-sites}/gtop100.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-vote-sites => ns-themes/ns-ryu/ns-images/ns-vote-sites}/top100arena.jpg (100%) rename web-next/public/{nw-themes/nw-ryu/nw-images/nw-vote-sites => ns-themes/ns-ryu/ns-images/ns-vote-sites}/topg.webp (100%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers => ns-themes/ns-ryu/ns-js-handlers}/create_check.js (100%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers => ns-themes/ns-ryu/ns-js-handlers}/my_account_response.js (100%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers => ns-themes/ns-ryu/ns-js-handlers}/promo_code_response.js (93%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers => ns-themes/ns-ryu/ns-js-handlers}/recruit-response.js (100%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers => ns-themes/ns-ryu/ns-js-handlers}/rename_response.js (98%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers/store_novawow_response.js => ns-themes/ns-ryu/ns-js-handlers/store_nightspire_response.js} (100%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers => ns-themes/ns-ryu/ns-js-handlers}/store_response.js (100%) rename web-next/public/{nw-themes/nw-ryu/nw-js-handlers => ns-themes/ns-ryu/ns-js-handlers}/trade_points_response.js (93%) rename web-next/public/{nw-themes/nw-ryu/nw-js/nw-scripts.js => ns-themes/ns-ryu/ns-js/ns-scripts.js} (94%) rename web-next/public/{nw-themes/nw-ryu/nw-js => ns-themes/ns-ryu/ns-js}/power.js (100%) rename web-next/public/{nw-themes/nw-ryu/nw-videos/nw-logo.mp4 => ns-themes/ns-ryu/ns-videos/ns-logo.mp4} (100%) diff --git a/web-next/app/[locale]/change-faction-character/page.tsx b/web-next/app/[locale]/change-faction-character/page.tsx index f1b7755..f37c10a 100644 --- a/web-next/app/[locale]/change-faction-character/page.tsx +++ b/web-next/app/[locale]/change-faction-character/page.tsx @@ -17,7 +17,7 @@ export async function generateMetadata({ params }: { params: Promise<{ locale: s return { title: t('title') } } -const GOLD_ICON = '/nw-themes/nw-ryu/nw-images/nw-icons/money-gold.gif' +const GOLD_ICON = '/ns-themes/ns-ryu/ns-images/ns-icons/money-gold.gif' function GoldCell({ amount }: { amount: number }) { return ( diff --git a/web-next/app/[locale]/download-addons/page.tsx b/web-next/app/[locale]/download-addons/page.tsx index 7330a98..19362f4 100644 --- a/web-next/app/[locale]/download-addons/page.tsx +++ b/web-next/app/[locale]/download-addons/page.tsx @@ -53,7 +53,7 @@ export default async function DownloadAddonsPage() {

{t(`downloadAddons.${a.descKey}`)}

- + {t('downloadAddons.download')} diff --git a/web-next/app/[locale]/gold-character/page.tsx b/web-next/app/[locale]/gold-character/page.tsx index 9247ef7..2b897bc 100644 --- a/web-next/app/[locale]/gold-character/page.tsx +++ b/web-next/app/[locale]/gold-character/page.tsx @@ -17,7 +17,7 @@ export async function generateMetadata({ params }: { params: Promise<{ locale: s return { title: t('title') } } -const GOLD_ICON = '/nw-themes/nw-ryu/nw-images/nw-icons/money-gold.gif' +const GOLD_ICON = '/ns-themes/ns-ryu/ns-images/ns-icons/money-gold.gif' export default async function GoldCharacterPage({ params }: { params: Promise<{ locale: string }> }) { const { locale } = await params diff --git a/web-next/app/[locale]/layout.tsx b/web-next/app/[locale]/layout.tsx index d201767..3667cc6 100644 --- a/web-next/app/[locale]/layout.tsx +++ b/web-next/app/[locale]/layout.tsx @@ -65,8 +65,8 @@ export default async function LocaleLayout({ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" /> - {/* Tema real de NightSpire (nw-ryu). Va el ÚLTIMO para ganar la cascada. */} - + {/* Tema real de NightSpire (ns-ryu). Va el ÚLTIMO para ganar la cascada. */} + {/* Config de los tooltips de wowhead (debe definirse antes de tooltips.js). OJO con el `window.`: tooltips.js lee `window.whTooltips`, y un `const` a nivel de script queda en el ámbito léxico del script (no crea propiedad en diff --git a/web-next/app/[locale]/maintenance/page.tsx b/web-next/app/[locale]/maintenance/page.tsx index aa25387..b16dab2 100644 --- a/web-next/app/[locale]/maintenance/page.tsx +++ b/web-next/app/[locale]/maintenance/page.tsx @@ -36,7 +36,7 @@ export default async function MaintenancePage({ params }: { params: Promise<{ lo

{/* eslint-disable-next-line @next/next/no-img-element */} {t('maintenance.pageTitle')} diff --git a/web-next/app/[locale]/my-account/page.tsx b/web-next/app/[locale]/my-account/page.tsx index 5191ac6..9b5be78 100644 --- a/web-next/app/[locale]/my-account/page.tsx +++ b/web-next/app/[locale]/my-account/page.tsx @@ -29,7 +29,7 @@ function wowAccountName(username: string): string { return i >= 0 ? `WOW${username.slice(i + 1)}` : username } -const ICONS = '/nw-themes/nw-ryu/nw-images/nw-icons' +const ICONS = '/ns-themes/ns-ryu/ns-images/ns-icons' export default async function AccountPage({ params }: { params: Promise<{ locale: string }> }) { const { locale } = await params @@ -82,7 +82,7 @@ export default async function AccountPage({ params }: { params: Promise<{ locale {t('accountState')}
{/* eslint-disable-next-line @next/next/no-img-element */} - {`${t('level')} + {`${t('level')}

{t('dp')}: {data.dp} | {t('vp')}: {data.vp}

{t('securityToken')}: {data.securityTokenDate ? t('requested') : t('notRequested')}

{t('twofaLabel')}: {t('twofaOff')}

diff --git a/web-next/app/[locale]/security-2falogin/page.tsx b/web-next/app/[locale]/security-2falogin/page.tsx index c822514..dbf6a5c 100644 --- a/web-next/app/[locale]/security-2falogin/page.tsx +++ b/web-next/app/[locale]/security-2falogin/page.tsx @@ -14,7 +14,7 @@ export async function generateMetadata({ params }: { params: Promise<{ locale: s return { title: t('twofaLogin.pageTitle') } } -const IMG = '/nw-themes/nw-ryu/nw-images' +const IMG = '/ns-themes/ns-ryu/ns-images' export default async function Security2faLoginPage({ params }: { params: Promise<{ locale: string }> }) { const { locale } = await params @@ -40,7 +40,7 @@ export default async function Security2faLoginPage({ params }: { params: Promise
{t('twofaLogin.previewAlt')}
diff --git a/web-next/app/[locale]/trans-history/page.tsx b/web-next/app/[locale]/trans-history/page.tsx index ffbf20d..d4ebc7e 100644 --- a/web-next/app/[locale]/trans-history/page.tsx +++ b/web-next/app/[locale]/trans-history/page.tsx @@ -100,7 +100,7 @@ async function PlatformBox({ ) } -const LOGO_BASE = '/nw-themes/nw-ryu/nw-images/nw-logos' +const LOGO_BASE = '/ns-themes/ns-ryu/ns-images/ns-logos' export default async function TransHistoryPage({ params }: { params: Promise<{ locale: string }> }) { const { locale } = await params diff --git a/web-next/app/globals.css b/web-next/app/globals.css index 3ddf1b4..2152a61 100644 --- a/web-next/app/globals.css +++ b/web-next/app/globals.css @@ -2,14 +2,14 @@ /* Tokens de diseño NightSpire (paleta oscura fantasía WotLK). */ @theme { - --color-nw-bg: #140d08; - --color-nw-panel: #241812; - --color-nw-panel-2: #2c1e14; - --color-nw-border: #4a3320; - --color-nw-gold: #d79602; - --color-nw-gold-light: #f0b93f; - --color-nw-text: #e8dccb; - --color-nw-muted: #b1997f; + --color-ns-bg: #140d08; + --color-ns-panel: #241812; + --color-ns-panel-2: #2c1e14; + --color-ns-border: #4a3320; + --color-ns-gold: #d79602; + --color-ns-gold-light: #f0b93f; + --color-ns-text: #e8dccb; + --color-ns-muted: #b1997f; } :root { @@ -17,10 +17,10 @@ } /* El fondo, la tipografía (FuturaEF-Book) y los estilos base del - los controla el tema real nw-ryu (nightspire-style.css), cargado en el + los controla el tema real ns-ryu (nightspire-style.css), cargado en el del layout. No los redefinimos aquí para que el tema Django quede idéntico. */ -/* El tema nw-ryu se diseñó para los defaults del navegador (igual que la web +/* El tema ns-ryu se diseñó para los defaults del navegador (igual que la web Django, que NO usa Tailwind). El preflight de Tailwind rompe dos cosas: 1) box-sizing:border-box hace que la height fija de los inputs incluya el padding → campos aplastados. Volvemos a content-box SOLO en los inputs de @@ -102,20 +102,20 @@ img { /* Componentes reutilizables */ @layer components { - .nw-btn { - @apply inline-flex items-center justify-center rounded-md bg-nw-gold px-5 py-2.5 font-semibold text-[#1b120b] transition hover:bg-nw-gold-light; + .ns-btn { + @apply inline-flex items-center justify-center rounded-md bg-ns-gold px-5 py-2.5 font-semibold text-[#1b120b] transition hover:bg-ns-gold-light; } - .nw-btn-ghost { - @apply inline-flex items-center justify-center rounded-md border border-nw-border px-5 py-2.5 font-semibold text-nw-text transition hover:border-nw-gold hover:text-nw-gold-light; + .ns-btn-ghost { + @apply inline-flex items-center justify-center rounded-md border border-ns-border px-5 py-2.5 font-semibold text-ns-text transition hover:border-ns-gold hover:text-ns-gold-light; } - .nw-card { - @apply rounded-xl border border-nw-border/70 bg-nw-panel/80 p-5 shadow-lg shadow-black/30 backdrop-blur; + .ns-card { + @apply rounded-xl border border-ns-border/70 bg-ns-panel/80 p-5 shadow-lg shadow-black/30 backdrop-blur; } - .nw-heading { - @apply bg-gradient-to-b from-nw-gold-light to-nw-gold bg-clip-text font-extrabold tracking-wide text-transparent; + .ns-heading { + @apply bg-gradient-to-b from-ns-gold-light to-ns-gold bg-clip-text font-extrabold tracking-wide text-transparent; } - .nw-input { - @apply w-full rounded-md border border-nw-border bg-nw-panel-2 px-3 py-2 text-nw-text outline-none transition focus:border-nw-gold; + .ns-input { + @apply w-full rounded-md border border-ns-border bg-ns-panel-2 px-3 py-2 text-ns-text outline-none transition focus:border-ns-gold; } } @@ -124,7 +124,7 @@ img { color: #7cc0f7; } -/* Foro: textarea con el look del tema real (el tema nw-ryu no estiliza textarea base). */ +/* Foro: textarea con el look del tema real (el tema ns-ryu no estiliza textarea base). */ textarea { width: 100%; background-color: #000; @@ -140,7 +140,7 @@ textarea:focus { } /* Foro: barra de herramientas del editor y paginación (colores del tema). */ -.nw-tool-btn { +.ns-tool-btn { border: 2px solid #352e2b; background: hsla(0, 0%, 100%, 0.05); color: #ebdec2; @@ -148,14 +148,14 @@ textarea:focus { cursor: pointer; transition: 0.3s; } -.nw-tool-btn:hover { +.ns-tool-btn:hover { background: hsla(0, 0%, 100%, 0.1); color: #fff; } /* Paginación con el estilo de los botones del tema (borde + fondo tenue + hover). Los selectores :link/:visited elevan la especificidad para ganar a las reglas `a`/`a:visited` del tema (que si no dejan los enlaces visitados en azul). */ -.nw-page-link { +.ns-page-link { display: inline-block; min-width: 42px; padding: 9px 14px; @@ -165,17 +165,17 @@ textarea:focus { text-align: center; transition: 0.3s; } -.nw-page-link:link, -.nw-page-link:visited { +.ns-page-link:link, +.ns-page-link:visited { color: #ebdec2; } -.nw-page-link:hover { +.ns-page-link:hover { background: hsla(0, 0%, 100%, 0.1); color: #fff; } -.nw-page-current, -.nw-page-current:link, -.nw-page-current:visited { +.ns-page-current, +.ns-page-current:link, +.ns-page-current:visited { border-color: #b17c02; color: #d79602; background: hsla(40, 90%, 45%, 0.12); diff --git a/web-next/components/AdminForumManager.tsx b/web-next/components/AdminForumManager.tsx index 3e42aa6..06e20f2 100644 --- a/web-next/components/AdminForumManager.tsx +++ b/web-next/components/AdminForumManager.tsx @@ -82,11 +82,11 @@ export function AdminForumManager({ initial }: { initial: Group[] }) { call(`/api/admin/forum/category/${category.id}`, 'PUT', { name: editCat.name, nameEn: editCat.nameEn, order: Number(editCat.order) }).then((ok) => ok && setEditCat(null)) } disabled={busy} - className="nw-tool-btn" + className="ns-tool-btn" > {t('save')} {' '} - +
) : (
@@ -97,14 +97,14 @@ export function AdminForumManager({ initial }: { initial: Group[] }) { {' '} @@ -141,11 +141,11 @@ export function AdminForumManager({ initial }: { initial: Group[] }) { }).then((ok) => ok && setEditForum(null)) } disabled={busy} - className="nw-tool-btn" + className="ns-tool-btn" > {t('save')} {' '} - + ) : ( @@ -160,21 +160,21 @@ export function AdminForumManager({ initial }: { initial: Group[] }) { {' '} {' '} diff --git a/web-next/components/AdminGoldManager.tsx b/web-next/components/AdminGoldManager.tsx index 161d5cf..2aee473 100644 --- a/web-next/components/AdminGoldManager.tsx +++ b/web-next/components/AdminGoldManager.tsx @@ -69,7 +69,7 @@ export function AdminGoldManager({ initial }: { initial: GoldOption[] }) {

{o.price.toFixed(2)} €

- diff --git a/web-next/components/AdminNewsManager.tsx b/web-next/components/AdminNewsManager.tsx index b0d8c1c..a359382 100644 --- a/web-next/components/AdminNewsManager.tsx +++ b/web-next/components/AdminNewsManager.tsx @@ -109,10 +109,10 @@ export function AdminNewsManager({ initialNews }: { initialNews: NewsItem[] }) { setEdit({ ...edit, tituloEn: e.target.value })} placeholder={t('newsTitleEn')} maxLength={200} />