• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:Data/ShipClass/Type IXC U-boat"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Type_IXC = { class = { _name = "Type IXC", _class = false, _base_type = 13, }, } return Type_IXC")
 
com>Ckwng
(Consistency with zukan)
Line 1: Line 1:
local Type_IXC = {
+
local Type_IXC_U_boat = {
 
class = {
 
class = {
_name = "Type IXC",
+
_name = "Type IXC U-boat",
_class = false,
+
_short_name = "Type IXC",
 +
_is_type = true,
 
_base_type = 13,
 
_base_type = 13,
 
},
 
},
 
}
 
}
  
return Type_IXC
+
return Type_IXC_U_boat

Revision as of 06:14, 26 August 2015

Documentation for this module may be created at Module:Data/ShipClass/Type IXC U-boat/doc

local Type_IXC_U_boat = {
	class = {
		_name = "Type IXC U-boat",
		_short_name = "Type IXC",
		_is_type = true,
		_base_type = 13,
	},
}

return Type_IXC_U_boat