- 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/Striking Force Fleet Command Facility"
< Module:Data | Equipment
Jump to navigation
Jump to search
(GitHub Action) |
Jigaraphale (talk | contribs) |
||
Line 26: | Line 26: | ||
_scrap_steel = 1, | _scrap_steel = 1, | ||
_scrap_bauxite = 1, | _scrap_bauxite = 1, | ||
− | _info = "洋上において遊撃部隊を指揮する艦隊司令部です。<br> | + | _info = "洋上において遊撃部隊を指揮する艦隊司令部です。<br>司令部施設を開設できるある一定以上の大きさ艦に設営可能です。<br>同司令部を旗艦に設営した艦隊は、「遊撃部隊」として出撃している際に、損害の大きい艦を単艦で戦場から離脱させる「単艦退避」を実施可能です。", |
+ | _info_en = "This is a facility to command a striking force while underway.<br>It can be set up on ships over a certain size that are capable of hosting command facilities.<br>A fleet that has a ship with this command facility as its flagship will have the option to do \"Single Ship Evacuation\" where a heavily damaged ship withdraws by herself when sortied as a \"Striking Force\".", | ||
_buildable = false, | _buildable = false, | ||
_improvements = false, | _improvements = false, | ||
} | } |
Latest revision as of 06:55, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Striking Force Fleet Command Facility/doc
return {
_name = "Striking Force Fleet Command Facility",
_id = 272,
_japanese_name = "遊撃部隊 艦隊司令部",
_reading = "ゆうげきぶたい かんたいしれいぶ",
_type = 34,
_icon = 28,
_types = {12, 22, 34, 28, 0},
_rarity = 5,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = 1,
_asw = false,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = 1,
_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 = "This is a facility to command a striking force while underway.<br>It can be set up on ships over a certain size that are capable of hosting command facilities.<br>A fleet that has a ship with this command facility as its flagship will have the option to do \"Single Ship Evacuation\" where a heavily damaged ship withdraws by herself when sortied as a \"Striking Force\".",
_buildable = false,
_improvements = false,
}