• 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/Elite Torpedo Squadron Command Facility"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Elite Torpedo Squadron Command Facility", _id = 413, _japanese_name = "精鋭水雷戦隊 司令部", _reading = nil, _type = 34, -- 12,22,34,28,0...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
   _japanese_name = "精鋭水雷戦隊 司令部",
 
   _japanese_name = "精鋭水雷戦隊 司令部",
 
   _reading = nil,
 
   _reading = nil,
   _type = 34, -- 12,22,34,28,0
+
   _type = 34,
 
   _icon = 28,
 
   _icon = 28,
 +
  _types = {12, 22, 34, 28, 0},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = false,
 
   _firepower = false,
Line 20: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 2,
 
   _scrap_fuel = 2,
Line 27: Line 26:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
 +
  _info = "洋上最前線において水雷戦隊を指揮する戦隊司令部です。<br>司令部施設を開設できる艦に設営可能です。<br>戦闘能力が高まると共に、同司令部を旗艦に設営した水雷戦隊は、水雷戦隊編成で行動している際に、戦闘で大きな損害を受けた僚艦を単艦で戦場から離脱させる水雷戦隊「単艦退避」も実施可能です。",
 +
  _info_en = "A command facility used for directing torpedo squadrons on the front lines.<br>It can be set up on any ship capable of equipping command facilities.<br>In addition to the increase in combat ability, you can use the \"Single-Ship Evacuation\" ability on heavily damaged escort ships when this is equipped on the flagship of a torpedo squadron.",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Latest revision as of 19:58, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Elite Torpedo Squadron Command Facility/doc

return {
  _name = "Elite Torpedo Squadron Command Facility",
  _id = 413,
  _japanese_name = "精鋭水雷戦隊 司令部",
  _reading = nil,
  _type = 34,
  _icon = 28,
  _types = {12, 22, 34, 28, 0},
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = 3,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 1,
  _scrap_steel = 1,
  _scrap_bauxite = 1,
  _info = "洋上最前線において水雷戦隊を指揮する戦隊司令部です。<br>司令部施設を開設できる艦に設営可能です。<br>戦闘能力が高まると共に、同司令部を旗艦に設営した水雷戦隊は、水雷戦隊編成で行動している際に、戦闘で大きな損害を受けた僚艦を単艦で戦場から離脱させる水雷戦隊「単艦退避」も実施可能です。",
  _info_en = "A command facility used for directing torpedo squadrons on the front lines.<br>It can be set up on any ship capable of equipping command facilities.<br>In addition to the increase in combat ability, you can use the \"Single-Ship Evacuation\" ability on heavily damaged escort ships when this is equipped on the flagship of a torpedo squadron.",
  _buildable = false,
  _improvements = false,
}