Changes

no edit summary
Line 2: Line 2:  
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
   −
local Type_0_Reconnaissance_Seaplane = {
+
return {
 
_name = "Type 0 Reconnaissance Seaplane",
 
_name = "Type 0 Reconnaissance Seaplane",
 
_page = false,
 
_page = false,
Line 33: Line 33:  
_scrap_bauxite = 2,
 
_scrap_bauxite = 2,
 
_buildable = true,
 
_buildable = true,
_improvements = {
+
_info = "「零水偵」とも呼ばれる標準的な水上偵察機です。<br/>戦艦や巡洋艦、水上機母艦などに搭載され、索敵任務担当として艦隊の「目」の役目を務めます。<br/>海戦は索敵が大事!ぜひ、主力艦艇に搭載して、運用してくださいね。",
 +
_upgradable = {
 
_fuel = 90,
 
_fuel = 90,
 
_ammo = 20,
 
_ammo = 20,
Line 73: Line 74:  
},
 
},
 
}
 
}
  −
return Type_0_Reconnaissance_Seaplane
 
Anonymous user