- 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 Hamakaze = {+
Line 120:
Line 120:
− ["Valentine"] = { +
− _name = "Hamakaze", +
− _suffix = "Valentine",+
− _display_suffix = "(Valentine's)",+
− _api_id = 917,
− _type = 2,
− _seasonal = true,
− },
− ["Fall"] = "/Yukata",
− ["Yukata"] = {
− _name = "Hamakaze",
− _suffix = "Yukata",
− _display_suffix = "(Yukata)",
− _api_id = 939,
− _type = 2,
− _seasonal = true,
−
− return Hamakaze
no edit summary
--[[Category:Player ship modules]]
--[[Category:Player ship modules]]
return {
[""] = {
[""] = {
_name = "Hamakaze",
_name = "Hamakaze",
},
},
},
},
seasonals = {
{ _suffix = "Valentine", _season = "Valentines 2015" },
{ _suffix = "Yukata", _season = "Fall 2015" },
["Fall"] = "/Yukata",
},
},
}
}