• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:GunFitGroups"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local LargeCaliberMainGunFit = { fit_groups = { --Set of fit gun groups ["35.6cm/38cm"] = true, ["381mm"] = true, ["41cm"] = true, ["16inch"] = true, ["Proto 46cm...")
 
com>Ckwng
Line 1: Line 1:
 
local LargeCaliberMainGunFit = {
 
local LargeCaliberMainGunFit = {
 
fit_groups = {
 
fit_groups = {
--Set of fit gun groups
+
--List of fit gun groups
["35.6cm/38cm"] = true,
+
"35.6cm/38cm",
["381mm"] = true,
+
"381mm",
["41cm"] = true,
+
"41cm",
["16inch"] = true,
+
"16inch",
["Proto 46cm"] = true,
+
"Proto 46cm",
["46cm"] = true,
+
"46cm",
["51cm"] = true,
+
"51cm",
 
},
 
},
 
}
 
}

Revision as of 22:50, 20 June 2016

Documentation for this module may be created at Module:GunFitGroups/doc

local LargeCaliberMainGunFit = {
	fit_groups = {
		--List of fit gun groups
		"35.6cm/38cm",
		"381mm",
		"41cm",
		"16inch",
		"Proto 46cm",
		"46cm",
		"51cm",
	},
}