• 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 Dual-purpose Gun Mount (Concentrated Deployment)"

From Kancolle Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)",
 
   _name = "5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)",
Line 6: Line 4:
 
   _japanese_name = "5inch連装両用砲(集中配備)",
 
   _japanese_name = "5inch連装両用砲(集中配備)",
 
   _reading = "5インチれんそうりょうようほう(しゅうちゅうはいび)",
 
   _reading = "5インチれんそうりょうようほう(しゅうちゅうはいび)",
   _type = 2, -- 1,1,2,16,0
+
   _type = 2,
 
   _icon = 16,
 
   _icon = 16,
 +
  _types = {1, 1, 2, 16, 0},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 5,
 
   _firepower = 5,
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 = 6,
 
   _scrap_steel = 6,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "米国で開発・運用された対艦及び対空戦闘に対応できる両用砲兵装です。<br>本装備は、同砲を連装化、さらに薬莢形式を採用して連射性を向上、これを集中配備することで艦隊防空を担当する防空艦の強力な対空兵装として運用されました。<br>Atlanta級防空巡などに装備され、一部は夜戦の近距離砲撃戦でも使用されました。",
 +
  _info_en = "A dual-purpose gun developed and deployed by the United States that is capable of surface and anti-air combat.<br>This equipment is a twin-mounted version that adopted a new type of ammunition to increase its fire rate, and by placing it in a concentrated deployment, it was used as powerful anti-air armament on the anti-air cruisers in charge of fleet air defense.<br>It was equipped on the Atlanta-class cruisers, and was used for short-range shelling in night battles.",
 +
  _wikipedia = "5-inch/38-caliber gun",
 
   _buildable = false,
 
   _buildable = false,
   _info = "米国で開発・運用された対艦及び対空戦闘に対応できる両用砲兵装です。本装備は、同砲を連装化、さらに薬莢形式を採用して連射性を向上、これを集中配備することで艦隊防空を担当する防空艦の強力な対空兵装として運用されました。Atlanta級防空巡などに装備され、一部は夜戦の近距離砲撃戦でも使用されました。",
+
   _improvements = false,
 
}
 
}

Latest revision as of 16:43, 7 May 2024

return {
  _name = "5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)",
  _id = 362,
  _japanese_name = "5inch連装両用砲(集中配備)",
  _reading = "5インチれんそうりょうようほう(しゅうちゅうはいび)",
  _type = 2,
  _icon = 16,
  _types = {1, 1, 2, 16, 0},
  _rarity = 4,
  _firepower = 5,
  _bombing = false,
  _torpedo = false,
  _aa = 11,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 4,
  _scrap_steel = 6,
  _scrap_bauxite = 4,
  _info = "米国で開発・運用された対艦及び対空戦闘に対応できる両用砲兵装です。<br>本装備は、同砲を連装化、さらに薬莢形式を採用して連射性を向上、これを集中配備することで艦隊防空を担当する防空艦の強力な対空兵装として運用されました。<br>Atlanta級防空巡などに装備され、一部は夜戦の近距離砲撃戦でも使用されました。",
  _info_en = "A dual-purpose gun developed and deployed by the United States that is capable of surface and anti-air combat.<br>This equipment is a twin-mounted version that adopted a new type of ammunition to increase its fire rate, and by placing it in a concentrated deployment, it was used as powerful anti-air armament on the anti-air cruisers in charge of fleet air defense.<br>It was equipped on the Atlanta-class cruisers, and was used for short-range shelling in night battles.",
  _wikipedia = "5-inch/38-caliber gun",
  _buildable = false,
  _improvements = false,
}