• 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/Type IXC U-boat"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Consistency with zukan)
m (6 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local Type_IXC_U_boat = {
+
-- [[Category:Player ship class modules]]
class = {
+
 
_name = "Type IXC U-boat",
+
return {
_short_name = "Type IXC",
+
    class = {
_is_type = true,
+
        _name = "Type IXC U-boat",
_base_type = 13,
+
        _short_name = "Type IXC",
},
+
        _is_type = true,
 +
        _base_type = 13,
 +
    },
 
}
 
}
 
return Type_IXC_U_boat
 

Latest revision as of 14:46, 12 May 2021

Documentation for this module may be created at Module:Data/ShipClass/Type IXC U-boat/doc

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

return {
    class = {
        _name = "Type IXC U-boat",
        _short_name = "Type IXC",
        _is_type = true,
        _base_type = 13,
    },
}