• 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/12.7cm Twin High-angle Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local _12_7cm_Twin_High_angle_Mount = { _name = "12.7cm Twin High-angle Mount", _page = false, _id = 10, _japanese_name = "12.7cm連装高角砲", _type = 4, _icon = 16,...")
 
m
 
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
local _12_7cm_Twin_High_angle_Mount = {
+
return {
_name = "12.7cm Twin High-angle Mount",
+
  _name = "12.7cm Twin High-angle Gun Mount",
_page = false,
+
  _id = 10,
_id = 10,
+
  _japanese_name = "12.7cm連装高角砲",
_japanese_name = "12.7cm連装高角砲",
+
  _reading = "12.7せんちれんそうこうかくほう",
_type = 4,
+
  _type = 4,
_icon = 16,
+
  _icon = 16,
_rarity = 0,
+
  _types = {1, 2, 4, 16, 0},
_card = "Equipment10-1.png",
+
  _rarity = 0,
_firepower = 2,
+
  _back = 1,
_bombing = false,
+
  _firepower = 2,
_torpedo = false,
+
  _bombing = false,
_aa = 4,
+
  _torpedo = false,
_armor = false,
+
  _aa = 4,
_asw = false,
+
  _armor = false,
_shelling_accuracy = 1,
+
  _asw = false,
_torpedo_accuracy = false,
+
  _shelling_accuracy = 1,
_los = false,
+
  _torpedo_accuracy = false,
_speed = false,
+
  _evasion = false,
_luck = false,
+
  _los = false,
_range = 1,
+
  _speed = false,
_special = false,
+
  _luck = false,
_scrap_fuel = false,
+
  _range = 1,
_scrap_ammo = 2,
+
  _special = false,
_scrap_steel = 2,
+
  _scrap_fuel = false,
_scrap_bauxite = false,
+
  _scrap_ammo = 2,
_upgradable = false,
+
  _scrap_steel = 2,
 +
  _scrap_bauxite = false,
 +
  _version = 3,
 +
  _info = "標準的な対空高角砲です。<br>量産に向いた構造で経済性も高く、戦艦や空母、巡洋艦などに広く搭載されました。<br>発射速度や旋回速度にやや難がありますが、重要な対空火器です。",
 +
  _info_en = "Standard anti-air high-angle gun.<br>Structured for mass production and aimed for economic efficiency, it’s widely equipped in battleships, carriers, and cruisers.<br>Although there is some difficulty in turning speed and rate of fire, it is an important anti-aircraft gun.",
 +
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
 +
  _buildable = true,
 +
  _improvements = true
 
}
 
}
 
return _12_7cm_Twin_High_angle_Mount
 

Latest revision as of 07:23, 8 April 2026

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

return {
  _name = "12.7cm Twin High-angle Gun Mount",
  _id = 10,
  _japanese_name = "12.7cm連装高角砲",
  _reading = "12.7せんちれんそうこうかくほう",
  _type = 4,
  _icon = 16,
  _types = {1, 2, 4, 16, 0},
  _rarity = 0,
  _back = 1,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 4,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 2,
  _scrap_bauxite = false,
  _version = 3,
  _info = "標準的な対空高角砲です。<br>量産に向いた構造で経済性も高く、戦艦や空母、巡洋艦などに広く搭載されました。<br>発射速度や旋回速度にやや難がありますが、重要な対空火器です。",
  _info_en = "Standard anti-air high-angle gun.<br>Structured for mass production and aimed for economic efficiency, it’s widely equipped in battleships, carriers, and cruisers.<br>Although there is some difficulty in turning speed and rate of fire, it is an important anti-aircraft gun.",
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
  _buildable = true,
  _improvements = true
}