• 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
m
no edit summary
Line 469: Line 469:  
if ship_type == 8 or ship_type == 9 or ship_type == 10 then
 
if ship_type == 8 or ship_type == 9 or ship_type == 10 then
 
local rows = {}
 
local rows = {}
for _, fit_group in ipairs(require('Module:LargeCaliberMainGunFit').fit_groups) do
+
for _, fit_group in ipairs(require('Module:GunFitGroups').large_caliber) do
 
table.insert(rows, format{self._gun_fit_group_template, fit_group = fit_group, fit = Formatting:format_fit_bonus(self._ship:gun_fit_properties(fit_group))})
 
table.insert(rows, format{self._gun_fit_group_template, fit_group = fit_group, fit = Formatting:format_fit_bonus(self._ship:gun_fit_properties(fit_group))})
 
end
 
end
cssedit, gkautomate
6,941

edits

Navigation menu