Difference between revisions of "Module:Data/Equipment/F4U-4"

 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "F4U-4",
 
   _name = "F4U-4",
 +
  _localized_name = "Vought F4U-4 Corsair",
 
   _id = 474,
 
   _id = 474,
 
   _japanese_name = "F4U-4",
 
   _japanese_name = "F4U-4",
 
   _reading = nil,
 
   _reading = nil,
   _type = 7, -- 3,5,7,7,50
+
   _type = 7,
 
   _icon = 7,
 
   _icon = 7,
 +
  _types = {3, 5, 7, 7, 50},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = 2,
 
   _firepower = 2,
Line 27: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 9,
 
   _scrap_bauxite = 9,
 +
  _info = "高性能艦上戦闘機として開発が進められたF4U、航空母艦での運用が難しいと思われた初期型は陸上から運用されました。<br>強化改良戦闘爆撃型である各バージョンは、大戦後も航空母艦で運用され、マルチロールな活躍ぶりを発揮、戦闘爆撃機として長い間現役を務めます。<br>本機は強力なエンジンと4枚プロペラを持つ、その後期生産型です。",
 +
  _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>Each of the upgraded and improved fighter/bomber versions continued to be operated from carriers even after the war. Its success as a multi-role aircraft is well demonstrated and it served well as a fighter/bomber.<br>This unit is a late model with a powerful engine and four propellers.",
 +
  _wikipedia = "Vought F4U Corsair",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Latest revision as of 22:13, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/F4U-4/doc

return {
  _name = "F4U-4",
  _localized_name = "Vought F4U-4 Corsair",
  _id = 474,
  _japanese_name = "F4U-4",
  _reading = nil,
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 50},
  _rarity = 5,
  _firepower = 2,
  _bombing = 6,
  _torpedo = false,
  _aa = 10,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 6,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 6,
  _scrap_steel = false,
  _scrap_bauxite = 9,
  _info = "高性能艦上戦闘機として開発が進められたF4U、航空母艦での運用が難しいと思われた初期型は陸上から運用されました。<br>強化改良戦闘爆撃型である各バージョンは、大戦後も航空母艦で運用され、マルチロールな活躍ぶりを発揮、戦闘爆撃機として長い間現役を務めます。<br>本機は強力なエンジンと4枚プロペラを持つ、その後期生産型です。",
  _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>Each of the upgraded and improved fighter/bomber versions continued to be operated from carriers even after the war. Its success as a multi-role aircraft is well demonstrated and it served well as a fighter/bomber.<br>This unit is a late model with a powerful engine and four propellers.",
  _wikipedia = "Vought F4U Corsair",
  _buildable = false,
  _improvements = false,
}