- 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 Kawakaze = {+
Line 178:
Line 178:
− ["Fall"] = "/Yukata", +
− ["Yukata"] = {+
− _name = "Kawakaze", +
− _suffix = "Yukata",+
− _display_suffix = "(Yukata)",
− _api_id = 940,
− _type = 2,
− _seasonal = true,
− },
− ["Xmas"] = {
− _name = "Kawakaze",
− _suffix = "Xmas",
− _display_suffix = "(Xmas)",
− _api_id = 964,
− _type = 2,
− _seasonal = true,
−
− return Kawakaze
no edit summary
--[[Category:Player ship modules]]
--[[Category:Player ship modules]]
return {
[""] = {
[""] = {
_name = "Kawakaze",
_name = "Kawakaze",
_implementation_date = {2016, 4, 22},
_implementation_date = {2016, 4, 22},
},
},
seasonals = {
{ _suffix = "Yukata", _season = "Fall 2015" },
{ _suffix = "Xmas", _season = "Christmas 2015" },
["Fall"] = "/Yukata",
},
},
}
}