• 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
m (3 revisions imported)
(GitHub Action)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "152mm/55 Triple Rapid Fire Gun Mount",
 
   _name = "152mm/55 Triple Rapid Fire Gun Mount",
  _asset_name = "152mm 55 Triple Rapid Fire Gun Mount",
 
 
   _id = 340,
 
   _id = 340,
 
   _japanese_name = "152mm/55 三連装速射砲",
 
   _japanese_name = "152mm/55 三連装速射砲",
 
   _reading = nil,
 
   _reading = nil,
   _type = 2, -- 1,1,2,2,0
+
   _type = 2,
 
   _icon = 2,
 
   _icon = 2,
 +
  _types = {1, 1, 2, 2, 0},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = 8,
 
   _firepower = 8,
Line 23: 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 30: Line 26:
 
   _scrap_steel = 5,
 
   _scrap_steel = 5,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
 +
  _info = "パスタの国が生んだ、伝統と信頼の高性能中口径の三連装速射<br>砲、その軽巡用主砲バージョンです。砲の旋回や俯仰、砲弾の<br>揚弾及び装填は主に電力で稼働する最新型です。戦後も活躍し<br>た新鋭軽巡の主砲、そして同構造の砲は新型高速戦艦の副砲に<br>も採用されました。",
 +
  _wikipedia = "152 mm/55 Italian naval gun Models 1934 and 1936",
 
   _buildable = false,
 
   _buildable = false,
   _info = "パスタの国が生んだ、伝統と信頼の高性能中口径の三連装速射砲、その軽巡用主砲バージョンです。砲の旋回や俯仰、砲弾の揚弾及び装填は主に電力で稼働する最新型です。戦後も活躍した新鋭軽巡の主砲、そして同構造の砲は新型高速戦艦の副砲にも採用されました。",
+
   _improvements = false,
_wikipedia = "152 mm/55 Italian naval gun Models 1934 and 1936"
 
 
 
 
}
 
}

Revision as of 13:00, 9 September 2022

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>揚弾及び装填は主に電力で稼働する最新型です。戦後も活躍し<br>た新鋭軽巡の主砲、そして同構造の砲は新型高速戦艦の副砲に<br>も採用されました。",
  _wikipedia = "152 mm/55 Italian naval gun Models 1934 and 1936",
  _buildable = false,
  _improvements = false,
}