• 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 Kai Ni"

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

Latest revision as of 08:28, 2 February 2024

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

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

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