• 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 153: Line 153:  
           result,
 
           result,
 
           string.format(
 
           string.format(
             '|-\n|%s||%s||style="text-align:left;white-space:nowrap"|%s%s%s%s%s||%s||%s||%s||%s||%s',
+
             '|-\n|%s||%s||style="text-align:left;white-space:nowrap"|%s%s%s%s%s%s||%s||%s||%s||%s||%s',
 
             getShipCard(ship.ship),
 
             getShipCard(ship.ship),
 
             ship.level,
 
             ship.level,
Line 161: Line 161:  
             ship.equipment[4] and getEquipmentCard(ship.equipment[4]) or '',
 
             ship.equipment[4] and getEquipmentCard(ship.equipment[4]) or '',
 
             ship.equipment[5] and getEquipmentCard(ship.equipment[5]) or '',
 
             ship.equipment[5] and getEquipmentCard(ship.equipment[5]) or '',
 +
            ship.extraSlot and getEquipmentCard(ship.extraSlot) or '',
 
             type(ship.hp) == 'table' and formatHp(ship.hp, ship.maxHp) or ship.hp ~= ship.maxHp and string.format('%s/%s', ship.hp, ship.maxHp) or
 
             type(ship.hp) == 'table' and formatHp(ship.hp, ship.maxHp) or ship.hp ~= ship.maxHp and string.format('%s/%s', ship.hp, ship.maxHp) or
 
               ship.maxHp,
 
               ship.maxHp,
cssedit, gkautomate
6,928

edits

Navigation menu