Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:ShipData
(view source)
Revision as of 22:02, 1 November 2021
122 bytes added
,
3 years ago
no edit summary
Line 158:
Line 158:
function ShipData:code()
function ShipData:code()
return Formatting:format_ship_code(self._type)
return Formatting:format_ship_code(self._type)
+
end
+
+
function ShipData:is_battleship()
+
return self._type == 8 or self._type == 9 or self._type == 10 or self._type == 12
end
end
がか
cssedit, gkautomate
7,064
edits