• 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/Special Purpose Ship Type C"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Hei = { class = { _name = "Hei", _class = true, _base_type = 17, } } return Hei")
 
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
local Hei = {
+
-- [[Category:Player ship class modules]]
class = {
+
 
_name = "Hei",
+
return {
_class = true,
+
    class = {
_base_type = 17,
+
        _name = "Special Purpose Ship Type C",
}
+
        _class = false,
 +
        _base_type = 17,
 +
    }
 
}
 
}
 
return Hei
 

Latest revision as of 01:42, 27 January 2024

Documentation for this module may be created at Module:Data/ShipClass/Special Purpose Ship Type C/doc

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

return {
    class = {
        _name = "Special Purpose Ship Type C",
        _class = false,
        _base_type = 17,
    }
}