• 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 Command Facility"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = "洋上において艦隊を指揮する前線司令部です。<br>司令部施設を開設できるある一定以上の大きさの艦に設営可能<br>です。同司令部を旗艦に設営した艦隊は「連合艦隊」として出<br>撃している際に、随伴艦隊の健在な駆逐艦を「損害の大きい<br>艦」の護衛につけて、戦場から退避させることが可能です。",
+
   _info = "洋上において艦隊を指揮する前線司令部です。<br>司令部施設を開設できるある一定以上の大きさの艦に設営可能です。<br>同司令部を旗艦に設営した艦隊は「連合艦隊」として出撃している際に、随伴艦隊の健在な駆逐艦を「損害の大きい艦」の護衛につけて、戦場から退避させることが可能です。 ",
 +
  _info_en = "This facility is used as a command center aboard warships to direct naval fleets at sea.<br>This can only be used aboard larger warships.<br>When used on the flagship of the \"Combined Fleet\", a \"heavily damaged ship\" can be escorted away from the battle line by a destroyer still in good shape from the escort fleet.",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 20:12, 5 May 2024

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

return {
  _name = "Fleet Command Facility",
  _id = 107,
  _japanese_name = "艦隊司令部施設",
  _reading = "かんたいしれいぶしせつ",
  _type = 34,
  _icon = 28,
  _types = {12, 22, 34, 28, 0},
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 1,
  _scrap_steel = 1,
  _scrap_bauxite = 1,
  _info = "洋上において艦隊を指揮する前線司令部です。<br>司令部施設を開設できるある一定以上の大きさの艦に設営可能です。<br>同司令部を旗艦に設営した艦隊は「連合艦隊」として出撃している際に、随伴艦隊の健在な駆逐艦を「損害の大きい艦」の護衛につけて、戦場から退避させることが可能です。 ",
  _info_en = "This facility is used as a command center aboard warships to direct naval fleets at sea.<br>This can only be used aboard larger warships.<br>When used on the flagship of the \"Combined Fleet\", a \"heavily damaged ship\" can be escorted away from the battle line by a destroyer still in good shape from the escort fleet.",
  _buildable = false,
  _improvements = false,
}