- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 2:
Line 2:
− local Yamashiro = {+
Line 189:
Line 189:
− ["New Year"] = { +
− _name = "Yamashiro", +
− _suffix = "New Year",+
− _display_suffix = "(New Year)",+
− _api_id = 978, +
− _type = 9,+
− _seasonal = true,
− },
− ["Summer"] = {
− _name = "Yamashiro",
− _suffix = "Summer",
− _display_suffix = "(Summer)",
− _api_id = 876,
− _type = 9,
− _seasonal = true,
− },
− ["Shopping"] = "/Oyakodon",
− ["Oyakodon"] = {
− _name = "Yamashiro",
−
− _display_suffix = "(Oyakodon)",
− _api_id = 862,
− _type = 9,
− _seasonal = true,
− },
− ["Zuiun"] = {
− _name = "Yamashiro",
− _suffix = "Zuiun",
− _display_suffix = "(Zuiun)",
− _api_id = nil,
− _type = 9,
− _seasonal = true,
− _simple_naming = true,
−
− return Yamashiro
no edit summary
--[[Category:Player ship modules]]
--[[Category:Player ship modules]]
return {
[""] = {
[""] = {
_name = "Yamashiro",
_name = "Yamashiro",
_implementation_date = {2014, 11, 20},
_implementation_date = {2014, 11, 20},
},
},
seasonals = {
{ _suffix = "New Year", _season = "New Year 2016" },
{ _suffix = "Summer", _season = "Early Summer 2016" },
{ _suffix = "Oyakodon", _season = "Fall 2016" },
{ _suffix = "Zuiun", _season = "Mid-Summer 2017" },
["Shopping"] = "/Oyakodon",
_suffix = "Oyakodon",
},
},
}
}