• 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/Fleet Communication Antenna"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Fleet Communication Antenna", _id = 531, _japanese_name = "艦隊通信アンテナ", _reading = nil, _type = 34, _icon = 28, _types = {12, 22,...")
 
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
   _scrap_steel = 13,
 
   _scrap_steel = 13,
 
   _scrap_bauxite = 15,
 
   _scrap_bauxite = 15,
   _info = nil,
+
   _info = "支援艦隊の艦隊間通信を支える通信システムです。<br>※主力艦隊を援護する支援艦隊の旗艦、または同二番艦に装備することで、支援艦隊の援護が受けやすくなります。<br>※通信装置&要員でさらに同効果を強化することも可能です。",
   _info_en = nil,
+
   _info_en = "This is a communications system that supports inter-fleet communications for the support fleet.<br>※By equipping it on the flagship or second ship of the support fleet sent to supports the main fleet, receiving support from said support fleet will become easier.<br>※The effect can be further enhanced by using a Communication Equipment & Personnel alongside it.",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 17:35, 28 June 2024

Documentation for this module may be created at Module:Data/Equipment/Fleet Communication Antenna/doc

return {
  _name = "Fleet Communication Antenna",
  _id = 531,
  _japanese_name = "艦隊通信アンテナ",
  _reading = nil,
  _type = 34,
  _icon = 28,
  _types = {12, 22, 34, 28, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 13,
  _scrap_bauxite = 15,
  _info = "支援艦隊の艦隊間通信を支える通信システムです。<br>※主力艦隊を援護する支援艦隊の旗艦、または同二番艦に装備することで、支援艦隊の援護が受けやすくなります。<br>※通信装置&要員でさらに同効果を強化することも可能です。",
  _info_en = "This is a communications system that supports inter-fleet communications for the support fleet.<br>※By equipping it on the flagship or second ship of the support fleet sent to supports the main fleet, receiving support from said support fleet will become easier.<br>※The effect can be further enhanced by using a Communication Equipment & Personnel alongside it.",
  _buildable = false,
  _improvements = true,
}