• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 16: Line 16:  
! style="width:120px" | Equipment Type
 
! style="width:120px" | Equipment Type
 
${stat_columns}
 
${stat_columns}
! style="width:120px" | Ship Types
+
! style="width:120px" | Refittable Types
 
! [[File:Icon_Dev.png|20px|Craftable|link=Development]]
 
! [[File:Icon_Dev.png|20px|Craftable|link=Development]]
 
! [[File:Icon_Imp.png|20px|Improvable|link=Improvement]]
 
! [[File:Icon_Imp.png|20px|Improvable|link=Improvement]]
Line 93: Line 93:     
function EquipmentListKai:compatibility(equipment)
 
function EquipmentListKai:compatibility(equipment)
return {values = {value = Formatting:format_ship_compatibility(equipment:equippable())}, bg_color = self._transparent, text_align = "text-align: " .. self._start_align}
+
local value = Formatting:format_ship_compatibility(equipment:equippable())
 +
if equipment:is_lbas_plane() then
 +
value = value .. "; LBAS"
 +
end
 +
return {values = {value = value}, bg_color = self._transparent, text_align = "text-align: " .. self._start_align}
 
end
 
end
  
cssedit, gkautomate
6,916

edits

Navigation menu