• 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/5inch Twin Gun Mount Mk.28 mod.2"

From Kancolle Wiki
Jump to navigation Jump to search
m (3 revisions imported)
(GitHub Action)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "5inch Twin Gun Mount Mk.28 mod.2",
+
  _name = "5inch Twin Gun Mount Mk.28 mod.2",
_page = false,
+
  _id = 172,
_id = 172,
+
  _japanese_name = "5inch連装砲 Mk.28 mod.2",
_japanese_name = "5inch連装砲 Mk.28 mod.2",
+
  _reading = "5インチれんそうほう マーク28 モッド2",
_reading = "5インチれんそうほう マーク28 モッド2",
+
  _type = 4,
_type = 4,
+
  _icon = 16,
_icon = 16,
+
  _types = {1, 2, 4, 16, 0},
_rarity = 4,
+
  _rarity = 4,
_firepower = 4,
+
  _firepower = 4,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 9,
+
  _aa = 9,
_armor = 1,
+
  _armor = 1,
_asw = false,
+
  _asw = false,
_shelling_accuracy = 2,
+
  _shelling_accuracy = 2,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = 1,
+
  _evasion = 1,
_los = false,
+
  _los = false,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = 1,
+
  _range = 1,
_special = false,
+
  _special = false,
_scrap_fuel = false,
+
  _scrap_fuel = false,
_scrap_ammo = 3,
+
  _scrap_ammo = 3,
_scrap_steel = 4,
+
  _scrap_steel = 4,
_scrap_bauxite = 2,
+
  _scrap_bauxite = 2,
_info = "米国で開発・運用された優秀な小口径両用砲の改良型です。<br>本装備は連装タイプの両用砲で、大型艦の対空火力としても運用されました。バランスに優れた新型両用砲です。",
+
  _info = "米国で開発・運用された優秀な小口径両用砲の改良型です。<br>本装備は連装タイプの両用砲で、大型艦の対空火力としても運<br>用されました。バランスに優れた新型両用砲です。",
_wikipedia = "5\"/38 caliber gun",
+
  _wikipedia = "5\"/38 caliber gun",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = false,
 
}
 
}

Revision as of 12:44, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/5inch Twin Gun Mount Mk.28 mod.2/doc

return {
  _name = "5inch Twin Gun Mount Mk.28 mod.2",
  _id = 172,
  _japanese_name = "5inch連装砲 Mk.28 mod.2",
  _reading = "5インチれんそうほう マーク28 モッド2",
  _type = 4,
  _icon = 16,
  _types = {1, 2, 4, 16, 0},
  _rarity = 4,
  _firepower = 4,
  _bombing = false,
  _torpedo = false,
  _aa = 9,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 3,
  _scrap_steel = 4,
  _scrap_bauxite = 2,
  _info = "米国で開発・運用された優秀な小口径両用砲の改良型です。<br>本装備は連装タイプの両用砲で、大型艦の対空火力としても運<br>用されました。バランスに優れた新型両用砲です。",
  _wikipedia = "5\"/38 caliber gun",
  _buildable = false,
  _improvements = false,
}