• 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/Kaidai Type VI"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Kaidai_VIa = { class = { _name = "Kaidai VIa", _class = true, _base_type = 13, }, } return Kaidai_VIa")
 
m
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
local Kaidai_VIa = {
+
-- [[Category:Player ship class modules]]
class = {
+
 
_name = "Kaidai VIa",
+
return {
_class = true,
+
    class = {
_base_type = 13,
+
        _name = "Kaidai Type VI",
},
+
        _short_name = "Kaidai VI",
 +
        _class = false,
 +
        _base_type = 13,
 +
    },
 
}
 
}
 
return Kaidai_VIa
 

Latest revision as of 08:28, 2 February 2024

Documentation for this module may be created at Module:Data/ShipClass/Kaidai Type VI/doc

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

return {
    class = {
        _name = "Kaidai Type VI",
        _short_name = "Kaidai VI",
        _class = false,
        _base_type = 13,
    },
}