- 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/Fw 190 D-9"
< Module:Data | Equipment
Jump to navigation
Jump to search
m |
Jigaraphale (talk | contribs) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "Fw 190 D-9", | _name = "Fw 190 D-9", | ||
Line 6: | Line 4: | ||
_japanese_name = "Fw190 D-9", | _japanese_name = "Fw190 D-9", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 48, | + | _type = 48, |
_icon = 38, | _icon = 38, | ||
+ | _types = {22, 39, 48, 38, 37}, | ||
_rarity = 5, | _rarity = 5, | ||
_firepower = 2, | _firepower = 2, | ||
Line 29: | Line 28: | ||
_scrap_steel = false, | _scrap_steel = false, | ||
_scrap_bauxite = 9, | _scrap_bauxite = 9, | ||
+ | _info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シリーズ。<br>タンク博士の設計により誕生し、フォッケウルフの名で親しまれた名機です。<br>徐々に連合軍の新鋭機と物量に圧された同機の性能向上型です。<br>崩壊しつつある自国防空、そしてラインの護り作戦などに投入されました。<br>さらにFw190は、後継改良型のTa152へと発展していきます。", | ||
+ | _info_en = "The Fw190 series is a powerful and reliable fighter developed and mass-produced by a certain country. <br>That high-performance plane was created from Mr. Tank's designs and is better known as the Focke-Wulf. <br>This plane is an improved model in response to the pressures of new planes and Allied materiel.<br>It was put into service to aid the collapsing air defense of the country and to protect the Rhine. <br>Furthermore, the Fw190 can be developed into its successor, the Ta152.", | ||
+ | _wikipedia = "Focke-Wulf Fw 190", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
} | } |
Latest revision as of 11:39, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Fw 190 D-9/doc
return {
_name = "Fw 190 D-9",
_id = 354,
_japanese_name = "Fw190 D-9",
_reading = nil,
_type = 48,
_icon = 38,
_types = {22, 39, 48, 38, 37},
_rarity = 5,
_firepower = 2,
_bombing = false,
_torpedo = false,
_aa = 12,
_armor = false,
_asw = false,
_shelling_accuracy = 3,
_torpedo_accuracy = false,
_evasion = 3,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 8,
_flight_range = 3,
_special = false,
_scrap_fuel = 3,
_scrap_ammo = 4,
_scrap_steel = false,
_scrap_bauxite = 9,
_info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シリーズ。<br>タンク博士の設計により誕生し、フォッケウルフの名で親しまれた名機です。<br>徐々に連合軍の新鋭機と物量に圧された同機の性能向上型です。<br>崩壊しつつある自国防空、そしてラインの護り作戦などに投入されました。<br>さらにFw190は、後継改良型のTa152へと発展していきます。",
_info_en = "The Fw190 series is a powerful and reliable fighter developed and mass-produced by a certain country. <br>That high-performance plane was created from Mr. Tank's designs and is better known as the Focke-Wulf. <br>This plane is an improved model in response to the pressures of new planes and Allied materiel.<br>It was put into service to aid the collapsing air defense of the country and to protect the Rhine. <br>Furthermore, the Fw190 can be developed into its successor, the Ta152.",
_wikipedia = "Focke-Wulf Fw 190",
_buildable = false,
_improvements = false,
}