• 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/12.7mm Single Machine Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(GitHub Action)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local _12_7mm_Single_Machine_Gun_Mount = {
+
return {
_name = "12.7mm Single Machine Gun Mount",
+
  _name = "12.7mm Single Machine Gun Mount",
_page = false,
+
  _id = 38,
_id = 38,
+
  _japanese_name = "12.7mm単装機銃",
_japanese_name = "12.7mm単装機銃",
+
  _reading = "12.7みりたんそうきじゅう",
_reading = "12.7みりたんそうきじゅう",
+
  _type = 21,
_type = 21,
+
  _icon = 15,
_icon = 15,
+
  _types = {4, 6, 21, 15, 0},
_rarity = 0,
+
  _rarity = 0,
_back = 1,
+
  _back = 1,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 3,
+
  _aa = 3,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = 1,
+
  _evasion = 1,
_los = false,
+
  _los = false,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = false,
+
  _special = false,
_scrap_fuel = false,
+
  _scrap_fuel = false,
_scrap_ammo = 1,
+
  _scrap_ammo = 1,
_scrap_steel = 1,
+
  _scrap_steel = 1,
_scrap_bauxite = false,
+
  _scrap_bauxite = false,
_buildable = true,
+
  _version = 2,
_upgradable = false,
+
  _info = "対空機銃です。<br>対空兵装として、主に駆逐艦等に装備されました。<br>より強力な25mm機銃への更新が進んでいます。",
 +
  _buildable = true,
 +
  _improvements = false,
 
}
 
}
 
return _12_7mm_Single_Machine_Gun_Mount
 

Revision as of 12:18, 9 September 2022

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

return {
  _name = "12.7mm Single Machine Gun Mount",
  _id = 38,
  _japanese_name = "12.7mm単装機銃",
  _reading = "12.7みりたんそうきじゅう",
  _type = 21,
  _icon = 15,
  _types = {4, 6, 21, 15, 0},
  _rarity = 0,
  _back = 1,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _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>より強力な25mm機銃への更新が進んでいます。",
  _buildable = true,
  _improvements = false,
}