- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
mLine 2:
Line 2:
− local Ship_Repair_Facility = {+
Line 29:
Line 29:
+
− _upgradable = false,
−
− return Ship_Repair_Facility
Module:Data/Equipment/Ship Repair Facility (view source)
Revision as of 01:29, 23 September 2018
, 6 years agoMigration
--[[Category:Equipment modules]]
--[[Category:Equipment modules]]
return {
_name = "Ship Repair Facility",
_name = "Ship Repair Facility",
_page = false,
_page = false,
_scrap_steel = 20,
_scrap_steel = 20,
_scrap_bauxite = 10,
_scrap_bauxite = 10,
_info = "工作艦に搭載される修理装備一式です。「明石」等の工作艦に搭載することで、入渠なしに艦艇の応急修理が可能です。<br/>(小破程度の損害の艦を、この装備一式につき、+1隻の同時修理が可能です)",
_buildable = false,
_buildable = false,
}
}