• 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/Kunashiri"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Player ship modules return { [""] = { _name = "Kunashiri", _api_id = 518, _japanese_name = "国後", _reading...")
 
com>ArdWar
m
Line 10: Line 10:
 
         _type = 1,
 
         _type = 1,
 
         _remodel_to = "Kunashiri/Kai",
 
         _remodel_to = "Kunashiri/Kai",
         _wikipedia = "Japanese aircraft carrier Taiyō",
+
         _wikipedia = "Japanese_escort_Kunashiri",
 
     },
 
     },
 
     ["Kai"] = {
 
     ["Kai"] = {

Revision as of 16:51, 2 May 2017

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

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

return {
    [""] = {
        _name = "Kunashiri",
        _api_id = 518,
        _japanese_name = "国後",
        _reading = "くなしり",
        _type = 1,
        _remodel_to = "Kunashiri/Kai",
        _wikipedia = "Japanese_escort_Kunashiri",
    },
    ["Kai"] = {
        _name = "Kunashiri",
        _suffix = "Kai",
        _api_id = 377,
        _japanese_name = "国後改",
        _reading = "くなしりかい",
        _type = 1,
        _remodel_from = "Kunashiri/",
    },
}