• 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/EnemyEquipment/Abyssal 6inch Secondary Gun Mount Battery"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Abyssal 8.25inch Single Main Gun Mount", _cg_reference = nil, _id = 1655, _japanese_name = "深海8.25inch単装主砲", _reading = "しんかい8....")
 
 
Line 1: Line 1:
 
return {
 
return {
   _name = "Abyssal 8.25inch Single Main Gun Mount",
+
   _name = "Abyssal 6inch Secondary Gun Mount Battery",
 
   _cg_reference = nil,
 
   _cg_reference = nil,
   _id = 1655,
+
   _id = 1656,
   _japanese_name = "深海8.25inch単装主砲",
+
   _japanese_name = "深海6inch副砲群",
   _reading = "しんかい8.25インチたんそうしゅほう",
+
   _reading = "しんかい6インチふくほうぐん",
   _type = 2, -- 1,1,2,2,0
+
   _type = 4, -- 1,2,4,4,0
   _types = {1,1,2,2,0},
+
   _types = {1,2,4,4,0},
   _icon = 2,
+
   _icon = 4,
 
   _rarity = 2,
 
   _rarity = 2,
   _firepower = 9,
+
   _firepower = 7,
 
   _bombing = false,
 
   _bombing = false,
 
   _torpedo = false,
 
   _torpedo = false,
   _aa = 1,
+
   _aa = 2,
   _armor = 2,
+
   _armor = false,
   _asw = 1,
+
   _asw = 3,
   _shelling_accuracy = 2,
+
   _shelling_accuracy = 3,
 
   _torpedo_accuracy = false,
 
   _torpedo_accuracy = false,
   _evasion = 9,
+
   _evasion = 2,
 
   _los = false,
 
   _los = false,
 
   _speed = false,
 
   _speed = false,

Latest revision as of 01:55, 31 October 2025

Documentation for this module may be created at Module:Data/EnemyEquipment/Abyssal 6inch Secondary Gun Mount Battery/doc

return {
  _name = "Abyssal 6inch Secondary Gun Mount Battery",
  _cg_reference = nil,
  _id = 1656,
  _japanese_name = "深海6inch副砲群",
  _reading = "しんかい6インチふくほうぐん",
  _type = 4, -- 1,2,4,4,0
  _types = {1,2,4,4,0},
  _icon = 4,
  _rarity = 2,
  _firepower = 7,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _flight_cost = false,
  _flight_range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = false,
  _scrap_bauxite = false,
  _buildable = false,
}