• 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 3 Command Liaison Aircraft Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Type 3 Command Liaison Aircraft Kai 2", _id = 549, _japanese_name = "三式指揮連絡機改二", _reading = nil, _type = 26, _icon = 22, _typ...")
 
 
Line 28: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
   _info = nil,
+
   _info = "陸軍で開発及び運用され、対潜哨戒機としても転用が計画された小型固定翼機の兵装及び磁気探知機を大幅強化、さらに航続距離の延長をも図った同機のif改良最終型です。<br>軽兵装ながらSTOL(短距離離着陸機)的性能を持ち、簡易型艦載対潜哨戒機として十分運用可能です。<br>全通甲板を持つ熊野丸、山汐丸などの陸軍艦艇や特設護衛空母などで優れた運用特性を発揮します!",
   _info_en = nil,
+
   _info_en = "This is the final what-if improved model of a small fixed-wing plane developed and operated by the Army and planned to be converted into an anti-submarine patrol aircraft, with significantly enhanced armament and magnetic detection, and an extended range.<br>Although lightly armed, it has STOL (Short Take-Off and Landing) capabilities and can be fully deployed as a simple carrier-based anti-submarine patrol aircraft.<br>It demonstrates excellent operational characteristics on army vessels such as the Kumano Maru and Yamashio Maru, which have full-length decks, and on special escort carriers!",
 
   _wikipedia = "Kokusai Ki-76",
 
   _wikipedia = "Kokusai Ki-76",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 09:30, 10 November 2024

Documentation for this module may be created at Module:Data/Equipment/Type 3 Command Liaison Aircraft Kai 2/doc

return {
  _name = "Type 3 Command Liaison Aircraft Kai 2",
  _id = 549,
  _japanese_name = "三式指揮連絡機改二",
  _reading = nil,
  _type = 26,
  _icon = 22,
  _types = {3, 16, 26, 22, 54},
  _rarity = 4,
  _firepower = 2,
  _bombing = 2,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 10,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 3,
  _info = "陸軍で開発及び運用され、対潜哨戒機としても転用が計画された小型固定翼機の兵装及び磁気探知機を大幅強化、さらに航続距離の延長をも図った同機のif改良最終型です。<br>軽兵装ながらSTOL(短距離離着陸機)的性能を持ち、簡易型艦載対潜哨戒機として十分運用可能です。<br>全通甲板を持つ熊野丸、山汐丸などの陸軍艦艇や特設護衛空母などで優れた運用特性を発揮します!",
  _info_en = "This is the final what-if improved model of a small fixed-wing plane developed and operated by the Army and planned to be converted into an anti-submarine patrol aircraft, with significantly enhanced armament and magnetic detection, and an extended range.<br>Although lightly armed, it has STOL (Short Take-Off and Landing) capabilities and can be fully deployed as a simple carrier-based anti-submarine patrol aircraft.<br>It demonstrates excellent operational characteristics on army vessels such as the Kumano Maru and Yamashio Maru, which have full-length decks, and on special escort carriers!",
  _wikipedia = "Kokusai Ki-76",
  _buildable = false,
  _improvements = true,
}