• 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/Ship/Kamoi"

From Kancolle Wiki
Jump to navigation Jump to search
m
Line 9: Line 9:
 
         _reading = "かもい",
 
         _reading = "かもい",
 
         _type = 22,
 
         _type = 22,
 +
        _remodel_to = "Kamoi/Kai",
 
         _wikipedia = "Japanese seaplane tender Kamoi",
 
         _wikipedia = "Japanese seaplane tender Kamoi",
 
     },
 
     },
 
     ["Kai"] = {
 
     ["Kai"] = {
_name = "Kamoi",
+
        _name = "Kamoi",
_suffix = "Kai",
+
        _suffix = "Kai",
 
         _japanese_name = "神威改",
 
         _japanese_name = "神威改",
 
         _reading = "かもいかい",
 
         _reading = "かもいかい",
 +
        _remodel_from = "Kamoi/",
 
     },
 
     },
 
}
 
}

Revision as of 14:26, 2 May 2017

Documentation for this module may be created at Module:Data/Ship/Kamoi/doc

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

return {
    [""] = {
        _name = "Kamoi",
        _api_id = 162,
        _japanese_name = "神威",
        _reading = "かもい",
        _type = 22,
        _remodel_to = "Kamoi/Kai",
        _wikipedia = "Japanese seaplane tender Kamoi",
    },
    ["Kai"] = {
        _name = "Kamoi",
        _suffix = "Kai",
        _japanese_name = "神威改",
        _reading = "かもいかい",
        _remodel_from = "Kamoi/",
    },
}