Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:EquipmentData
(view source)
Revision as of 13:11, 8 October 2017
196 bytes added
,
7 years ago
no edit summary
Line 441:
Line 441:
return eq_type == 25 -- Autogyro
return eq_type == 25 -- Autogyro
or eq_type == 26 -- Anti-submarine Patrol Aircraft
or eq_type == 26 -- Anti-submarine Patrol Aircraft
+
end
+
+
function EquipmentData:is_extra_armor()
+
local eq_type = self:type()
+
return eq_type == 16 -- Extra Armor
+
or eq_type == 27 -- Extra Armor (Medium)
+
or eq_type == 28 -- Extra Armor (Large)
end
end
がか
cssedit, gkautomate
7,064
edits