• 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
m
no edit summary
Line 222: Line 222:  
        local ship_caption =
 
        local ship_caption =
 
            (ship:name() or "?")
 
            (ship:name() or "?")
            .. " (" .. (ship:api_id() or "?") .. "): "
+
            .. " (" .. Formatting:format_enemy_stat(ship:api_id()) .. "): "
 
            .. (ship:armor() or "?") .. " Armor, " .. (ship:hp() or "?") .. " HP"
 
            .. (ship:armor() or "?") .. " Armor, " .. (ship:hp() or "?") .. " HP"
 
        table.insert(fleet, ShipBattleCardKai:get{ship = ship, caption = ship_caption, link = ship:link(), flagship = #fleet == 0})
 
        table.insert(fleet, ShipBattleCardKai:get{ship = ship, caption = ship_caption, link = ship:link(), flagship = #fleet == 0})
cssedit, gkautomate
6,941

edits

Navigation menu