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 = false,
| + | _icon = 15, |
− | _japanese_name = "Bofors 40mm四連装機関砲",
| + | _types = {4, 6, 21, 15, 0}, |
− | _reading = "Bofors 40ミリしれんそうきかんほう",
| + | _rarity = 4, |
− | _type = false,
| + | _firepower = 1, |
− | _icon = false,
| + | _bombing = false, |
− | _rarity = false,
| + | _torpedo = false, |
− | _back = false,
| + | _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 = false,
| + | _scrap_steel = 1, |
− | _special = false,
| + | _scrap_bauxite = 3, |
− | _scrap_fuel = false,
| + | _info = "北欧生まれの世界的ベストセラーの40mm対空機関砲、その艦載四連装バージョンです。<br>ベースとなった傑作機関砲は、彼我含めて多くの国々に採用されました。<br>優れた中~近距離近接対空火器として、米英海軍艦艇にも装備されました。", |
− | _scrap_ammo = false,
| + | _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 = false,
| + | _wikipedia = "Bofors 40 mm L/60 gun", |
− | _scrap_bauxite = false,
| + | _buildable = false, |
− | _buildable = false,
| + | _improvements = false, |
− | _upgradable = false,
| |
| } | | } |
− |
| |
− | return Bofors_40mm_Quadruple_Autocannon_Mount
| |