From 96290490859b8a55ac90cde2aede362a9d7dd998 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Tue, 17 Mar 2026 03:39:44 +0100 Subject: [PATCH] implement 3rd ability slot in UI --- equipment/equipment.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/equipment/equipment.js b/equipment/equipment.js index e40afbc..f9975a7 100644 --- a/equipment/equipment.js +++ b/equipment/equipment.js @@ -109,14 +109,17 @@ window.loadHeader(function(headerContainer) { const headMain = getImg(abilities, equipped.Gear_Head_Skill0, 'ability', true); const headSub1 = getImg(abilities, equipped.Gear_Head_Skill1, 'ability', true); const headSub2 = getImg(abilities, equipped.Gear_Head_Skill2, 'ability', true); + const headSub3 = getImg(abilities, equipped.Gear_Head_Skill3, 'ability', true); const clothesMain = getImg(abilities, equipped.Gear_Clothes_Skill0, 'ability', true); const clothesSub1 = getImg(abilities, equipped.Gear_Clothes_Skill1, 'ability', true); const clothesSub2 = getImg(abilities, equipped.Gear_Clothes_Skill2, 'ability', true); + const clothesSub3 = getImg(abilities, equipped.Gear_Clothes_Skill3, 'ability', true); const shoesMain = getImg(abilities, equipped.Gear_Shoes_Skill0, 'ability', true); const shoesSub1 = getImg(abilities, equipped.Gear_Shoes_Skill1, 'ability', true); const shoesSub2 = getImg(abilities, equipped.Gear_Shoes_Skill2, 'ability', true); + const shoesSub3 = getImg(abilities, equipped.Gear_Shoes_Skill3, 'ability', true); await Promise.all([ preloadImage(miiImgUrl), @@ -153,7 +156,7 @@ window.loadHeader(function(headerContainer) {
- +
@@ -161,7 +164,7 @@ window.loadHeader(function(headerContainer) {
- +
@@ -169,7 +172,7 @@ window.loadHeader(function(headerContainer) {
- +