Changes

m
Migration
Line 2: Line 2:  
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
   −
local Ship_Repair_Facility = {
+
return {
 
_name = "Ship Repair Facility",
 
_name = "Ship Repair Facility",
 
_page = false,
 
_page = false,
Line 29: Line 29:  
_scrap_steel = 20,
 
_scrap_steel = 20,
 
_scrap_bauxite = 10,
 
_scrap_bauxite = 10,
 +
_info = "工作艦に搭載される修理装備一式です。「明石」等の工作艦に搭載することで、入渠なしに艦艇の応急修理が可能です。<br/>(小破程度の損害の艦を、この装備一式につき、+1隻の同時修理が可能です)",
 
_buildable = false,
 
_buildable = false,
_upgradable = false,
   
}
 
}
  −
return Ship_Repair_Facility
 
Anonymous user