• 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 1 Fighter Hayabusa Model II Kai (20th Squadron)"

From Kancolle Wiki
Jump to navigation Jump to search
(Added T1M2K/20)
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "Type 1 Fighter Hayabusa Model II Kai (20th Squadron)",
 
   _name = "Type 1 Fighter Hayabusa Model II Kai (20th Squadron)",
 +
  _localized_name = "Army Type 1 Fighter Peregrine Falcon Model II Mk.1 (20th Squadron)",
 
   _id = 489,
 
   _id = 489,
 
   _japanese_name = "一式戦 隼II型改(20戦隊)",
 
   _japanese_name = "一式戦 隼II型改(20戦隊)",
   _reading = nil,
+
   _reading = "いっしきせん はやぶさにがたかい(20せんたい)",
 
   _type = 26,
 
   _type = 26,
 
   _icon = 22,
 
   _icon = 22,
Line 21: Line 22:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
 +
  _flight_cost = 4,
 +
  _flight_range = 4,
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 2,
 
   _scrap_fuel = 2,
Line 26: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "最も量産された陸軍主力戦闘機、一式戦「隼」、その改良二型です。<br>機体の基本設計自体は旧式となりつつありましたが、使い慣れた機体を洋上迷彩で塗装、対潜爆弾を装備、さらに本機は陸軍特設空母などでの運用に特化したif改良艦載対潜哨戒機です。<br>※基地航空隊戦力としても、展開&運用可能です。",
 +
  _info_en = "The mass-produced Type 1 Fighter \"Hayabusa\" was the main fighter of the IJA. This is the upgraded Model II variant.<br>Though its basic design was becoming obsolete, the mature design was given a maritime camouflage and anti-submarine bombs. This what-if variant is an upgraded anti-submarine patrol aircraft designed for operating off certain IJA carriers.<br>※This aircraft can be deployed on land bases.",
 +
  _wikipedia = "Nakajima Ki-43 Hayabusa",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 07:13, 8 May 2024

return {
  _name = "Type 1 Fighter Hayabusa Model II Kai (20th Squadron)",
  _localized_name = "Army Type 1 Fighter Peregrine Falcon Model II Mk.1 (20th Squadron)",
  _id = 489,
  _japanese_name = "一式戦 隼II型改(20戦隊)",
  _reading = "いっしきせん はやぶさにがたかい(20せんたい)",
  _type = 26,
  _icon = 22,
  _types = {3, 16, 26, 22, 52},
  _rarity = 4,
  _firepower = 2,
  _bombing = 4,
  _torpedo = false,
  _aa = 6,
  _armor = false,
  _asw = 8,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 4,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "最も量産された陸軍主力戦闘機、一式戦「隼」、その改良二型です。<br>機体の基本設計自体は旧式となりつつありましたが、使い慣れた機体を洋上迷彩で塗装、対潜爆弾を装備、さらに本機は陸軍特設空母などでの運用に特化したif改良艦載対潜哨戒機です。<br>※基地航空隊戦力としても、展開&運用可能です。",
  _info_en = "The mass-produced Type 1 Fighter \"Hayabusa\" was the main fighter of the IJA. This is the upgraded Model II variant.<br>Though its basic design was becoming obsolete, the mature design was given a maritime camouflage and anti-submarine bombs. This what-if variant is an upgraded anti-submarine patrol aircraft designed for operating off certain IJA carriers.<br>※This aircraft can be deployed on land bases.",
  _wikipedia = "Nakajima Ki-43 Hayabusa",
  _buildable = false,
  _improvements = false,
}