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

From Kancolle Wiki
Jump to navigation Jump to search
com>Printspike
(Created page with "local Lexington = { class = { _name = "Lexington", _class = true, _base_type = 11, } } return Lexington")
 
m (5 revisions imported)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
local Lexington = {
+
-- [[Category:Player ship class modules]]
class = {
+
 
_name = "Lexington",
+
return {
_class = true,
+
    class = {
_base_type = 11,
+
        _name = "Lexington",
}
+
        _class = true,
 +
        _base_type = 11,
 +
    }
 
}
 
}
 
return Lexington
 

Latest revision as of 15:05, 12 May 2021

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

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

return {
    class = {
        _name = "Lexington",
        _class = true,
        _base_type = 11,
    }
}