| Line 1: |
Line 1: |
| − | --Categories:
| + | return { |
| − | --[[Category:Equipment modules]]
| + | _name = "Reppuu Model 11", |
| − | | + | _localized_name = "Strong Gale Model 11", |
| − | local Reppuu_Kai = {
| + | _id = 53, |
| − | _name = "Reppuu Kai",
| + | _japanese_name = "烈風 一一型", |
| − | _localized_name = "Strong Gale Kai",
| + | _reading = "れっぷういちいちがた", |
| − | _page = false,
| + | _type = 6, |
| − | _id = 53,
| + | _icon = 6, |
| − | _japanese_name = "烈風改",
| + | _types = {3, 5, 6, 6, 13}, |
| − | _reading = "れっぷうかい",
| + | _rarity = 4, |
| − | _type = 6,
| + | _firepower = false, |
| − | _icon = 6,
| + | _bombing = false, |
| − | _rarity = 4,
| + | _torpedo = false, |
| − | _back = 3,
| + | _aa = 12, |
| − | _stars = 4,
| + | _armor = false, |
| − | _firepower = false,
| + | _asw = false, |
| − | _bombing = false,
| + | _shelling_accuracy = false, |
| − | _torpedo = false,
| + | _torpedo_accuracy = false, |
| − | _aa = 12,
| + | _evasion = false, |
| − | _armor = false,
| + | _los = false, |
| − | _asw = false,
| + | _speed = false, |
| − | _shelling_accuracy = false,
| + | _luck = false, |
| − | _torpedo_accuracy = false,
| + | _range = false, |
| − | _evasion = false,
| + | _flight_cost = 8, |
| − | _los = false,
| + | _flight_range = 5, |
| − | _speed = false,
| + | _special = false, |
| − | _luck = false,
| + | _scrap_fuel = 2, |
| − | _range = false,
| + | _scrap_ammo = 2, |
| − | _special = false,
| + | _scrap_steel = false, |
| − | _scrap_fuel = 2,
| + | _scrap_bauxite = 10, |
| − | _scrap_ammo = 2,
| + | _version = 3, |
| − | _scrap_steel = false,
| + | _info = "名機「零戦」の後継機として開発された、最新鋭艦上戦闘機「烈風」。<br>その制式採用された量産機を装備した、新鋭の艦上戦闘機部隊です。<br>試製烈風からエンジンを換装強化、機体も熟成し、武装も20mm機銃四門と充実。<br>次世代の制空戦闘隊で、機動部隊の直掩や海域の制空権を!", |
| − | _scrap_bauxite = 10,
| + | _info_en = "The state-of-the-art carrier-based fighter \"Reppuu\" was developed as the successor to the famous \"Zero\" fighter.<br>This is a state-of-the-art carrier-based fighter unit using the mass-produced plane that have been officially adopted.<br>The engine has been replaced and strengthened from the prototype Reppuu, the airframe has been refined, and the armament has been improved to include four 20 mm machine guns.<br>The next generation air superiority fighter squadron will provide direct escort for mobile forces and secure air superiority over the seas!", |
| − | _buildable = false,
| + | _wikipedia = "Mitsubishi A7M", |
| − | _upgradable = false,
| + | _buildable = false, |
| | + | _improvements = true, |
| | } | | } |
| − |
| |
| − | return Reppuu_Kai
| |