- 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/Corsair Mk.II"
< 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 = "Corsair Mk.II", | _name = "Corsair Mk.II", | ||
+ | _localized_name = "Vought F4U-1D Corsair", | ||
_id = 434, | _id = 434, | ||
_japanese_name = "Corsair Mk.II", | _japanese_name = "Corsair Mk.II", | ||
Line 28: | Line 29: | ||
_scrap_steel = false, | _scrap_steel = false, | ||
_scrap_bauxite = 7, | _scrap_bauxite = 7, | ||
− | _info = " | + | _info = "高性能艦上戦闘機として米国で開発が進められたF4U、航空母艦での運用が難しいと思われた初期型は陸上から運用されました。<br>本機は紅茶の国に供給された、その艦載機型です。<br>同機は「Corsair Mk.II」と呼ばれ、紅茶の国の航空母艦に搭載され、活躍しました。", |
+ | _info_en = "The F4U was developed by the US as a highly-capable carrier-based fighter, with the early models having difficulties operating from carriers and so were operated from land instead.<br>This plane is a carrier-based model that was supplied to the country of tea.<br>Known as the \"Corsair Mk.II\", it was deployed and operated from carriers of the country of tea.", | ||
+ | _wikipedia = "Vought F4U Corsair", | ||
_buildable = false, | _buildable = false, | ||
_improvements = false, | _improvements = false, | ||
} | } |
Latest revision as of 20:44, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Corsair Mk.II/doc
return {
_name = "Corsair Mk.II",
_localized_name = "Vought F4U-1D Corsair",
_id = 434,
_japanese_name = "Corsair Mk.II",
_reading = nil,
_type = 6,
_icon = 6,
_types = {3, 5, 6, 6, 46},
_rarity = 4,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 10,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = 1,
_los = 1,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 9,
_flight_range = 6,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 5,
_scrap_steel = false,
_scrap_bauxite = 7,
_info = "高性能艦上戦闘機として米国で開発が進められたF4U、航空母艦での運用が難しいと思われた初期型は陸上から運用されました。<br>本機は紅茶の国に供給された、その艦載機型です。<br>同機は「Corsair Mk.II」と呼ばれ、紅茶の国の航空母艦に搭載され、活躍しました。",
_info_en = "The F4U was developed by the US as a highly-capable carrier-based fighter, with the early models having difficulties operating from carriers and so were operated from land instead.<br>This plane is a carrier-based model that was supplied to the country of tea.<br>Known as the \"Corsair Mk.II\", it was deployed and operated from carriers of the country of tea.",
_wikipedia = "Vought F4U Corsair",
_buildable = false,
_improvements = false,
}