• 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/Ju 87C Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 28: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 5,
 
   _scrap_bauxite = 5,
   _info = "かの国の代表的な急降下爆撃機、その艦載機バージョン。<br>「スツーカ」という呼称が有名な、優れた急降下爆撃性能を誇<br>る、逆ガル式翼が特徴的な機体です。急降下時の風切音がサイ<br>レンに似ていることから「悪魔のサイレン」とも呼ばれたそう<br>です。",
+
   _info = "かの国の代表的な急降下爆撃機、その艦載機バージョン。<br>「スツーカ」という呼称が有名な、優れた急降下爆撃機性能を誇る、逆ガル式翼が特徴的な機体です。<br>急降下時の風切音がサイレンに似ていることから「悪魔のサイレン」とも呼ばれたそうです。",
 +
  _info_en = "This is the carrier-based version of Germany's exemplary dive bomber.<br>Known as the \"Stuka\", this famous aircraft boasts excellent dive-bombing performance with its distinctive inverse gullwing design.<br>It is known as the \"Siren of the Devil\" due to the siren-like wind noise produced when it dives.",
 +
  _wikipedia = "Junkers Ju 87",
 
   _can_attack_installations = true,
 
   _can_attack_installations = true,
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 09:02, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/Ju 87C Kai/doc

return {
  _name = "Ju 87C Kai",
  _id = 64,
  _japanese_name = "Ju87C改",
  _reading = "Ju87Cかい",
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 14},
  _rarity = 3,
  _firepower = false,
  _bombing = 9,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 5,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 4,
  _scrap_steel = false,
  _scrap_bauxite = 5,
  _info = "かの国の代表的な急降下爆撃機、その艦載機バージョン。<br>「スツーカ」という呼称が有名な、優れた急降下爆撃機性能を誇る、逆ガル式翼が特徴的な機体です。<br>急降下時の風切音がサイレンに似ていることから「悪魔のサイレン」とも呼ばれたそうです。",
  _info_en = "This is the carrier-based version of Germany's exemplary dive bomber.<br>Known as the \"Stuka\", this famous aircraft boasts excellent dive-bombing performance with its distinctive inverse gullwing design.<br>It is known as the \"Siren of the Devil\" due to the siren-like wind noise produced when it dives.",
  _wikipedia = "Junkers Ju 87",
  _can_attack_installations = true,
  _buildable = false,
  _improvements = false,
}