- 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/F4U-2 Night Corsair"
< Module:Data | Equipment
Jump to navigation
Jump to search
(F4U-2D Equip Page) |
Jigaraphale (talk | contribs) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
return { | return { | ||
_name = "F4U-2 Night Corsair", | _name = "F4U-2 Night Corsair", | ||
+ | _localized_name = "Vought F4U-2 Corsair", | ||
_id = 473, | _id = 473, | ||
_japanese_name = "F4U-2 Night Corsair", | _japanese_name = "F4U-2 Night Corsair", | ||
_reading = nil, | _reading = nil, | ||
− | _type = | + | _type = 6, |
_icon = 45, | _icon = 45, | ||
+ | _types = {3, 5, 6, 45, 50}, | ||
_rarity = 5, | _rarity = 5, | ||
_firepower = 1, | _firepower = 1, | ||
Line 13: | Line 15: | ||
_armor = false, | _armor = false, | ||
_asw = 5, | _asw = 5, | ||
− | _shelling_accuracy = | + | _shelling_accuracy = 1, |
_torpedo_accuracy = false, | _torpedo_accuracy = false, | ||
_evasion = 2, | _evasion = 2, | ||
Line 26: | Line 28: | ||
_scrap_ammo = 4, | _scrap_ammo = 4, | ||
_scrap_steel = false, | _scrap_steel = false, | ||
− | _scrap_bauxite = | + | _scrap_bauxite = 7, |
+ | _info = "高性能艦上戦闘機として開発が進められたF4U、航空母艦での運用が難しいと思われた初期型は陸上から運用されました。<br>その後改良され、機動部隊に配備されていきます。<br>レーダーポッド装備の本機は、ナイトコルセアと呼ばれた夜間戦闘機型です。<br>大戦後期にも少数が実戦配備され、夜間迎撃、夜間作戦などに投入されました。", | ||
+ | _info_en = "The F4U was developed as a high-performance carrier-based fighter, but the early models which experienced difficulties with carrier operations, was operated from land instead.<br>After some upgrades, they were deployed to carrier task forces.<br>This unit is a \"Night Corsair\" equipped with a radar pod for night operations.<br>A small number were deployed late in World War II for night interceptions and operations.", | ||
+ | _wikipedia = "Vought F4U Corsair", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
} | } |
Latest revision as of 22:12, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/F4U-2 Night Corsair/doc
return {
_name = "F4U-2 Night Corsair",
_localized_name = "Vought F4U-2 Corsair",
_id = 473,
_japanese_name = "F4U-2 Night Corsair",
_reading = nil,
_type = 6,
_icon = 45,
_types = {3, 5, 6, 45, 50},
_rarity = 5,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 9,
_armor = false,
_asw = 5,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = 2,
_los = 2,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 9,
_flight_range = 6,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 4,
_scrap_steel = false,
_scrap_bauxite = 7,
_info = "高性能艦上戦闘機として開発が進められたF4U、航空母艦での運用が難しいと思われた初期型は陸上から運用されました。<br>その後改良され、機動部隊に配備されていきます。<br>レーダーポッド装備の本機は、ナイトコルセアと呼ばれた夜間戦闘機型です。<br>大戦後期にも少数が実戦配備され、夜間迎撃、夜間作戦などに投入されました。",
_info_en = "The F4U was developed as a high-performance carrier-based fighter, but the early models which experienced difficulties with carrier operations, was operated from land instead.<br>After some upgrades, they were deployed to carrier task forces.<br>This unit is a \"Night Corsair\" equipped with a radar pod for night operations.<br>A small number were deployed late in World War II for night interceptions and operations.",
_wikipedia = "Vought F4U Corsair",
_buildable = false,
_improvements = false,
}