• 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/5inch Twin Gun Mount (Secondary Armament) Concentrated Deployment"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
m
 
(4 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
   _japanese_name = "5inch連装砲(副砲配置) 集中配備",
 
   _japanese_name = "5inch連装砲(副砲配置) 集中配備",
 
   _reading = nil,
 
   _reading = nil,
   _type = 4,
+
   _type = 95,
 
   _icon = 16,
 
   _icon = 16,
 
   _types = {1, 2, 4, 16, 0},
 
   _types = {1, 2, 4, 16, 0},
Line 26: Line 26:
 
   _scrap_steel = 7,
 
   _scrap_steel = 7,
 
   _scrap_bauxite = 5,
 
   _scrap_bauxite = 5,
   _info = "米国で開発された優秀な5inch両用砲のベストセラー。本砲を<br>片舷に副砲として4基8門集中装備する兵装です。重巡以上の<br>大型水上戦闘艦艇に装備され、対空兵装としてはもちろん、艦<br>艇の総合的な戦闘力を底上げ可能です。<br>※特にUSS戦艦級で、高い運用性を発揮します。",
+
   _info = "米国で開発された優秀な5inch両用砲のベストセラー。<br>本砲を片舷に副砲として4基8門集中装備する兵装です。<br>重巡以上の大型水上戦闘艦艇に装備され、対空兵装としてはもちろん、艦の総合的な戦闘力を底上げ可能です。<br>※特にUSS戦艦級で、高い運用性を発揮します。",
 +
  _info_en = "A wildly popular excellent 5 inch dual-purpose gun developed by the US.<br>This weapon consists of four turrets of secondary guns with eight barrels total mounted on one side of the ship.<br>Equipped on large surface combat ships like heavy cruisers and larger, it not only serves as an anti-aircraft weapon, but also increases the overall combat power of the ship.<br>※It has increased capabilities when equipped on USN battleships.",
 +
  _wikipedia = "5-inch/38-caliber gun",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 08:19, 19 May 2024

return {
  _name = "5inch Twin Gun Mount (Secondary Armament) Concentrated Deployment",
  _id = 467,
  _japanese_name = "5inch連装砲(副砲配置) 集中配備",
  _reading = nil,
  _type = 95,
  _icon = 16,
  _types = {1, 2, 4, 16, 0},
  _rarity = 4,
  _firepower = 5,
  _bombing = false,
  _torpedo = false,
  _aa = 11,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 4,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 5,
  _scrap_steel = 7,
  _scrap_bauxite = 5,
  _info = "米国で開発された優秀な5inch両用砲のベストセラー。<br>本砲を片舷に副砲として4基8門集中装備する兵装です。<br>重巡以上の大型水上戦闘艦艇に装備され、対空兵装としてはもちろん、艦の総合的な戦闘力を底上げ可能です。<br>※特にUSS戦艦級で、高い運用性を発揮します。",
  _info_en = "A wildly popular excellent 5 inch dual-purpose gun developed by the US.<br>This weapon consists of four turrets of secondary guns with eight barrels total mounted on one side of the ship.<br>Equipped on large surface combat ships like heavy cruisers and larger, it not only serves as an anti-aircraft weapon, but also increases the overall combat power of the ship.<br>※It has increased capabilities when equipped on USN battleships.",
  _wikipedia = "5-inch/38-caliber gun",
  _buildable = false,
  _improvements = false,
}