- 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 142:
Line 142:
− +
Line 150:
Line 150:
+
+
+
+
+
+
+
+
no edit summary
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
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