Changes

no edit summary
Line 2: Line 2:  
--[[Category:Player ship modules]]
 
--[[Category:Player ship modules]]
   −
local Furutaka = {
+
return {
 
[""] = {
 
[""] = {
 
_name = "Furutaka",
 
_name = "Furutaka",
Line 183: Line 183:  
_implementation_date = {2014, 12, 1},
 
_implementation_date = {2014, 12, 1},
 
},
 
},
["Yukata"] = {
+
seasonals = {
_name = "Furutaka",
+
{ _suffix = "Yukata", _season = "Mid-Summer 2017" },
_suffix = "Yukata",
  −
_display_suffix = "(Yukata)",
  −
_api_id = nil,
  −
_type = 5,
  −
_seasonal = true,
  −
_simple_naming = true,
   
},
 
},
 
class = {
 
class = {
Line 198: Line 192:  
},
 
},
 
}
 
}
  −
return Furutaka
 
Anonymous user