• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:Data/Equipment/Type 96 Land-based Attack Aircraft"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 28: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 12,
 
   _scrap_bauxite = 12,
   _info = "陸上航空基地に展開、対艦攻撃などを主任務とした陸上攻撃機<br>です。大きな航続距離を持ち、対艦はもちろん対地攻撃も可能<br>な本機は、中攻とも呼ばれ、初期の海軍基地航空戦力の基幹兵<br>力を構成しました。本機の後継機が、あの有名な「一式陸攻」<br>です。",
+
   _info = "陸上航空基地に展開、対艦攻撃などを主任務とした陸上攻撃機です。<br>大きな航続距離を持ち、対艦はもちろん対地攻撃も可能な本機は、中攻とも呼ばれ、初期の海軍基地航空戦力の基幹兵力を構成しました。<br>本機の後継機が、あの有名な「一式陸攻」です。",
 +
  _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\".",
 
   _wikipedia = "Mitsubishi G3M",
 
   _wikipedia = "Mitsubishi G3M",
 
   _buildable = true,
 
   _buildable = true,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 10:00, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 96 Land-based Attack Aircraft/doc

return {
  _name = "Type 96 Land-based Attack Aircraft",
  _id = 168,
  _japanese_name = "九六式陸攻",
  _reading = "きゅうろくしきりくこう",
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 1,
  _firepower = false,
  _bombing = 10,
  _torpedo = 8,
  _aa = 1,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 10,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 7,
  _scrap_ammo = 4,
  _scrap_steel = false,
  _scrap_bauxite = 12,
  _info = "陸上航空基地に展開、対艦攻撃などを主任務とした陸上攻撃機です。<br>大きな航続距離を持ち、対艦はもちろん対地攻撃も可能な本機は、中攻とも呼ばれ、初期の海軍基地航空戦力の基幹兵力を構成しました。<br>本機の後継機が、あの有名な「一式陸攻」です。",
  _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\".",
  _wikipedia = "Mitsubishi G3M",
  _buildable = true,
  _improvements = true,
}