• 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/15.2cm Triple Main Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "15.2cm Triple Main Gun Mount", _id = 536, _japanese_name = "15.2cm三連装主砲", _reading = nil, _type = 2, _icon = 2, _types = {1, 1, 2, 2,...")
 
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
   _scrap_steel = 5,
 
   _scrap_steel = 5,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = nil,
+
   _info = "トリコロールの国で建造された軽巡級の主砲兵装、その改修型です。<br>特徴ある迷彩仕様となる「Gloire」などのLa Galissonnière級軽巡の主砲兵装として運用されます。<br>改修して迷彩仕様となったフランス生まれの軽巡「Gloire」で運用するのもいいですね!",
   _info_en = nil,
+
   _info_en = "This is an improved version of the light cruiser main gun armament built in the Tricolor country.<br>It is used as the main gun armament for La Galissonnière-class light cruisers such as the \"Gloire\" in her distinctive camouflage designs.<br>It would also be nice to operate it on the French light cruiser \"Gloire\" that has been refitted and repainted in a camouflage patern!",
 
   _wikipedia = "Canon de 152 mm Modèle 1930",
 
   _wikipedia = "Canon de 152 mm Modèle 1930",
 
   _buildable = false,
 
   _buildable = false,
   _improvements = false,
+
   _improvements = true,
 
}
 
}

Latest revision as of 21:08, 31 July 2024

Documentation for this module may be created at Module:Data/Equipment/15.2cm Triple Main Gun Mount/doc

return {
  _name = "15.2cm Triple Main Gun Mount",
  _id = 536,
  _japanese_name = "15.2cm三連装主砲",
  _reading = nil,
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 2,
  _firepower = 7,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 5,
  _scrap_bauxite = 1,
  _info = "トリコロールの国で建造された軽巡級の主砲兵装、その改修型です。<br>特徴ある迷彩仕様となる「Gloire」などのLa Galissonnière級軽巡の主砲兵装として運用されます。<br>改修して迷彩仕様となったフランス生まれの軽巡「Gloire」で運用するのもいいですね!",
  _info_en = "This is an improved version of the light cruiser main gun armament built in the Tricolor country.<br>It is used as the main gun armament for La Galissonnière-class light cruisers such as the \"Gloire\" in her distinctive camouflage designs.<br>It would also be nice to operate it on the French light cruiser \"Gloire\" that has been refitted and repainted in a camouflage patern!",
  _wikipedia = "Canon de 152 mm Modèle 1930",
  _buildable = false,
  _improvements = true,
}