• 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 1 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 = 13,
 
   _scrap_bauxite = 13,
   _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等へ<br>の対地攻撃などを行った海軍の主力陸上攻撃機です。戦場の制<br>空権を失った大戦後期は大きな犠牲を払いましたが、本機「一<br>式陸攻」は、まぎれもない海軍基地航空打撃力の中核として奮<br>戦しました。",
+
   _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等への対地攻撃などを行った海軍の主力陸上攻撃機です。<br>戦場の制空権を失った大戦後期は大きな犠牲を払いましたが、本機「一式陸攻」は、まぎれもない海軍基地航空打撃力の中核として奮戦しました。",
 +
  _info_en = "Launching from land-based airfields, it was deployed in anti-naval roles against enemy vessels as well as for bombardment of enemy airfields as the Navy's main land-based bomber.<br>Although late in the war the loss of air superiority led to heavy losses, the \"Type 1 Land Attacker\" indisputably fought bravely as the core of the Naval Aviation's attacking forces to the end.",
 
   _wikipedia = "Mitsubishi G4M",
 
   _wikipedia = "Mitsubishi G4M",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 10:03, 6 May 2024

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

return {
  _name = "Type 1 Land-based Attack Aircraft",
  _id = 169,
  _japanese_name = "一式陸攻",
  _reading = "いっしきりくこう",
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 2,
  _firepower = false,
  _bombing = 12,
  _torpedo = 10,
  _aa = 2,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 12,
  _flight_range = 9,
  _special = false,
  _scrap_fuel = 8,
  _scrap_ammo = 5,
  _scrap_steel = false,
  _scrap_bauxite = 13,
  _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等への対地攻撃などを行った海軍の主力陸上攻撃機です。<br>戦場の制空権を失った大戦後期は大きな犠牲を払いましたが、本機「一式陸攻」は、まぎれもない海軍基地航空打撃力の中核として奮戦しました。",
  _info_en = "Launching from land-based airfields, it was deployed in anti-naval roles against enemy vessels as well as for bombardment of enemy airfields as the Navy's main land-based bomber.<br>Although late in the war the loss of air superiority led to heavy losses, the \"Type 1 Land Attacker\" indisputably fought bravely as the core of the Naval Aviation's attacking forces to the end.",
  _wikipedia = "Mitsubishi G4M",
  _buildable = false,
  _improvements = true,
}