- 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"
Jump to navigation
Jump to search
com>Ckwng |
|||
Line 1: | Line 1: | ||
− | + | -- [[Category:Misc data modules]] | |
− | + | ||
+ | return { | ||
+ | fit_groups = { | ||
--List of fit gun groups | --List of fit gun groups | ||
+ | "35.6cm/38cm", | ||
+ | "381mm", | ||
+ | "41cm", | ||
+ | "16inch", | ||
+ | "Proto 46cm", | ||
+ | "46cm", | ||
+ | "51cm", | ||
+ | }, | ||
+ | large_caliber = { | ||
"35.6cm/38cm", | "35.6cm/38cm", | ||
"381mm", | "381mm", | ||
Line 11: | Line 22: | ||
}, | }, | ||
} | } | ||
− | |||
− |
Revision as of 16:12, 4 November 2017
Documentation for this module may be created at Module:GunFitGroups/doc
-- [[Category:Misc data modules]]
return {
fit_groups = {
--List of fit gun groups
"35.6cm/38cm",
"381mm",
"41cm",
"16inch",
"Proto 46cm",
"46cm",
"51cm",
},
large_caliber = {
"35.6cm/38cm",
"381mm",
"41cm",
"16inch",
"Proto 46cm",
"46cm",
"51cm",
},
}