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
← Older edit
Newer edit →
Module:EquipmentData
(view source)
Revision as of 02:12, 29 October 2022
578 bytes added
,
2 years ago
is_main_gun & is_reconnaissance_aircraft
Line 433:
Line 433:
return eq_type == 3 -- Large Caliber Main Gun
return eq_type == 3 -- Large Caliber Main Gun
or eq_type == 38 -- Large Caliber Main Gun (II)
or eq_type == 38 -- Large Caliber Main Gun (II)
+
end
+
+
function EquipmentData:is_main_gun()
+
local eq_type = self:type()
+
return eq_type == 1 -- Small Caliber Main Guns
+
or eq_type == 2 -- Medium Caliber Main Guns
+
or eq_type == 3 -- Large Caliber Main Guns
+
or eq_type == 38 -- Large Caliber Main Guns (II)
end
end
Line 441:
Line 449:
function EquipmentData:is_not_aafd()
function EquipmentData:is_not_aafd()
return not (self:is_aafd())
return not (self:is_aafd())
+
end
+
+
function EquipmentData:is_reconnaissance_aircraft()
+
local eq_type = self:type()
+
return eq_type == 9 -- Carrier-based Reconnaissance Aircraft
+
or eq_type == 10 -- Reconnaissance Seaplanes
+
or eq_type == 49 -- Land-based Reconnaissance Aircraft
+
or eq_type == 94 -- Carrier-based Reconnaissance Aircraft (II)
end
end
Chocolatecravinghobo
advmod, cssedit,
Interface administrators
, janitor,
Moderators
, prechecked,
Widget editors
7,361
edits
Navigation menu
Personal tools
Log in
Request account
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Content Navigation
Kancolle Wiki
Random page
Recent changes
Batch Uploading
Current Mini-event
Naval District Saury Festival
Sortie
Sortie
World 1 (Naval Base Waters)
World 2 (Nansei Island Waters)
World 3 (Northern Waters)
World 7 (South Western Waters)
World 4 (Western Waters)
World 5 (Southern Waters)
World 6 (Central Waters)
Events
Shortcuts
Expeditions
Quests
Ships Maximum Status
Equipment
Construction
Development
Akashi's Improvement Arsenal
Shop
Inventory
Combat Mechanics
Glossary
Drop List
Interviews
Tutorials
How to Register
How To Play
Leveling
Resource Farming
Ship Priority
Equipment Setup
Akashi Upgrades
Event Preparation
Troubleshooting
FAQ
Community
Help
Sandbox
Tools
Upload file
Special pages
Printable version