• 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/7.7mm Machine Gun"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 28: Line 28:
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
 
   _version = 2,
 
   _version = 2,
   _info = "対空補助兵装です。<br>初期の対空兵器として初期の駆逐艦等に装備された小口径機銃<br>です。<br>射程及び威力ともに能力不足で、12.7mm機銃や25mm機銃<br>への更新が進んでいます。",
+
   _info = "対空補助兵装です。<br>初期の対空兵器として初期の駆逐艦等に装備された小口径機銃です。<br>射程及び威力ともに能力不足で、12.7mm機銃や25mm機銃への更新が進んでいます。",
 +
  _info_en = "An auxiliary anti-aircraft weapon.<br>This is a small-caliber machine gun installed on early destroyers.<br>Due to its lack of range and ineffectiveness, upgrades to the 12.7 mm Single Machine Gun Mount and 25 mm Single Autocannon Mount were made.",
 +
  _wikipedia = "Type 92 machine gun",
 
   _buildable = true,
 
   _buildable = true,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 06:44, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/7.7mm Machine Gun/doc

return {
  _name = "7.7mm Machine Gun",
  _id = 37,
  _japanese_name = "7.7mm機銃",
  _reading = "7.7みりきじゅう",
  _type = 21,
  _icon = 15,
  _types = {4, 6, 21, 15, 0},
  _rarity = 0,
  _back = 1,
  _firepower = false,
  _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 = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 1,
  _scrap_steel = 1,
  _scrap_bauxite = false,
  _version = 2,
  _info = "対空補助兵装です。<br>初期の対空兵器として初期の駆逐艦等に装備された小口径機銃です。<br>射程及び威力ともに能力不足で、12.7mm機銃や25mm機銃への更新が進んでいます。",
  _info_en = "An auxiliary anti-aircraft weapon.<br>This is a small-caliber machine gun installed on early destroyers.<br>Due to its lack of range and ineffectiveness, upgrades to the 12.7 mm Single Machine Gun Mount and 25 mm Single Autocannon Mount were made.",
  _wikipedia = "Type 92 machine gun",
  _buildable = true,
  _improvements = true,
}