• 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/Ki-102 B"

From Kancolle Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
   _japanese_name = "キ102乙",
 
   _japanese_name = "キ102乙",
 
   _reading = nil,
 
   _reading = nil,
   _type = 47, -- 22,38,47,44,47
+
   _type = 47,
 
   _icon = 48,
 
   _icon = 48,
 +
  _types = {22, 38, 47, 48, 47},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 4,
 
   _firepower = 4,
Line 27: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 15,
 
   _scrap_bauxite = 15,
 +
  _version = 2,
 +
  _info = "日本陸軍が二式複戦「屠龍」をベースに開発した試作双発戦闘機キ96。<br>制式採用に至らなかった本機をさらに発展させ、高速の有力な襲撃機として完成した機体が、このキ102乙です。<br>57mm機関砲と多数の機関砲を備え、また高速かつ十分な爆装も可能な本機は、決戦に備え温存され、その火力と運動性で奮戦が期待されました。",
 +
  _info_en = "The Ki-96 prototype twin-engine fighter was developed using the Imperial Japanese Army's Type 2 two-seat fighter \"Toryuu\" as a base.<br>A continuation of the development of that fighter that wasn't officially adopted resulted in this prominent high-speed assault aircraft, the perfected Ki-102 B.<br>Equipped with a 57 mm autocannon alongside several other autocannons, its high speed and adequate bombing power meant it was kept in reserve to fight the decisive battle where its mobility and firepower were expected to do the hard fighting.",
 +
  _wikipedia = "Kawasaki Ki-102",
 
   _buildable = false,
 
   _buildable = false,
   _info = "日本陸軍が二式複戦「屠龍」をベースに開発した試作新型双発<br>戦闘機キ96。制式採用には至らなかった本機をさらに発展さ<br>せ、高速の有力な襲撃機として完成した機体が、このキ102乙<br>です。57mm機関砲と多数の機関砲を備え、また高速かつ十<br>分な爆装も可能な本機は、決戦に備えて温存され、その火力と<br>運動性で奮戦が期待されました。",
+
   _improvements = false,
 
}
 
}

Latest revision as of 21:35, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Ki-102 B/doc

return {
  _name = "Ki-102 B",
  _id = 453,
  _japanese_name = "キ102乙",
  _reading = nil,
  _type = 47,
  _icon = 48,
  _types = {22, 38, 47, 48, 47},
  _rarity = 4,
  _firepower = 4,
  _bombing = 19,
  _torpedo = 11,
  _aa = 4,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = 4,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 4,
  _scrap_ammo = 7,
  _scrap_steel = false,
  _scrap_bauxite = 15,
  _version = 2,
  _info = "日本陸軍が二式複戦「屠龍」をベースに開発した試作双発戦闘機キ96。<br>制式採用に至らなかった本機をさらに発展させ、高速の有力な襲撃機として完成した機体が、このキ102乙です。<br>57mm機関砲と多数の機関砲を備え、また高速かつ十分な爆装も可能な本機は、決戦に備え温存され、その火力と運動性で奮戦が期待されました。",
  _info_en = "The Ki-96 prototype twin-engine fighter was developed using the Imperial Japanese Army's Type 2 two-seat fighter \"Toryuu\" as a base.<br>A continuation of the development of that fighter that wasn't officially adopted resulted in this prominent high-speed assault aircraft, the perfected Ki-102 B.<br>Equipped with a 57 mm autocannon alongside several other autocannons, its high speed and adequate bombing power meant it was kept in reserve to fight the decisive battle where its mobility and firepower were expected to do the hard fighting.",
  _wikipedia = "Kawasaki Ki-102",
  _buildable = false,
  _improvements = false,
}