• 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/120mm/50 Twin Gun Mount mod.1936"

From Kancolle Wiki
Jump to navigation Jump to search
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "120mm/50 Twin Gun Mount mod.1936",
 
   _name = "120mm/50 Twin Gun Mount mod.1936",
  _asset_name = "120mm 50 Twin Gun Mount mod.1936",
 
 
   _id = 393,
 
   _id = 393,
 
   _japanese_name = "120mm/50 連装砲 mod.1936",
 
   _japanese_name = "120mm/50 連装砲 mod.1936",
 
   _reading = nil,
 
   _reading = nil,
   _type = 1, -- 1,1,1,1,0
+
   _type = 1,
 
   _icon = 1,
 
   _icon = 1,
 +
  _types = {1, 1, 1, 1, 0},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = 3,
 
   _firepower = 3,
Line 23: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 1,
 
   _range = 1,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 30: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
 +
  _info = "パスタの国が生んだ連装の小艦艇用主砲兵装です。<br>口径は同クラスの日本海軍の主力駆逐艦の主砲より小さいものの、優れた機構と高いポテンシャルをもった新型小口径火砲。本砲は、その改良後期型です。",
 +
  _info_en = "A twin-mounted gun produced in the country of pasta as the main armament for small ships.<br>Although it has a smaller caliber than comparable IJN destroyer guns, it is a new model small caliber gun with excellent mechanisms and great potential. This gun is an improved late-model.",
 +
  _wikipedia = "List_of_120_mm_Italian_naval_guns#50-calibre_OTO_1931",
 
   _buildable = false,
 
   _buildable = false,
   _info = "パスタの国が生んだ連装の小艦艇用主砲兵装です。口径は同クラスの日本海軍の主力駆逐艦の主砲より小さいものの、優れた機構と高いポテンシャルをもった新型小口径火砲。本砲は、その改良後期型です。",
+
   _improvements = true,
 
}
 
}

Latest revision as of 18:31, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/120mm/50 Twin Gun Mount mod.1936/doc

return {
  _name = "120mm/50 Twin Gun Mount mod.1936",
  _id = 393,
  _japanese_name = "120mm/50 連装砲 mod.1936",
  _reading = nil,
  _type = 1,
  _icon = 1,
  _types = {1, 1, 1, 1, 0},
  _rarity = 3,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 1,
  _scrap_steel = 2,
  _scrap_bauxite = false,
  _info = "パスタの国が生んだ連装の小艦艇用主砲兵装です。<br>口径は同クラスの日本海軍の主力駆逐艦の主砲より小さいものの、優れた機構と高いポテンシャルをもった新型小口径火砲。本砲は、その改良後期型です。",
  _info_en = "A twin-mounted gun produced in the country of pasta as the main armament for small ships.<br>Although it has a smaller caliber than comparable IJN destroyer guns, it is a new model small caliber gun with excellent mechanisms and great potential. This gun is an improved late-model.",
  _wikipedia = "List_of_120_mm_Italian_naval_guns#50-calibre_OTO_1931",
  _buildable = false,
  _improvements = true,
}