• 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 Gun Mount Model D Kai 3"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 3,
 
   _scrap_steel = 3,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = "夕雲型駆逐艦などに搭載された駆逐艦主砲のif改修型です。<br>対空戦闘用に最大仰角を大きくとることに加え、装填システム<br>を改良、仰角時の装填と発射速度の向上に成功したif改良D型<br>主砲です。<br>数々の実戦の戦訓を取り入れた改修により、甲型及び改甲型駆<br>逐艦での運用において、優れた戦闘力を発揮します。",
+
   _info = "夕雲型駆逐艦などに搭載された駆逐艦主砲のif改修型です。<br>対空戦闘用に最大仰角を大きくとることに加え、装填システムを改良、仰角時の装填と発射速度の向上に成功したif改良D型主砲です。<br>数々の実戦の戦訓を取り入れた改修により、甲型及び改甲型駆逐艦での運用において、優れた戦闘力を発揮します。",
 +
  _info_en = "A what-if version of the destroyer main guns that were mounted on the Yuugumo-class destroyers.<br>In addition to increasing the maximum elevation angle for anti-aircraft combat, this is an improved D-type main gun that has an improved loading system and has succeeded in increasing loading at elevation angle and firing rate.<br>It incorporates many lessons learned in combat and will have outstanding performance on Type-A and Improved Type-A destroyers.",
 +
  _wikipedia = "12.7 cm/50 Type 3 naval gun",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 16:55, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/12.7cm Twin Gun Mount Model D Kai 3/doc

return {
  _name = "12.7cm Twin Gun Mount Model D Kai 3",
  _id = 366,
  _japanese_name = "12.7cm連装砲D型改三",
  _reading = nil,
  _type = 1,
  _icon = 1,
  _types = {1, 1, 1, 1, 0},
  _rarity = 4,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = 4,
  _armor = 1,
  _asw = 2,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 3,
  _scrap_bauxite = 1,
  _info = "夕雲型駆逐艦などに搭載された駆逐艦主砲のif改修型です。<br>対空戦闘用に最大仰角を大きくとることに加え、装填システムを改良、仰角時の装填と発射速度の向上に成功したif改良D型主砲です。<br>数々の実戦の戦訓を取り入れた改修により、甲型及び改甲型駆逐艦での運用において、優れた戦闘力を発揮します。",
  _info_en = "A what-if version of the destroyer main guns that were mounted on the Yuugumo-class destroyers.<br>In addition to increasing the maximum elevation angle for anti-aircraft combat, this is an improved D-type main gun that has an improved loading system and has succeeded in increasing loading at elevation angle and firing rate.<br>It incorporates many lessons learned in combat and will have outstanding performance on Type-A and Improved Type-A destroyers.",
  _wikipedia = "12.7 cm/50 Type 3 naval gun",
  _buildable = false,
  _improvements = false,
}