• 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/Special Purpose Ship M Type C"

From Kancolle Wiki
Jump to navigation Jump to search
m (Chocolatecravinghobo moved page Module:Data/ShipClass/Otsu to Module:Data/ShipClass/Special Purpose Ship M Type C without leaving a redirect: retranslated/corrected to in-game)
 
Line 3: Line 3:
 
return {
 
return {
 
     class = {
 
     class = {
         _name = "Otsu",
+
         _name = "Special Purpose Ship M Type C",
         _class = true,
+
         _class = false,
 
         _base_type = 17,
 
         _base_type = 17,
 
     }
 
     }
 
}
 
}

Latest revision as of 01:43, 27 January 2024

Documentation for this module may be created at Module:Data/ShipClass/Special Purpose Ship M Type C/doc

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

return {
    class = {
        _name = "Special Purpose Ship M Type C",
        _class = false,
        _base_type = 17,
    }
}