• 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
com>Ckwng
(GitHub Action)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local Fleet_Command_Facility = {
+
return {
_name = "Fleet Command Facility",
+
  _name = "Fleet Command Facility",
_page = false,
+
  _id = 107,
_id = 107,
+
  _japanese_name = "艦隊司令部施設",
_japanese_name = "艦隊司令部施設",
+
  _reading = "かんたいしれいぶしせつ",
_reading = "かんたいしれいぶしせつ",
+
  _type = 34,
_type = 34,
+
  _icon = 28,
_icon = 28,
+
  _types = {12, 22, 34, 28, 0},
_rarity = 5,
+
  _rarity = 5,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 1,
+
  _aa = 1,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = 1,
+
  _shelling_accuracy = 1,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = 1,
+
  _evasion = 1,
_los = 1,
+
  _los = 1,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = false,
+
  _special = false,
_scrap_fuel = 1,
+
  _scrap_fuel = 1,
_scrap_ammo = 1,
+
  _scrap_ammo = 1,
_scrap_steel = 1,
+
  _scrap_steel = 1,
_scrap_bauxite = 1,
+
  _scrap_bauxite = 1,
_buildable = false,
+
  _info = "洋上において艦隊を指揮する前線司令部です。<br>司令部施設を開設できるある一定以上の大きさの艦に設営可能<br>です。同司令部を旗艦に設営した艦隊は「連合艦隊」として出<br>撃している際に、随伴艦隊の健在な駆逐艦を「損害の大きい<br>艦」の護衛につけて、戦場から退避させることが可能です。",
_upgradable = false,
+
  _buildable = false,
 +
  _improvements = false,
 
}
 
}
 
return Fleet_Command_Facility
 

Revision as of 12:43, 9 September 2022

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>です。同司令部を旗艦に設営した艦隊は「連合艦隊」として出<br>撃している際に、随伴艦隊の健在な駆逐艦を「損害の大きい<br>艦」の護衛につけて、戦場から退避させることが可能です。",
  _buildable = false,
  _improvements = false,
}