• 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 142: Line 142:  
end
 
end
   −
function ShipData.build_time(raw)
+
function ShipData:build_time(raw)
 
if raw then
 
if raw then
 
return self._build_time
 
return self._build_time
Line 150: Line 150:  
return "??"
 
return "??"
 
end
 
end
 +
end
 +
 +
function ShipData:remodeled()
 +
return not not self._remodel_level
 +
end
 +
 +
function ShipData:remodel_level(raw)
 +
return self.format_stat(self._remodel_level)
 
end
 
end
  
Anonymous user

Navigation menu