• 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/152mm/55 Triple Rapid Fire Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 5,
 
   _scrap_steel = 5,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = "パスタの国が生んだ、伝統と信頼の高性能中口径の三連装速射<br>砲、その軽巡用主砲バージョンです。砲の旋回や俯仰、砲弾の<br>揚弾及び装填は主に電力で稼働する最新型です。戦後も活躍し<br>た新鋭軽巡の主砲、そして同構造の砲は新型高速戦艦の副砲に<br>も採用されました。",
+
   _info = "パスタの国が生んだ、伝統と信頼の高性能中口径の三連装速射砲、その軽巡用主砲バージョンです。<br>砲の旋回や俯仰、砲弾の揚弾及び装填は主に電力で稼働する最新型です。<br>戦後も活躍した新鋭軽巡の主砲、そして同構造の砲は新型高速戦艦の副砲にも採用されました。",
 +
  _info_en = "A version of the traditional, but reliable high-performance, medium caliber, triple mounted gun from the country of pasta that was used on light cruisers.<br>This is the latest model where the rotation and elevation of the gun, and also the hoisting and loading of the shells, were electrically powered.<br>These guns were even used after the war by the newly-produced light cruisers and were also mounted as the secondary armament of the new fast battleship.",
 
   _wikipedia = "152 mm/55 Italian naval gun Models 1934 and 1936",
 
   _wikipedia = "152 mm/55 Italian naval gun Models 1934 and 1936",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 11:19, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/152mm/55 Triple Rapid Fire Gun Mount/doc

return {
  _name = "152mm/55 Triple Rapid Fire Gun Mount",
  _id = 340,
  _japanese_name = "152mm/55 三連装速射砲",
  _reading = nil,
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 3,
  _firepower = 8,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 3,
  _scrap_steel = 5,
  _scrap_bauxite = 1,
  _info = "パスタの国が生んだ、伝統と信頼の高性能中口径の三連装速射砲、その軽巡用主砲バージョンです。<br>砲の旋回や俯仰、砲弾の揚弾及び装填は主に電力で稼働する最新型です。<br>戦後も活躍した新鋭軽巡の主砲、そして同構造の砲は新型高速戦艦の副砲にも採用されました。",
  _info_en = "A version of the traditional, but reliable high-performance, medium caliber, triple mounted gun from the country of pasta that was used on light cruisers.<br>This is the latest model where the rotation and elevation of the gun, and also the hoisting and loading of the shells, were electrically powered.<br>These guns were even used after the war by the newly-produced light cruisers and were also mounted as the secondary armament of the new fast battleship.",
  _wikipedia = "152 mm/55 Italian naval gun Models 1934 and 1936",
  _buildable = false,
  _improvements = false,
}