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 00:21, 29 October 2017
10 bytes added
,
7 years ago
m
no edit summary
Line 602:
Line 602:
local result = {}
local result = {}
for ship_type, compatibility_table in pairs(EquipmentCompatibility) do
for ship_type, compatibility_table in pairs(EquipmentCompatibility) do
−
result[ship_type] = compatibility_table[equipment_type]
+
result[ship_type] = compatibility_table[equipment_type]
or 0
end
end
return result
return result
Line 608:
Line 608:
local compatibility_table = EquipmentCompatibility[ship_type]
local compatibility_table = EquipmentCompatibility[ship_type]
if compatibility_table then
if compatibility_table then
−
local compatibility = compatibility_table[equipment_type]
+
local compatibility = compatibility_table[equipment_type]
or 0
if type(compatibility) ~= "table" then
if type(compatibility) ~= "table" then
return compatibility
return compatibility
がか
cssedit, gkautomate
7,064
edits