• 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
(tentative phonetic translation until meaning being clarified)
Line 20: Line 20:
 
         _type = 16,
 
         _type = 16,
 
         _remodel_from = "Kamoi/",
 
         _remodel_from = "Kamoi/",
 +
        _remodel_to = "Kamoi/Kai Bo",
 +
    },
 +
    ["Kai Bo"] = {
 +
        _name = "Kamoi",
 +
        _suffix = "Kai Bo",
 +
        _api_id = 500,
 +
        _japanese_name = "神威改母",
 +
        _reading = "かもいかい",
 +
        _type = 22,
 +
        _remodel_from = "Kamoi/Kai",
 
     },
 
     },
 
}
 
}

Revision as of 16:27, 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",
        _api_id = 499,
        _japanese_name = "神威改",
        _reading = "かもいかい",
        _type = 16,
        _remodel_from = "Kamoi/",
        _remodel_to = "Kamoi/Kai Bo",
    },
    ["Kai Bo"] = {
        _name = "Kamoi",
        _suffix = "Kai Bo",
        _api_id = 500,
        _japanese_name = "神威改母",
        _reading = "かもいかい",
        _type = 22,
        _remodel_from = "Kamoi/Kai",
    },
}