Difference between revisions of "Module:Data/Equipment/SOC Seagull"

m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "SOC Seagull",
 
   _name = "SOC Seagull",
 +
  _localized_name = "Curtiss SOC-1 Seagull",
 
   _id = 414,
 
   _id = 414,
 
   _japanese_name = "SOC Seagull",
 
   _japanese_name = "SOC Seagull",
 
   _reading = nil,
 
   _reading = nil,
   _type = 10, -- 5,7,10,10,43
+
   _type = 10,
 
   _icon = 10,
 
   _icon = 10,
 +
  _types = {5, 7, 10, 10, 43},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 +
  _info = "大戦初期から米海軍で運用された艦載水上偵察機です。<br>複葉機タイプの本機は、突出した性能はありませんが取り回しの良さと後継機が難航したことで、主に米海軍の巡洋艦級の中型艦を中心に艦隊の目として索敵等で広範囲に運用されました。<br>※本機は改修により、米巡洋艦での運用性がより向上します。",
 +
  _info_en = "'A ship-based seaplane that was operated by the USN since the start of the world war.<br>This biplane does not have outstanding performance; but, due to its ease of use and its successor being plagued with problems, it was deployed widely on medium-sized cruisers in the USN as the fleet's eyes.<br>※Upgrading this plane will further increase its capabilities when equipped on USN cruisers.",
 +
  _wikipedia = "Curtiss SOC Seagull",
 
   _buildable = true,
 
   _buildable = true,
   _info = "大戦初期から米海軍で運用された艦載水上偵察機です。複葉機タイプの本機は、突出した性能はありませんが取り回しの良さと後継機が難航したことで、主に米海軍の巡洋艦級の中型艦を中心に艦隊の目として索敵等で広範囲に運用されました。※本機は改修により、米巡洋艦での運用性がより向上します。",
+
   _improvements = true,
 
}
 
}

Latest revision as of 19:59, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/SOC Seagull/doc

return {
  _name = "SOC Seagull",
  _localized_name = "Curtiss SOC-1 Seagull",
  _id = 414,
  _japanese_name = "SOC Seagull",
  _reading = nil,
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 43},
  _rarity = 3,
  _firepower = false,
  _bombing = 1,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 1,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 4,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 3,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = "大戦初期から米海軍で運用された艦載水上偵察機です。<br>複葉機タイプの本機は、突出した性能はありませんが取り回しの良さと後継機が難航したことで、主に米海軍の巡洋艦級の中型艦を中心に艦隊の目として索敵等で広範囲に運用されました。<br>※本機は改修により、米巡洋艦での運用性がより向上します。",
  _info_en = "'A ship-based seaplane that was operated by the USN since the start of the world war.<br>This biplane does not have outstanding performance; but, due to its ease of use and its successor being plagued with problems, it was deployed widely on medium-sized cruisers in the USN as the fleet's eyes.<br>※Upgrading this plane will further increase its capabilities when equipped on USN cruisers.",
  _wikipedia = "Curtiss SOC Seagull",
  _buildable = true,
  _improvements = true,
}