Line 1: |
Line 1: |
− | --Categories:
| + | return { |
− | --[[Category:Equipment modules]]
| + | _name = "Ar196 Kai", |
− | | + | _id = 115, |
− | local Ar196_Kai = {
| + | _japanese_name = "Ar196改", |
− | _name = "Ar196 Kai",
| + | _reading = "Ar196かい", |
− | _page = false,
| + | _type = 10, |
− | _id = 115,
| + | _icon = 10, |
− | _japanese_name = "Ar196改",
| + | _types = {5, 7, 10, 10, 2}, |
− | _reading = "Ar196かい",
| + | _rarity = 2, |
− | _type = 10,
| + | _back = 2, |
− | _icon = 10,
| + | _firepower = false, |
− | _rarity = 0,
| + | _bombing = 1, |
− | _back = 2,
| + | _torpedo = false, |
− | _firepower = false,
| + | _aa = 1, |
− | _bombing = 1,
| + | _armor = false, |
− | _torpedo = false,
| + | _asw = 5, |
− | _aa = 1,
| + | _shelling_accuracy = 2, |
− | _armor = false,
| + | _torpedo_accuracy = false, |
− | _asw = 5,
| + | _evasion = false, |
− | _shelling_accuracy = 2,
| + | _los = 5, |
− | _torpedo_accuracy = false,
| + | _speed = false, |
− | _evasion = false,
| + | _luck = false, |
− | _los = 5,
| + | _range = false, |
− | _speed = false,
| + | _flight_cost = 5, |
− | _luck = false,
| + | _flight_range = 3, |
− | _range = false,
| + | _special = false, |
− | _special = false,
| + | _scrap_fuel = 1, |
− | _scrap_fuel = 1,
| + | _scrap_ammo = 2, |
− | _scrap_ammo = 2,
| + | _scrap_steel = false, |
− | _scrap_steel = false,
| + | _scrap_bauxite = 2, |
− | _scrap_bauxite = 2,
| + | _info = "ビスマルク級などの主力艦艇に搭載された艦載水上偵察機です。<br>偵察、観測、哨戒、そして対潜水艦任務など、南大西洋で幅広く活躍した同機の改修型で、艦隊の眼の役割を担います。", |
− | _buildable = false,
| + | _info_en = "A reconnaissance aircraft installed in Bismarck-class flagships.<br>This refurbished version was the widely dominant aircraft in the South Atlantic in reconnaissance, observation, patrol, and anti-submarine operations, playing the role of the eye of the fleet.", |
− | _upgradable = false,
| + | _wikipedia = "Arado Ar 196", |
| + | _buildable = false, |
| + | _improvements = true, |
| } | | } |
− |
| |
− | return Ar196_Kai
| |