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

Module:Data/Ship/Sado

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 21:15, 16 November 2017 by Rambern4 (talk | contribs) (Created page with "--Categories: --Category:Player ship modules return { [""] = { _name = "Sado", _japanese_name = "佐渡", _reading = "さど", _class...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Ship/Sado/doc

--Categories:
--[[Category:Player ship modules]]
 
return {
    [""] = {
        _name = "Sado",
        _japanese_name = "佐渡",
        _reading = "さど",
        _class = "Etorofu",
        _class_number = 3,
        _type = 1,
		_remodel_from = false,
		_remodel_to = "Sado/Kai",
        _voice_actor = " ",
        _artist = "",
        _wikipedia = "",
    },
    ["Kai"] = {
        _name = "Sado",
        _suffix = "Kai",
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "佐渡改",
        _reading = "さどかい",
        _class = "Etorofu",
        _class_number = 3,
        _type = 1,
		_remodel_from = "Tsushima/",
		_remodel_to = false,
    },
}