- 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:Data/ShipClass/Vittorio Veneto"
Jump to navigation
Jump to search
com>Ckwng (Created page with "local Vittorio_Veneto = { class = { _name = "Vittorio Veneto", _class = true, _base_type = 8, }, } return Vittorio_Veneto") |
com>Ckwng |
||
Line 4: | Line 4: | ||
_class = true, | _class = true, | ||
_base_type = 8, | _base_type = 8, | ||
+ | _gun_fit_properties = { | ||
+ | ["35.6cm/38cm"] = 1, | ||
+ | ["381mm"] = 0, | ||
+ | ["41cm"] = -1, | ||
+ | ["16inch"] = nil, | ||
+ | ["46cm-"] = -1, | ||
+ | ["46cm"] = -1, | ||
+ | }, | ||
}, | }, | ||
} | } | ||
return Vittorio_Veneto | return Vittorio_Veneto |
Revision as of 09:15, 20 June 2016
Documentation for this module may be created at Module:Data/ShipClass/Vittorio Veneto/doc
local Vittorio_Veneto = {
class = {
_name = "Vittorio Veneto",
_class = true,
_base_type = 8,
_gun_fit_properties = {
["35.6cm/38cm"] = 1,
["381mm"] = 0,
["41cm"] = -1,
["16inch"] = nil,
["46cm-"] = -1,
["46cm"] = -1,
},
},
}
return Vittorio_Veneto