Changes

no edit summary
Line 2: Line 2:  
--[[Category:Player ship modules]]
 
--[[Category:Player ship modules]]
   −
local Kawakaze = {
+
return {
 
[""] = {
 
[""] = {
 
_name = "Kawakaze",
 
_name = "Kawakaze",
Line 178: Line 178:  
_implementation_date = {2016, 4, 22},
 
_implementation_date = {2016, 4, 22},
 
},
 
},
["Fall"] = "/Yukata",
+
seasonals = {
["Yukata"] = {
+
{ _suffix = "Yukata", _season = "Fall 2015" },
_name = "Kawakaze",
+
{ _suffix = "Xmas", _season = "Christmas 2015" },
_suffix = "Yukata",
+
["Fall"] = "/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
 
Anonymous user