• 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 Submarine Electronic Armament"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Enemy equipment modules return { _name = "深海潜水艦搭載電子兵装", _cg_reference = "Late Model Submarine Radar & Passive Radiolocator", _id =...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
return {
 
return {
   _name = "深海潜水艦搭載電子兵装",
+
   _name = "Abyssal Submarine Electronic Armament",
 
   _cg_reference = "Late Model Submarine Radar & Passive Radiolocator",
 
   _cg_reference = "Late Model Submarine Radar & Passive Radiolocator",
 
   _id = 605,
 
   _id = 605,
 
   _japanese_name = "深海潜水艦搭載電子兵装",
 
   _japanese_name = "深海潜水艦搭載電子兵装",
   _reading = nil,
+
   _reading = "しんかいせんすいかんとうさいでんしへいそう",
 
   _type = 51, -- 24,42,51,42,0
 
   _type = 51, -- 24,42,51,42,0
 
   _icon = 42,
 
   _icon = 42,

Latest revision as of 11:34, 12 May 2021

Documentation for this module may be created at Module:Data/EnemyEquipment/Abyssal Submarine Electronic Armament/doc

-- [[Category:Enemy equipment modules]]

return {
  _name = "Abyssal Submarine Electronic Armament",
  _cg_reference = "Late Model Submarine Radar & Passive Radiolocator",
  _id = 605,
  _japanese_name = "深海潜水艦搭載電子兵装",
  _reading = "しんかいせんすいかんとうさいでんしへいそう",
  _type = 51, -- 24,42,51,42,0
  _icon = 42,
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = 6,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 22,
  _torpedo_accuracy = false,
  _evasion = 6,
  _los = 6,
  _speed = false,
  _luck = false,
  _range = 1,
  _flight_cost = false,
  _flight_range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = false,
  _scrap_bauxite = false,
  _buildable = false,
}