• 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/Junsen Type B"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Type_B = { class = { _name = "Type B", _class = false, _base_type = 13, }, } return Type_B")
 
m (_short_name)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
local Type_B = {
+
-- [[Category:Player ship class modules]]
class = {
+
 
_name = "Type B",
+
return {
_class = false,
+
    class = {
_base_type = 13,
+
        _name = "Junsen Type B",
},
+
        _short_name = "Junsen B",
 +
        _class = false,
 +
        _base_type = 13,
 +
    },
 
}
 
}
 
return Type_B
 

Latest revision as of 08:29, 2 February 2024

Documentation for this module may be created at Module:Data/ShipClass/Junsen Type B/doc

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

return {
    class = {
        _name = "Junsen Type B",
        _short_name = "Junsen B",
        _class = false,
        _base_type = 13,
    },
}