• 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/Sentoku"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Sentoku = { class = { _name = "Sentoku", _class = true, _base_type = 14, }, } return Sentoku")
 
com>Ckwng
(Consistency with zukan)
Line 1: Line 1:
 
local Sentoku = {
 
local Sentoku = {
 
class = {
 
class = {
_name = "Sentoku",
+
_name = "Sentoku (I-400)",
 +
_short_name = "Sentoku",
 
_class = true,
 
_class = true,
 
_base_type = 14,
 
_base_type = 14,

Revision as of 06:16, 26 August 2015

Documentation for this module may be created at Module:Data/ShipClass/Sentoku/doc

local Sentoku = {
	class = {
		_name = "Sentoku (I-400)",
		_short_name = "Sentoku",
		_class = true,
		_base_type = 14,
	},
}

return Sentoku