Changes

m
Adjusted FP icon size and TP label spacing
Line 140: Line 140:  
   end
 
   end
 
   local FPinfo =
 
   local FPinfo =
     statLabel .. "FP [[File:IcoAtk.png|Firepower]]</th>" .. statBox .. ship["fp"][1] .. "→" .. ship["fp"][2] .. "</td>"
+
     statLabel .. "FP [[File:IcoAtk.png|18px|Firepower]]</th>" .. statBox .. ship["fp"][1] .. "→" .. ship["fp"][2] .. "</td>"
 
   local row5 = "<tr>" .. HPinfo .. FPinfo .. "</tr>"
 
   local row5 = "<tr>" .. HPinfo .. FPinfo .. "</tr>"
 
   -- Armor & Torpedo
 
   -- Armor & Torpedo
Line 146: Line 146:  
     statLabel ..
 
     statLabel ..
 
     "ARM [[File:IcoArmor.png|Armor]]</th>" .. statBox .. ship["armor"][1] .. "→" .. ship["armor"][2] .. "</td>"
 
     "ARM [[File:IcoArmor.png|Armor]]</th>" .. statBox .. ship["armor"][1] .. "→" .. ship["armor"][2] .. "</td>"
   local Torpedoinfo = statLabel .. "TORP [[File:IcoTorpedo.png|Torpedo]]</th>" .. statBox
+
   local Torpedoinfo = statLabel .. "TORP[[File:IcoTorpedo.png|Torpedo]]</th>" .. statBox
 
   if ship["torpedo"] == 0 then
 
   if ship["torpedo"] == 0 then
 
     Torpedoinfo = Torpedoinfo .. ship["torpedo"]
 
     Torpedoinfo = Torpedoinfo .. ship["torpedo"]
311

edits