• 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/10cm Twin High-angle Gun Mount Battery Concentrated Deployment"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "10cm Twin High-angle Gun Mount Battery Concentrated Deployment", _id = 464, _japanese_name = "10cm連装高角砲群 集中配備", _reading = nil, _typ...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
return {
 
return {
_name = "10cm Twin High-angle Gun Mount Battery Concentrated Deployment",
+
  _name = "10cm Twin High-angle Gun Mount Battery Concentrated Deployment",
_id = 464,
+
  _id = 464,
_japanese_name = "10cm連装高角砲群 集中配備",
+
  _japanese_name = "10cm連装高角砲群 集中配備",
_reading = nil,
+
  _reading = nil,
_type = 4,
+
  _type = 4,
_icon = 16,
+
  _icon = 16,
_rarity = 5,
+
  _types = {1, 2, 4, 16, 0},
_firepower = 3,
+
  _rarity = 5,
_bombing = false,
+
  _firepower = 3,
_torpedo = false,
+
  _bombing = false,
_aa = 12,
+
  _torpedo = false,
_armor = 2,
+
  _aa = 12,
_asw = false,
+
  _armor = 2,
_shelling_accuracy = 2,
+
  _asw = false,
_torpedo_accuracy = false,
+
  _shelling_accuracy = 2,
_evasion = 2,
+
  _torpedo_accuracy = false,
_los = false,
+
  _evasion = 2,
_speed = false,
+
  _los = false,
_luck = false,
+
  _speed = false,
_range = 1,
+
  _luck = false,
_special = false,
+
  _range = 1,
_scrap_fuel = false,
+
  _special = false,
_scrap_ammo = 6,
+
  _scrap_fuel = false,
_scrap_steel = 8,
+
  _scrap_ammo = 6,
_scrap_bauxite = 3,
+
  _scrap_steel = 8,
_info = nil,
+
  _scrap_bauxite = 3,
_buildable = false,
+
  _info = "画期的な長砲身半自動装填砲を動力砲塔に備えた「長10cm」と呼ばれた新型の防空用高角砲で、「秋月」型駆逐艦に採用された、新型連装高角砲。<br>複雑な構造のため量産には不向きでしたが、敵機の跳梁を抑える艦隊防空の切り札の一つでした。<br>改「大和」型への装備も検討された同高角砲を集中配備、連携する高射装置と共に艦、そして艦隊を守ります!",
 +
  _info_en = "The \"Long 10 cm\" is a revolutionary long-barrelled autoloading gun in a powered turret. It is a new model of twin high-angle gun meant as an anti-air high-angle gun that was mounted on the \"Akizuki-class\" destroyers.<br>Due to its complexity, it wasn't able to be mass-produced. Despite that, it still formed a key component of the fleet's air defenses against enemy air dominance.<br>These high-angle guns were expected to be mounted on the upgraded \"Yamato-class\" in a concentrated emplacement and paired with an anti-air fire director to protect the ship and the fleet!",
 +
  _wikipedia = "10 cm/65 Type 98 naval gun",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Latest revision as of 21:55, 7 May 2024

return {
  _name = "10cm Twin High-angle Gun Mount Battery Concentrated Deployment",
  _id = 464,
  _japanese_name = "10cm連装高角砲群 集中配備",
  _reading = nil,
  _type = 4,
  _icon = 16,
  _types = {1, 2, 4, 16, 0},
  _rarity = 5,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = 12,
  _armor = 2,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 6,
  _scrap_steel = 8,
  _scrap_bauxite = 3,
  _info = "画期的な長砲身半自動装填砲を動力砲塔に備えた「長10cm」と呼ばれた新型の防空用高角砲で、「秋月」型駆逐艦に採用された、新型連装高角砲。<br>複雑な構造のため量産には不向きでしたが、敵機の跳梁を抑える艦隊防空の切り札の一つでした。<br>改「大和」型への装備も検討された同高角砲を集中配備、連携する高射装置と共に艦、そして艦隊を守ります!",
  _info_en = "The \"Long 10 cm\" is a revolutionary long-barrelled autoloading gun in a powered turret. It is a new model of twin high-angle gun meant as an anti-air high-angle gun that was mounted on the \"Akizuki-class\" destroyers.<br>Due to its complexity, it wasn't able to be mass-produced. Despite that, it still formed a key component of the fleet's air defenses against enemy air dominance.<br>These high-angle guns were expected to be mounted on the upgraded \"Yamato-class\" in a concentrated emplacement and paired with an anti-air fire director to protect the ship and the fleet!",
  _wikipedia = "10 cm/65 Type 98 naval gun",
  _buildable = false,
  _improvements = true,
}