Difference between revisions of "Module:Data/Equipment/Fairey Seafox Kai"

m (Botkaze moved page Module:Fairey Seafox Kai to Module:Data/Equipment/Fairey Seafox Kai without leaving a redirect)
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Fairey Seafox Kai",
 
   _name = "Fairey Seafox Kai",
Line 6: Line 4:
 
   _japanese_name = "Fairey Seafox改",
 
   _japanese_name = "Fairey Seafox改",
 
   _reading = nil,
 
   _reading = nil,
   _type = 10, -- 5,7,10,10,28
+
   _type = 10,
 
   _icon = 10,
 
   _icon = 10,
 +
  _types = {5, 7, 10, 10, 28},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 2,
 
   _firepower = 2,
Line 29: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "紅茶の国で開発/運用されたOspreyの後継たる艦艇運用を前提とした水上偵察機です。<br>複葉でありながら剛性の高い機体で、大戦中期まで巡洋艦以上の艦艇に搭載され、航空索敵や弾着観測などで活躍しました。<br>本機は、そのif改良輸出型です。",
 +
  _info_en = "This reconnaissance seaplane was developed and operated by the country of tea as the successor to the Osprey.<br>Even though it was a biplane, it had a rigid airframe. During the war, it was equipped on cruisers and performed aerial reconnaissance and artillery spotting.<br>This particular plane is a what-if export model.",
 +
  _wikipedia = "Fairey Seafox",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = true,
 
}
 
}

Latest revision as of 15:00, 9 May 2024

Documentation for this module may be created at Module:Data/Equipment/Fairey Seafox Kai/doc

return {
  _name = "Fairey Seafox Kai",
  _id = 371,
  _japanese_name = "Fairey Seafox改",
  _reading = nil,
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 28},
  _rarity = 4,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 6,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "紅茶の国で開発/運用されたOspreyの後継たる艦艇運用を前提とした水上偵察機です。<br>複葉でありながら剛性の高い機体で、大戦中期まで巡洋艦以上の艦艇に搭載され、航空索敵や弾着観測などで活躍しました。<br>本機は、そのif改良輸出型です。",
  _info_en = "This reconnaissance seaplane was developed and operated by the country of tea as the successor to the Osprey.<br>Even though it was a biplane, it had a rigid airframe. During the war, it was equipped on cruisers and performed aerial reconnaissance and artillery spotting.<br>This particular plane is a what-if export model.",
  _wikipedia = "Fairey Seafox",
  _buildable = false,
  _improvements = true,
}