- 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/Equipment/Shinzan Kai"
< Module:Data | Equipment
Jump to navigation
Jump to search
(GitHub Action) |
Jigaraphale (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
return { | return { | ||
_name = "Shinzan Kai", | _name = "Shinzan Kai", | ||
+ | _localized_name = "Deep Mountain Mk.1", | ||
_id = 396, | _id = 396, | ||
_japanese_name = "深山改", | _japanese_name = "深山改", | ||
Line 28: | Line 29: | ||
_scrap_steel = false, | _scrap_steel = false, | ||
_scrap_bauxite = 24, | _scrap_bauxite = 24, | ||
− | _info = " | + | _info = "大きな航続距離を持つ、試作四発大型爆撃機「深山」、その改良型です。<br>米国の大型旅客機を参考に開発された試作大型爆撃機「深山」の発動機を換装、機体も改修しましたが、各部に問題が残り、結局爆撃機として戦力化されることはありませんでした。<br>続く新型大型機「連山」に、その系譜を継承されていきます。", |
+ | _info_en = "An improved version of the long-range, four-engine large bomber, \"Shinzan\".<br>Developed based on large passenger aircraft from the US, the engines were replaced and the airframe improved, but problems remained and it again was not adopted by the military.<br>Its features would be adopted by its successor, the \"Renzan\".", | ||
+ | _wikipedia = "Nakajima G5N", | ||
_buildable = false, | _buildable = false, | ||
_improvements = false, | _improvements = false, | ||
} | } |
Latest revision as of 18:39, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Shinzan Kai/doc
return {
_name = "Shinzan Kai",
_localized_name = "Deep Mountain Mk.1",
_id = 396,
_japanese_name = "深山改",
_reading = "しんざんかい",
_type = 53,
_icon = 49,
_types = {26, 46, 53, 49, 41},
_rarity = 4,
_firepower = false,
_bombing = 19,
_torpedo = 17,
_aa = 2,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 21,
_flight_range = 11,
_special = false,
_scrap_fuel = 13,
_scrap_ammo = 18,
_scrap_steel = false,
_scrap_bauxite = 24,
_info = "大きな航続距離を持つ、試作四発大型爆撃機「深山」、その改良型です。<br>米国の大型旅客機を参考に開発された試作大型爆撃機「深山」の発動機を換装、機体も改修しましたが、各部に問題が残り、結局爆撃機として戦力化されることはありませんでした。<br>続く新型大型機「連山」に、その系譜を継承されていきます。",
_info_en = "An improved version of the long-range, four-engine large bomber, \"Shinzan\".<br>Developed based on large passenger aircraft from the US, the engines were replaced and the airframe improved, but problems remained and it again was not adopted by the military.<br>Its features would be adopted by its successor, the \"Renzan\".",
_wikipedia = "Nakajima G5N",
_buildable = false,
_improvements = false,
}