Module:GunFitGroups

Revision as of 22:40, 20 June 2016 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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