• 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")
 
m (5 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local Sentoku = {
+
-- [[Category:Player ship class modules]]
class = {
+
 
_name = "Sentoku",
+
return {
_class = true,
+
    class = {
_base_type = 14,
+
        _name = "Sentoku (I-400)",
},
+
        _short_name = "Sentoku",
 +
        _class = true,
 +
        _base_type = 14,
 +
    },
 
}
 
}
 
return Sentoku
 

Latest revision as of 14:45, 12 May 2021

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

-- [[Category:Player ship class modules]]

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