Module:Data/ShipClass/Lexington

< Module:Data
Revision as of 14:15, 3 May 2017 by com>Printspike (Created page with "local Lexington = { class = { _name = "Lexington", _class = true, _base_type = 11, } } return Lexington")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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