• 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 17 Z-2"

From Kancolle Wiki
Jump to navigation Jump to search
m (1 revision imported)
(GitHub Action)
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
   _japanese_name = "Do 17 Z-2",
 
   _japanese_name = "Do 17 Z-2",
 
   _reading = nil,
 
   _reading = nil,
   _type = 47, -- 21,38,47,37,42
+
   _type = 47,
 
   _icon = 37,
 
   _icon = 37,
 +
  _types = {21, 38, 47, 37, 42},
 
   _rarity = 2,
 
   _rarity = 2,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 13,
 
   _scrap_bauxite = 13,
 +
  _info = "かの科学の国で開発され、数多く量産・運用された双発爆撃機<br>です。<br>大戦後期の列強の爆撃機と比べると、強力な機体ではありませ<br>んが、代表的な機体の一つです。機上レーダーを搭載した、夜<br>間戦闘型も開発、運用されました。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = true,
 
}
 
}

Revision as of 12:37, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Do 17 Z-2/doc

return {
  _name = "Do 17 Z-2",
  _id = 401,
  _japanese_name = "Do 17 Z-2",
  _reading = nil,
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 42},
  _rarity = 2,
  _firepower = false,
  _bombing = 11,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = 5,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 13,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 6,
  _scrap_ammo = 5,
  _scrap_steel = false,
  _scrap_bauxite = 13,
  _info = "かの科学の国で開発され、数多く量産・運用された双発爆撃機<br>です。<br>大戦後期の列強の爆撃機と比べると、強力な機体ではありませ<br>んが、代表的な機体の一つです。機上レーダーを搭載した、夜<br>間戦闘型も開発、運用されました。",
  _buildable = false,
  _improvements = true,
}