- 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
Line 153:
Line 153:
− +
Remodel cost
function ShipInfoKai:build_remodel_info(ship)
function ShipInfoKai:build_remodel_info(ship)
if ship:remodeled() then
if ship:remodeled() then
return mw.ustring.format("%s\n%s%s", ship:remodel_level(), ship:remodel_cost(), ship:remodel_blueprint(true) and ship:remodel_blueprint() or "")
return mw.ustring.format("%s(%s%s)", ship:remodel_level(), ship:remodel_cost(), ship:remodel_blueprint(true) and ship:remodel_blueprint() or "")
elseif ship:buildable() then
elseif ship:buildable() then
return ship:build_time()
return ship:build_time()