• 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/Do 217 K-2 + Fritz-X"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Do 217 K-2 + Fritz-X", _id = 406, _japanese_name = "Do 217 K-2+Fritz-X", _reading = nil, _type = 47, -- 21,38,47,37,42 _icon = 37, _rarity = 5,...")
 
 
(4 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
   _japanese_name = "Do 217 K-2+Fritz-X",
 
   _japanese_name = "Do 217 K-2+Fritz-X",
 
   _reading = nil,
 
   _reading = nil,
   _type = 47, -- 21,38,47,37,42
+
   _type = 47,
 
   _icon = 37,
 
   _icon = 37,
 +
  _types = {21, 38, 47, 37, 42},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 28:
 
   _scrap_steel = 7,
 
   _scrap_steel = 7,
 
   _scrap_bauxite = 20,
 
   _scrap_bauxite = 20,
 +
  _info = "かの科学の国で開発され、数多く量産・運用された双発爆撃機Do 17、その改良後継機Do 217の後期型です。<br>高出力エンジン採用による充実の爆弾搭載量、さらに大型戦艦に一撃で大ダメージを与える脅威の対艦誘導徹甲弾、Fritz-Xを運用可能な本機は、対戦艦攻撃に有効です。<br>(※対艦誘導弾の火力は、雷装に表示されます)",
 +
  _info_en = "This is an improved version of the mass-produced and widely deployed twin-engined Do 17 bomber developed by the country of science, the late-model Do 217.<br>Its payload is greatly increased with the addition of high-powered engines, and it carries a guided anti-ship bomb, the Fritz-X, that is a threat capable of dealing extensive damage to large ships, being very effective against battleships.<br>(※The strength of the guided anti-ship bomb is reflected by the torpedo stat)",
 +
  _wikipedia = "Dornier Do 217",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = false,
 
}
 
}

Latest revision as of 19:12, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Do 217 K-2 + Fritz-X/doc

return {
  _name = "Do 217 K-2 + Fritz-X",
  _id = 406,
  _japanese_name = "Do 217 K-2+Fritz-X",
  _reading = nil,
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 42},
  _rarity = 5,
  _firepower = false,
  _bombing = 24,
  _torpedo = 16,
  _aa = 4,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 17,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 6,
  _scrap_ammo = 28,
  _scrap_steel = 7,
  _scrap_bauxite = 20,
  _info = "かの科学の国で開発され、数多く量産・運用された双発爆撃機Do 17、その改良後継機Do 217の後期型です。<br>高出力エンジン採用による充実の爆弾搭載量、さらに大型戦艦に一撃で大ダメージを与える脅威の対艦誘導徹甲弾、Fritz-Xを運用可能な本機は、対戦艦攻撃に有効です。<br>(※対艦誘導弾の火力は、雷装に表示されます)",
  _info_en = "This is an improved version of the mass-produced and widely deployed twin-engined Do 17 bomber developed by the country of science, the late-model Do 217.<br>Its payload is greatly increased with the addition of high-powered engines, and it carries a guided anti-ship bomb, the Fritz-X, that is a threat capable of dealing extensive damage to large ships, being very effective against battleships.<br>(※The strength of the guided anti-ship bomb is reflected by the torpedo stat)",
  _wikipedia = "Dornier Do 217",
  _buildable = false,
  _improvements = false,
}