Line 1: |
Line 1: |
− | --Categories:
| + | return { |
− | --[[Category:Equipment modules]]
| + | _name = "Ro.43 Reconnaissance Seaplane", |
− |
| + | _localized_name = "IMAM Ro.43", |
− | local Ro43_Reconnaissance_Seaplane = {
| + | _id = 163, |
− | _name = "Ro.43 Reconnaissance Seaplane",
| + | _japanese_name = "Ro.43水偵", |
− | _page = false,
| + | _reading = "Ro.43すいてい", |
− | _id = 163,
| + | _type = 10, |
− | _japanese_name = "Ro.43上偵",
| + | _icon = 10, |
− | _reading = "Ro.43すいじょう",
| + | _types = {5, 7, 10, 10, 25}, |
− | _type = 10,
| + | _rarity = 3, |
− | _icon = 10,
| + | _firepower = 1, |
− | _rarity = 5,
| + | _bombing = false, |
− | _back = nil,
| + | _torpedo = false, |
− | _firepower = 1,
| + | _aa = 1, |
− | _bombing = nil,
| + | _armor = false, |
− | _torpedo = nil,
| + | _asw = 2, |
− | _aa = 1,
| + | _shelling_accuracy = 2, |
− | _armor = nil,
| + | _torpedo_accuracy = false, |
− | _asw = 1,
| + | _evasion = 1, |
− | _shelling_accuracy = 2,
| + | _los = 4, |
− | _torpedo_accuracy = nil,
| + | _speed = false, |
− | _evasion = 1,
| + | _luck = false, |
− | _los = nil,
| + | _range = false, |
− | _speed = nil,
| + | _flight_cost = 4, |
− | _luck = nil,
| + | _flight_range = 3, |
− | _range = 4,
| + | _special = false, |
− | _special = nil,
| + | _scrap_fuel = 1, |
− | _scrap_fuel = nil,
| + | _scrap_ammo = 1, |
− | _scrap_ammo = nil,
| + | _scrap_steel = false, |
− | _scrap_steel = nil,
| + | _scrap_bauxite = 2, |
− | _scrap_bauxite = nil,
| + | _info = "パスタの国で開発/運用された運動性に優れた複葉複座の水上偵察機です。<br>同国の中型以上の主力水上艦艇に搭載されました。<br>低速機であるものの、信頼性と優れた操縦性を持った水偵として、艦隊の目や連絡を務めます。<br>単座の戦闘機バージョンも存在しました", |
− | _buildable = nil,
| + | _info_en = "This is a biplane with good maneuverability and multiple seats used as recon seaplane by the country of pasta.<br>It was equipped to ships of medium-sized and above.<br>It has a lower speed, but as a recon seaplane with good reliability and maneuverability, it was still used as the eyes and liaison of the fleet.<br>A single-seat fighter version also existed.", |
− | _upgradable = nil,
| + | _wikipedia = "IMAM Ro.43", |
| + | _buildable = true, |
| + | _improvements = { |
| + | _ammo = 30, |
| + | _bauxite = 180, |
| + | _fuel = 60, |
| + | _products = { |
| + | ["Ro.44 Seaplane Fighter"] = { |
| + | ["0"] = { |
| + | _development_material = 3, |
| + | _development_material_x = 5, |
| + | _equipment = { |
| + | ["Type 0 Reconnaissance Seaplane"] = 1, |
| + | }, |
| + | _improvement_material = 1, |
| + | _improvement_material_x = 2, |
| + | }, |
| + | ["6"] = { |
| + | _development_material = 4, |
| + | _development_material_x = 6, |
| + | _equipment = { |
| + | Zuiun = 1, |
| + | }, |
| + | _improvement_material = 2, |
| + | _improvement_material_x = 4, |
| + | }, |
| + | ["10"] = { |
| + | _development_material = 5, |
| + | _development_material_x = 10, |
| + | _equipment = { |
| + | ["Type 0 Reconnaissance Seaplane"] = 2, |
| + | }, |
| + | _improvement_material = 3, |
| + | _improvement_material_x = 5, |
| + | }, |
| + | _ships = { |
| + | Italia = { |
| + | Friday = false, |
| + | Monday = false, |
| + | Saturday = true, |
| + | Sunday = true, |
| + | Thursday = false, |
| + | Tuesday = false, |
| + | Wednesday = false, |
| + | }, |
| + | ["Roma/Kai"] = { |
| + | Friday = false, |
| + | Monday = false, |
| + | Saturday = false, |
| + | Sunday = false, |
| + | Thursday = false, |
| + | Tuesday = true, |
| + | Wednesday = true, |
| + | }, |
| + | ["Zara/Due"] = { |
| + | Friday = true, |
| + | Monday = false, |
| + | Saturday = true, |
| + | Sunday = false, |
| + | Thursday = true, |
| + | Tuesday = false, |
| + | Wednesday = false, |
| + | }, |
| + | ["Zara/Kai"] = { |
| + | Friday = true, |
| + | Monday = true, |
| + | Saturday = false, |
| + | Sunday = false, |
| + | Thursday = true, |
| + | Tuesday = true, |
| + | Wednesday = true, |
| + | }, |
| + | }, |
| + | _stars = nil, |
| + | }, |
| + | }, |
| + | _steel = false, |
| + | }, |
| } | | } |
− |
| |
− | return Ro43_Reconnaissance_Seaplane
| |