• 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
m (Ckwng moved page Module:Type IXC to Module:Type IXC U-boat: Consistency with zukan)
com>Kenji135
m
Line 1: Line 1:
local Type_IXC_U_boat = {
+
return {
class = {
+
    class = {
_name = "Type IXC U-boat",
+
        _name = "Type IXC U-boat",
_short_name = "Type IXC",
+
        _short_name = "Type IXC",
_is_type = true,
+
        _is_type = true,
_base_type = 13,
+
        _base_type = 13,
},
+
    },
 
}
 
}
 
return Type_IXC_U_boat
 

Revision as of 09:38, 1 January 2018

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

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