Difference between revisions of "Module:Data/Equipment/8cm High-angle Gun"

com>Ckwng
(Created page with "local _8cm_Twin_High_angle_Mount = { _name = "8cm Twin High-angle Mount", _page = false, _id = 66, _japanese_name = "8cm高角砲", _type = 4, _icon = 16, _rarity = 3, ...")
 
m
 
(33 intermediate revisions by 5 users not shown)
Line 1: Line 1:
local _8cm_Twin_High_angle_Mount = {
+
return {
_name = "8cm Twin High-angle Mount",
+
  _name = "8cm High-angle Gun",
_page = false,
+
  _id = 66,
_id = 66,
+
  _japanese_name = "8cm高角砲",
_japanese_name = "8cm高角砲",
+
  _reading = "8せんちこうかくほう",
_type = 4,
+
  _type = 4,
_icon = 16,
+
  _icon = 16,
_rarity = 3,
+
  _types = {1, 2, 4, 16, 0},
_card = "Equipment66-1.png",
+
  _rarity = 3,
_firepower = 1,
+
  _firepower = 1,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 6,
+
  _aa = 6,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = 2,
+
  _shelling_accuracy = 2,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_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 = 1,
+
  _scrap_ammo = 1,
_scrap_steel = 2,
+
  _scrap_steel = 2,
_scrap_bauxite = false,
+
  _scrap_bauxite = false,
_buildable = false,
+
  _version = 2,
_upgradable = false,
+
  _info = "新開発の長8cm高角砲です。<br>秋月型に装備された長10cm高角砲の小型軽量化を目指した対空用副砲バージョンです。<br>微妙な出来という評価もありますが、後期の建造艦艇への装備が期待されていました。",
 +
  _info_en = "This is the new long 8 cm high-angle gun.<br>It is a miniaturized and lightened anti-air secondary gun version of the Akizuki-class's long 10 cm high angle gun.<br>While it is evaluated to be of little improvement, it was anticipated by the warships built later into the war.",
 +
  _wikipedia = "8 cm/60 Type 98 naval gun",
 +
  _buildable = true,
 +
  _improvements = true
 
}
 
}
 
return _8cm_Twin_High_angle_Mount
 

Latest revision as of 07:22, 8 April 2026

Documentation for this module may be created at Module:Data/Equipment/8cm High-angle Gun/doc

return {
  _name = "8cm High-angle Gun",
  _id = 66,
  _japanese_name = "8cm高角砲",
  _reading = "8せんちこうかくほう",
  _type = 4,
  _icon = 16,
  _types = {1, 2, 4, 16, 0},
  _rarity = 3,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 6,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 1,
  _scrap_steel = 2,
  _scrap_bauxite = false,
  _version = 2,
  _info = "新開発の長8cm高角砲です。<br>秋月型に装備された長10cm高角砲の小型軽量化を目指した対空用副砲バージョンです。<br>微妙な出来という評価もありますが、後期の建造艦艇への装備が期待されていました。",
  _info_en = "This is the new long 8 cm high-angle gun.<br>It is a miniaturized and lightened anti-air secondary gun version of the Akizuki-class's long 10 cm high angle gun.<br>While it is evaluated to be of little improvement, it was anticipated by the warships built later into the war.",
  _wikipedia = "8 cm/60 Type 98 naval gun",
  _buildable = true,
  _improvements = true
}