• 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/12.7cm Twin High-angle Gun Mount Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = "日本海軍最後の量産型駆逐艦である丁型駆逐艦などに搭載され<br>た運用実績の豊富な八九式12.7cm連装高角砲、その強化改良<br>型です。戦訓により従来型に対して発射速度等の向上を図った<br>本改良型は、松型駆逐艦を始め一部の艦艇で運用することで、<br>より効果的な戦闘力を発揮することが可能です。",
+
   _info = "日本海軍最後の量産型駆逐艦である丁型駆逐艦などに搭載された運用実績の豊富な八九式12.7cm連装高角砲、その強化改良型です。<br>戦訓により従来型に対して発射速度等の向上を図った本改良型は、松型駆逐艦を始め一部の艦艇で運用することで、より効果的な戦闘力を発揮することが可能です。",
 +
  _info_en = "This is the improved version of the successful Type 89 12.7 cm twin high-angle gun, mounted aboard the Japanese Navy’s last mass-produced destroyer line: The Type D destroyers.<br>This improved model was designed to have a higher rate of fire based on lessons learned during the war, gaining increased combat effectiveness when mounted on the first batch of Matsu-class destroyers to join the fleet.",
 +
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 17:38, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/12.7cm Twin High-angle Gun Mount Kai 2/doc

return {
  _name = "12.7cm Twin High-angle Gun Mount Kai 2",
  _id = 380,
  _japanese_name = "12.7cm連装高角砲改二",
  _reading = nil,
  _type = 1,
  _icon = 16,
  _types = {1, 1, 1, 16, 0},
  _rarity = 3,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 6,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _info = "日本海軍最後の量産型駆逐艦である丁型駆逐艦などに搭載された運用実績の豊富な八九式12.7cm連装高角砲、その強化改良型です。<br>戦訓により従来型に対して発射速度等の向上を図った本改良型は、松型駆逐艦を始め一部の艦艇で運用することで、より効果的な戦闘力を発揮することが可能です。",
  _info_en = "This is the improved version of the successful Type 89 12.7 cm twin high-angle gun, mounted aboard the Japanese Navy’s last mass-produced destroyer line: The Type D destroyers.<br>This improved model was designed to have a higher rate of fire based on lessons learned during the war, gaining increased combat effectiveness when mounted on the first batch of Matsu-class destroyers to join the fleet.",
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
  _buildable = false,
  _improvements = false,
}