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:28, 19 February 2023
762 bytes added
,
1 year ago
is_fighter_aircraft & is_bomber_aircraft
Line 452:
Line 452:
function EquipmentData:is_not_aafd()
function EquipmentData:is_not_aafd()
return not (self:is_aafd())
return not (self:is_aafd())
+
end
+
+
function EquipmentData:is_fighter_aircraft()
+
local eq_type = self:type()
+
return eq_type == 6 -- Carrier-based Fighter Aircraft
+
or eq_type == 45 -- Seaplane Fighter
+
or eq_type == 48 -- Land-based Fighter
+
or eq_type == 56 -- Jet-powered Fighter Aircraft
+
end
+
+
function EquipmentData:is_bomber_aircraft()
+
local eq_type = self:type()
+
or eq_type == 7 -- Carrier-based Dive Bomber
+
or eq_type == 8 -- Carrier-based Torpedo Bomber
+
or eq_type == 11 -- Seaplane Bomber
+
-- or eq_type == 25 -- Rotorcraft
+
or eq_type == 26 -- Anti-submarine Patrol Aircraft
+
or eq_type == 47 -- Land-based Attack Aircraft
+
or eq_type == 53 -- Large Land-based Aircraft
+
or eq_type == 57 -- Jet-powered Fighter-Bomber
+
or eq_type == 58 -- Jet-powered Attack Aircraft
end
end
Chocolatecravinghobo
advmod, cssedit,
Interface administrators
, janitor,
Moderators
, prechecked,
Widget editors
7,372
edits