• 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/Type 0 Small Reconnaissance Seaplane (Skilled)"

From Kancolle Wiki
Jump to navigation Jump to search
m
m
 
Line 29: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = nil,
+
   _info = "伊号潜水艦搭載偵察機として開発された、文字通り小型軽量、小さく格納可能な水上偵察機、その熟練搭乗員操縦機です。<br>主翼及びフロート、そしてその支柱までも分解格納及び組み立て発進が容易となるように設計された小型軽量の潜水艦搭載用の偵察機です。<br>日本機として、唯一の実績も持つ機体を熟練のペアが操ります。<br>潜水艦による要地偵察にぜひ!",
 +
  _info_en = "It is literally a small, lightweight, and retractable surface reconnaissance aircraft that was developed as a reconnaissance aircraft mounted on I-go submarines, and it is operated by an experienced crew.<br>It is a small and lightweight reconnaissance aircraft designed for submarine deployment, with the main wings, floats, and even their struts designed for easy disassembly, storage, and assembly.<br>A pair of experienced pilots operate the aircraft, which is the only Japanese aircraft with a proven track record.<br>Great for scouting key locations by submarine!",
 
   _wikipedia = "Yokosuka E14Y",
 
   _wikipedia = "Yokosuka E14Y",
 
   _buildable = false,
 
   _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 08:24, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 0 Small Reconnaissance Seaplane (Skilled)/doc

return {
  _name = "Type 0 Small Reconnaissance Seaplane (Skilled)",
  _id = 523,
  _japanese_name = "零式小型水上機(熟練)",
  _reading = nil,
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 2},
  _rarity = 3,
  _back = 3,
  _firepower = false,
  _bombing = 1,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = 4,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 4,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 1,
  _info = "伊号潜水艦搭載偵察機として開発された、文字通り小型軽量、小さく格納可能な水上偵察機、その熟練搭乗員操縦機です。<br>主翼及びフロート、そしてその支柱までも分解格納及び組み立て発進が容易となるように設計された小型軽量の潜水艦搭載用の偵察機です。<br>日本機として、唯一の実績も持つ機体を熟練のペアが操ります。<br>潜水艦による要地偵察にぜひ!",
  _info_en = "It is literally a small, lightweight, and retractable surface reconnaissance aircraft that was developed as a reconnaissance aircraft mounted on I-go submarines, and it is operated by an experienced crew.<br>It is a small and lightweight reconnaissance aircraft designed for submarine deployment, with the main wings, floats, and even their struts designed for easy disassembly, storage, and assembly.<br>A pair of experienced pilots operate the aircraft, which is the only Japanese aircraft with a proven track record.<br>Great for scouting key locations by submarine!",
  _wikipedia = "Yokosuka E14Y",
  _buildable = false,
  _improvements = false,
}