Line 1: |
Line 1: |
− | --Categories:
| + | return { |
− | --[[Category:Equipment modules]]
| + | _name = "Type 96 Land-based Attack Aircraft", |
− |
| + | _id = 168, |
− | local Type_96_Land_based_Torpedo_Bomber = {
| + | _japanese_name = "九六式陸攻", |
− | _name = "Type 96 Land-based Torpedo Bomber",
| + | _reading = "きゅうろくしきりくこう", |
− | _localized_name = "",
| + | _type = 47, |
− | _page = false,
| + | _icon = 37, |
− | _id = 168,
| + | _types = {21, 38, 47, 37, 4}, |
− | _japanese_name = "九六式陸攻",
| + | _rarity = 1, |
− | _reading = "",
| + | _firepower = false, |
− | _type = 13,
| + | _bombing = 10, |
− | _icon = 11,
| + | _torpedo = 8, |
− | _rarity = 1,
| + | _aa = 1, |
− | _back = 2,
| + | _armor = false, |
− | _firepower = false,
| + | _asw = 2, |
− | _bombing = 10,
| + | _shelling_accuracy = false, |
− | _torpedo = 8,
| + | _torpedo_accuracy = false, |
− | _aa = 1,
| + | _evasion = false, |
− | _armor = false,
| + | _los = 2, |
− | _asw = 2,
| + | _speed = false, |
− | _shelling_accuracy = false,
| + | _luck = false, |
− | _torpedo_accuracy = false,
| + | _range = false, |
− | _evasion = false,
| + | _flight_cost = 10, |
− | _los = 2,
| + | _flight_range = 8, |
− | _speed = false,
| + | _special = false, |
− | _luck = false,
| + | _scrap_fuel = 7, |
− | _range = false,
| + | _scrap_ammo = 4, |
− | _special = false,
| + | _scrap_steel = false, |
− | _scrap_fuel = 7,
| + | _scrap_bauxite = 12, |
− | _scrap_ammo = 4,
| + | _info = "陸上航空基地に展開、対艦攻撃などを主任務とした陸上攻撃機です。<br>大きな航続距離を持ち、対艦はもちろん対地攻撃も可能な本機は、中攻とも呼ばれ、初期の海軍基地航空戦力の基幹兵力を構成しました。<br>本機の後継機が、あの有名な「一式陸攻」です。", |
− | _scrap_steel = false,
| + | _info_en = "Deployed at the Navy's land-based airfields, its primary mission was anti-ship bombardment.<br>With its long range, although it was naturally designed for anti-ship missions, it was used against land-based installations as well, it was also nicknamed the Rikko, and it formed the core of the Navy's early air power.<br>The successor to this design was the more famous \"Type 1 Land Attacker\".", |
− | _scrap_bauxite = 12,
| + | _wikipedia = "Mitsubishi G3M", |
− | _buildable = false,
| + | _buildable = true, |
− | _upgradable = false,
| + | _improvements = true, |
| } | | } |
− |
| |
− | return Type_96_Land_based_Torpedo_Bomber
| |