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