- 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/Ship Repair Facility"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (5 revisions imported) |
Jigaraphale (talk | contribs) m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Ship Repair Facility", | |
− | + | _id = 86, | |
− | + | _japanese_name = "艦艇修理施設", | |
− | + | _reading = "かんていしゅうりしせつ", | |
− | + | _type = 31, | |
− | + | _icon = 26, | |
− | + | _types = {10, 20, 31, 26, 0}, | |
− | + | _rarity = 3, | |
− | + | _firepower = false, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = false, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _special = "Enables repair on 1 additional ship", | |
− | + | _scrap_fuel = 10, | |
− | + | _scrap_ammo = 5, | |
− | + | _scrap_steel = 20, | |
− | + | _scrap_bauxite = 10, | |
− | + | _info = "工作艦に搭載される修理装備一式です。<br>「明石」等の工作艦に搭載することで、入渠なしに艦艇の応急修理が可能です。<br>(小破程度の損害の艦を、この装備一式につき、+1隻の同時修理が可能です)", | |
− | + | _info_en = "A set of ship repair facilities used aboard repair ships.<br>When used on repair ships such as \"Akashi\", it can perform anchorage repairs on other ships without having to dock them.<br>(This set of equipment can repair +1 ships with minor damage at the same time.)", | |
+ | _buildable = false, | ||
+ | _improvements = false, | ||
} | } |
Latest revision as of 15:26, 5 May 2024
Documentation for this module may be created at Module:Data/Equipment/Ship Repair Facility/doc
return {
_name = "Ship Repair Facility",
_id = 86,
_japanese_name = "艦艇修理施設",
_reading = "かんていしゅうりしせつ",
_type = 31,
_icon = 26,
_types = {10, 20, 31, 26, 0},
_rarity = 3,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = "Enables repair on 1 additional ship",
_scrap_fuel = 10,
_scrap_ammo = 5,
_scrap_steel = 20,
_scrap_bauxite = 10,
_info = "工作艦に搭載される修理装備一式です。<br>「明石」等の工作艦に搭載することで、入渠なしに艦艇の応急修理が可能です。<br>(小破程度の損害の艦を、この装備一式につき、+1隻の同時修理が可能です)",
_info_en = "A set of ship repair facilities used aboard repair ships.<br>When used on repair ships such as \"Akashi\", it can perform anchorage repairs on other ships without having to dock them.<br>(This set of equipment can repair +1 ships with minor damage at the same time.)",
_buildable = false,
_improvements = false,
}