• 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/SKC34 20.3cm Twin Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
(GitHub Action)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "SKC34 20.3cm Twin Gun Mount",
 
+
  _id = 123,
local _SKC34_20_3cm_Twin_Gun_Mount = {
+
  _japanese_name = "SKC34 20.3cm連装砲",
_name = "SKC34 20.3cm Twin Gun Mount",
+
  _reading = "SKC34 20.3せんちれんそうほう",
_page = false,
+
  _type = 2,
_id = 123,
+
  _icon = 2,
_japanese_name = "SKC34 20.3cm連装砲",
+
  _types = {1, 1, 2, 2, 0},
_reading = "SKC34 20.3せんちれんそうほう",
+
  _rarity = 3,
_type = 2,
+
  _firepower = 10,
_icon = 2,
+
  _bombing = false,
_rarity = 3,
+
  _torpedo = false,
_firepower = 10,
+
  _aa = 2,
_bombing = false,
+
  _armor = false,
_torpedo = false,
+
  _asw = false,
_aa = 2,
+
  _shelling_accuracy = 3,
_armor = false,
+
  _torpedo_accuracy = false,
_asw = false,
+
  _evasion = false,
_shelling_accuracy = 3,
+
  _los = false,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = false,
+
  _luck = false,
_los = false,
+
  _range = 2,
_speed = false,
+
  _special = false,
_luck = false,
+
  _scrap_fuel = false,
_range = 2,
+
  _scrap_ammo = 4,
_special = false,
+
  _scrap_steel = 5,
_scrap_fuel = false,
+
  _scrap_bauxite = false,
_scrap_ammo = 4,
+
  _info = "かの国の重巡洋艦装備用に開発された連装砲です。<br>高い命中率と火力を誇る優秀な巡洋艦主兵装です。<br>中距離の砲撃戦で威力を発揮します。",
_scrap_steel = 5,
+
  _wikipedia = "20.3 cm SK C/34 naval gun",
_scrap_bauxite = false,
+
  _buildable = false,
_buildable = false,
+
  _improvements = false,
_upgradable = false,
 
 
}
 
}
 
return _SKC34_20_3cm_Twin_Gun_Mount
 

Revision as of 12:44, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/SKC34 20.3cm Twin Gun Mount/doc

return {
  _name = "SKC34 20.3cm Twin Gun Mount",
  _id = 123,
  _japanese_name = "SKC34 20.3cm連装砲",
  _reading = "SKC34 20.3せんちれんそうほう",
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 3,
  _firepower = 10,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 4,
  _scrap_steel = 5,
  _scrap_bauxite = false,
  _info = "かの国の重巡洋艦装備用に開発された連装砲です。<br>高い命中率と火力を誇る優秀な巡洋艦主兵装です。<br>中距離の砲撃戦で威力を発揮します。",
  _wikipedia = "20.3 cm SK C/34 naval gun",
  _buildable = false,
  _improvements = false,
}