• 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/Guglielmo Marconi"

From Kancolle Wiki
Jump to navigation Jump to search
com>Printspike
m (Printspike moved page Module:Marconi to Module:Guglielmo Marconi)
m (6 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local Marconi = {
+
-- [[Category:Player ship class modules]]
class = {
+
 
_name = "Marconi",
+
return {
_class = true,
+
    class = {
_base_type = 13,
+
        _name = "Guglielmo Marconi",
},
+
        _class = true,
 +
        _base_type = 13,
 +
    },
 
}
 
}
 
return Marconi
 

Latest revision as of 15:07, 12 May 2021

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

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

return {
    class = {
        _name = "Guglielmo Marconi",
        _class = true,
        _base_type = 13,
    },
}