• 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/Communication Equipment & Personnel"

From Kancolle Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 5,
 
   _scrap_bauxite = 5,
   _info = "司令部施設 通信装置&要員 Wiki WikiEn 艦隊旗艦のための充実した通信装置とその要員です。<br>※支援艦隊の旗艦または同随伴二番艦に装備した艦隊通信アンテナの能力を、さらに強化することが可能です。<br>※通信装置&要員単体でも、僅かではありますが、同効果の一部を発揮することが可能です。<br>※本装備を使用して艦隊通信アンテナの装備改修も可能です。",
+
   _info = "艦隊旗艦のための充実した通信装置とその要員です。<br>※支援艦隊の旗艦または同随伴二番艦に装備した艦隊通信アンテナの能力を、さらに強化することが可能です。<br>※通信装置&要員単体でも、僅かではありますが、同効果の一部を発揮することが可能です。<br>※本装備を使用して艦隊通信アンテナの装備改修も可能です。",
   _info_en = nil,
+
   _info_en = "A full complement of communications equipment and personnel for the fleet flagship.<br>※It is possible to further enhance the capabilities of the Fleet Communication Antenna installed on the flagship or second ship of the support fleet.<br>※Communication Equipment & Personnel alone can achieve some of the same effect, albeit to a smaller extent.<br>※This equipment can also be used to upgrade Fleet Communication Antennas.",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 17:30, 28 June 2024

Documentation for this module may be created at Module:Data/Equipment/Communication Equipment & Personnel/doc

return {
  _name = "Communication Equipment & Personnel",
  _id = 532,
  _japanese_name = "通信装置&要員",
  _reading = nil,
  _type = 34,
  _icon = 28,
  _types = {12, 22, 34, 28, 0},
  _rarity = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = false,
  _scrap_steel = 2,
  _scrap_bauxite = 5,
  _info = "艦隊旗艦のための充実した通信装置とその要員です。<br>※支援艦隊の旗艦または同随伴二番艦に装備した艦隊通信アンテナの能力を、さらに強化することが可能です。<br>※通信装置&要員単体でも、僅かではありますが、同効果の一部を発揮することが可能です。<br>※本装備を使用して艦隊通信アンテナの装備改修も可能です。",
  _info_en = "A full complement of communications equipment and personnel for the fleet flagship.<br>※It is possible to further enhance the capabilities of the Fleet Communication Antenna installed on the flagship or second ship of the support fleet.<br>※Communication Equipment & Personnel alone can achieve some of the same effect, albeit to a smaller extent.<br>※This equipment can also be used to upgrade Fleet Communication Antennas.",
  _buildable = false,
  _improvements = false,
}