- 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/Kasuga Maru"
< Module:Data | Ship
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
--Categories: | --Categories: | ||
--[[Category:Player ship modules]] | --[[Category:Player ship modules]] | ||
− | + | ||
return { | return { | ||
[""] = { | [""] = { | ||
Line 7: | Line 7: | ||
_api_id = 521, | _api_id = 521, | ||
_japanese_name = "春日丸", | _japanese_name = "春日丸", | ||
− | _reading = | + | _reading = "かすがまる", |
_type = 7, | _type = 7, | ||
− | _remodel_to = " | + | _remodel_to = "Kasuga Maru/1", |
_wikipedia = "Japanese aircraft carrier Taiyō", | _wikipedia = "Japanese aircraft carrier Taiyō", | ||
}, | }, | ||
− | ["Kai"] = "Taiyou", | + | ["1"] = { |
+ | _name = "Taiyou", | ||
+ | _api_id = 526, | ||
+ | _japanese_name = "大鷹", | ||
+ | _reading = "たいよう", | ||
+ | _type = 7, | ||
+ | _remodel_from = "Kasuga Maru/", | ||
+ | _remodel_to = "Kasuga Maru/2", | ||
+ | }, | ||
+ | ["2"] = { | ||
+ | _name = "Taiyou", | ||
+ | _suffix = "Kai", | ||
+ | _api_id = 380, | ||
+ | _japanese_name = "大鷹改", | ||
+ | _reading = "たいようかい", | ||
+ | _type = 7, | ||
+ | _remodel_from = "Kasuga Maru/1", | ||
+ | _remodel_to = "Kasuga Maru/3", | ||
+ | }, | ||
+ | ["3"] = { | ||
+ | _name = "Taiyou", | ||
+ | _suffix = "Kai Ni", | ||
+ | _api_id = 529, | ||
+ | _japanese_name = "大鷹改二", | ||
+ | _reading = "たいようかいに", | ||
+ | _type = 7, | ||
+ | _remodel_from = "Kasuga Maru/2", | ||
+ | }, | ||
} | } |
Revision as of 16:38, 2 May 2017
Documentation for this module may be created at Module:Data/Ship/Kasuga Maru/doc
--Categories:
--[[Category:Player ship modules]]
return {
[""] = {
_name = "Kasuga Maru",
_api_id = 521,
_japanese_name = "春日丸",
_reading = "かすがまる",
_type = 7,
_remodel_to = "Kasuga Maru/1",
_wikipedia = "Japanese aircraft carrier Taiyō",
},
["1"] = {
_name = "Taiyou",
_api_id = 526,
_japanese_name = "大鷹",
_reading = "たいよう",
_type = 7,
_remodel_from = "Kasuga Maru/",
_remodel_to = "Kasuga Maru/2",
},
["2"] = {
_name = "Taiyou",
_suffix = "Kai",
_api_id = 380,
_japanese_name = "大鷹改",
_reading = "たいようかい",
_type = 7,
_remodel_from = "Kasuga Maru/1",
_remodel_to = "Kasuga Maru/3",
},
["3"] = {
_name = "Taiyou",
_suffix = "Kai Ni",
_api_id = 529,
_japanese_name = "大鷹改二",
_reading = "たいようかいに",
_type = 7,
_remodel_from = "Kasuga Maru/2",
},
}