• 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/GFCS Mk.37 + 5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)"

From Kancolle Wiki
Jump to navigation Jump to search
m (3 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "GFCS Mk.37 + 5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)",
 
   _name = "GFCS Mk.37 + 5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)",
Line 6: Line 4:
 
   _japanese_name = "GFCS Mk.37+5inch連装両用砲(集中配備)",
 
   _japanese_name = "GFCS Mk.37+5inch連装両用砲(集中配備)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 2, -- 1,1,2,16,0
+
   _type = 2,
 
   _icon = 16,
 
   _icon = 16,
 +
  _types = {1, 1, 2, 16, 0},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = 6,
 
   _firepower = 6,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 2,
 
   _range = 2,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 29: Line 26:
 
   _scrap_steel = 26,
 
   _scrap_steel = 26,
 
   _scrap_bauxite = 28,
 
   _scrap_bauxite = 28,
 +
  _info = "米国で開発・運用された対艦及び対空戦闘に対応できる両用砲兵装に射撃レーダーを組み合わせた強力な対空兵装です。<br>本装備は、薬莢形式を採用して連射性を向上した5inch連装両用報を集中運用、さらに射撃レーダーと連動することで高い艦隊防空能力を実現しました。<br>Atlanta級などに装備され、第三次ソロモン海戦では夜戦の殴り合いも経験しています。",
 +
  _info_en = "A dual-purpose gun developed and deployed by the United States combined with a fire-control RADAR that is capable of surface and anti-air combat. It is a powerful anti-aircraft weapon.<br>This equipment is a concentrated deployment of the twin-mounted 5 inch guns that adopted a new type of ammunition to improve fire rate, combining it with a fire-control radar has further increased its fleet air defense capabilities.<br>It was equipped on the Atlanta-class cruisers and was used in the opening brawl of the Naval Battle of Guadalcanal.",
 +
  _wikipedia = "5-inch/38-caliber gun",
 
   _buildable = false,
 
   _buildable = false,
   _info = "米国で開発・運用された対艦及び対空戦闘に対応できる両用砲兵装に射撃レーダーを組み合わせた強力な対空兵装です。本装備は、薬莢形式を採用して連射性を向上した5inch連装両用砲を集中運用、さらに射撃レーダーと連動することで高い艦隊防空能力を実現しました。Atlanta級などに装備され、第三次ソロモン海戦では夜戦の殴り合いも経験しています。", -- wikiwiki
+
   _improvements = false,
 
}
 
}

Latest revision as of 16:44, 7 May 2024

return {
  _name = "GFCS Mk.37 + 5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)",
  _id = 363,
  _japanese_name = "GFCS Mk.37+5inch連装両用砲(集中配備)",
  _reading = nil,
  _type = 2,
  _icon = 16,
  _types = {1, 1, 2, 16, 0},
  _rarity = 5,
  _firepower = 6,
  _bombing = false,
  _torpedo = false,
  _aa = 14,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 6,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 4,
  _scrap_steel = 26,
  _scrap_bauxite = 28,
  _info = "米国で開発・運用された対艦及び対空戦闘に対応できる両用砲兵装に射撃レーダーを組み合わせた強力な対空兵装です。<br>本装備は、薬莢形式を採用して連射性を向上した5inch連装両用報を集中運用、さらに射撃レーダーと連動することで高い艦隊防空能力を実現しました。<br>Atlanta級などに装備され、第三次ソロモン海戦では夜戦の殴り合いも経験しています。",
  _info_en = "A dual-purpose gun developed and deployed by the United States combined with a fire-control RADAR that is capable of surface and anti-air combat. It is a powerful anti-aircraft weapon.<br>This equipment is a concentrated deployment of the twin-mounted 5 inch guns that adopted a new type of ammunition to improve fire rate, combining it with a fire-control radar has further increased its fleet air defense capabilities.<br>It was equipped on the Atlanta-class cruisers and was used in the opening brawl of the Naval Battle of Guadalcanal.",
  _wikipedia = "5-inch/38-caliber gun",
  _buildable = false,
  _improvements = false,
}