Changes

m
Migration
Line 2: Line 2:  
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
   −
local Star_Shell = {
+
return {
 
_name = "Star Shell",
 
_name = "Star Shell",
 
_page = false,
 
_page = false,
Line 29: Line 29:  
_scrap_steel = 1,
 
_scrap_steel = 1,
 
_scrap_bauxite = 1,
 
_scrap_bauxite = 1,
 +
_info = "主砲等から発射される落下傘付の照明弾です。<br/>夜戦時において敵艦隊付近を照明し、味方艦隊の夜間攻撃を支援します(敵艦隊の夜間特殊攻撃発生も少し抑えることが可能です)。",
 
_buildable = false,
 
_buildable = false,
_upgradable = false,
   
}
 
}
  −
return Star_Shell
 
Anonymous user