• 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/Bofors 40mm Quadruple Autocannon Mount"

From Kancolle Wiki
Jump to navigation Jump to search
com>Hayashi H
m (Removing special)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Bofors 40mm Quadruple Autocannon Mount",
 
+
  _id = 173,
local Bofors_40mm_Quadruple_Autocannon_Mount = {
+
  _japanese_name = "Bofors 40mm四連装機関砲",
_name = "Bofors 40mm Quadruple Autocannon Mount",
+
  _reading = "ボフォース 40ミリよんれんそうきかんほう",
_page = false,
+
  _type = 21,
_id = 173,
+
  _icon = 15,
_japanese_name = "Bofors 40mm四連装機関砲",
+
  _types = {4, 6, 21, 15, 0},
_reading = "Bofors 40ミリしれんそうきかんほう",
+
  _rarity = 4,
_type = 21,
+
  _firepower = 1,
_icon = 15,
+
  _bombing = false,
_rarity = 4,
+
  _torpedo = false,
_back = nil,
+
  _aa = 11,
_firepower = 1,
+
  _armor = 1,
_bombing = false,
+
  _asw = false,
_torpedo = false,
+
  _shelling_accuracy = 1,
_aa = 10,
+
  _torpedo_accuracy = false,
_armor = 1,
+
  _evasion = 2,
_asw = false,
+
  _los = false,
_shelling_accuracy = 1,
+
  _speed = false,
_torpedo_accuracy = false,
+
  _luck = false,
_evasion = 2,
+
  _range = false,
_los = false,
+
  _special = false,
_speed = false,
+
  _scrap_fuel = false,
_luck = false,
+
  _scrap_ammo = 6,
_range = 0,
+
  _scrap_steel = 1,
_special = false,
+
  _scrap_bauxite = 3,
_scrap_fuel = false,
+
  _info = "北欧生まれの世界的ベストセラーの40mm対空機関砲、その艦載四連装バージョンです。<br>ベースとなった傑作機関砲は、彼我含めて多くの国々に採用されました。<br>優れた中~近距離近接対空火器として、米英海軍艦艇にも装備されました。",
_scrap_ammo = 6,
+
  _info_en = "The shipborne, quadruple-mounted version of the Nordic-created worldwide bestselling 40 mm anti-air autocannon.<br>The base version of the gun was considered a masterpiece and as such was adopted by many countries including the enemy forces.<br>Proving to be excellent at short-range surface-to-air fire, it was equipped on many US and British Navy vessels as well.",
_scrap_steel = 1,
+
  _wikipedia = "Bofors 40 mm L/60 gun",
_scrap_bauxite = 3,
+
  _buildable = false,
_buildable = false,
+
  _improvements = false,
_upgradable = false,
 
 
}
 
}
 
return Bofors_40mm_Quadruple_Autocannon_Mount
 

Latest revision as of 09:21, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Bofors 40mm Quadruple Autocannon Mount/doc

return {
  _name = "Bofors 40mm Quadruple Autocannon Mount",
  _id = 173,
  _japanese_name = "Bofors 40mm四連装機関砲",
  _reading = "ボフォース 40ミリよんれんそうきかんほう",
  _type = 21,
  _icon = 15,
  _types = {4, 6, 21, 15, 0},
  _rarity = 4,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 11,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 6,
  _scrap_steel = 1,
  _scrap_bauxite = 3,
  _info = "北欧生まれの世界的ベストセラーの40mm対空機関砲、その艦載四連装バージョンです。<br>ベースとなった傑作機関砲は、彼我含めて多くの国々に採用されました。<br>優れた中~近距離近接対空火器として、米英海軍艦艇にも装備されました。",
  _info_en = "The shipborne, quadruple-mounted version of the Nordic-created worldwide bestselling 40 mm anti-air autocannon.<br>The base version of the gun was considered a masterpiece and as such was adopted by many countries including the enemy forces.<br>Proving to be excellent at short-range surface-to-air fire, it was equipped on many US and British Navy vessels as well.",
  _wikipedia = "Bofors 40 mm L/60 gun",
  _buildable = false,
  _improvements = false,
}