• 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
Showing api_id in tooltips
Line 190: Line 190:  
        local ship = EnemyShip(ship_name, ship_suffix)
 
        local ship = EnemyShip(ship_name, ship_suffix)
 
         
 
         
        table.insert(fleet, ShipBattleCardKai:get{ship = ship, caption = ship:name(), link = ship:link(), flagship = #fleet == 0})
+
        table.insert(fleet, ShipBattleCardKai:get{ship = ship, caption = (ship:name() or "") .. (ship:api_id() and " (" .. ship:api_id() .. ")" or ""), link = ship:link(), flagship = #fleet == 0})
    
        local ship_air_power = ship:air_power()
 
        local ship_air_power = ship:air_power()
cssedit, gkautomate
6,996

edits

Navigation menu