• 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 Model 34"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 28: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 15,
 
   _scrap_bauxite = 15,
   _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等へ<br>の対地攻撃などを行った海軍の主力陸上攻撃機「一式陸攻」の<br>さらなる性能向上型です。尾翼形状などを再設計改修、また脆<br>弱性の原因となっていた燃料タンク問題改善にも着手した改良<br>後期型の一式陸攻です。",
+
   _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等への対地攻撃などを行った海軍の主力陸上攻撃機「一式陸攻」のさらなる性能向上型です。<br>尾翼形状などを再設計改修、また脆弱性の原因となっていた燃料タンク問題改善にも着手した改良後期型の一式陸攻です。",
 +
  _info_en = "An improved version of the Navy's premier ground attack plane \"Type 1 Land Attacker\"; launched from land-based air bases for anti-ship operations against enemy vessels and air-raids against enemy airfields.<br>This is a late remodel of the Type 1 Land Attacker that has undergone changes to the shape of the tail and a redesign to fix the vulnerability of the fuel tank.",
 +
  _wikipedia = "Mitsubishi G4M",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 10:32, 6 May 2024

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

return {
  _name = "Type 1 Land-based Attack Aircraft Model 34",
  _id = 186,
  _japanese_name = "一式陸攻 三四型",
  _reading = "いっしきりくこう さんよんがた",
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 4,
  _firepower = false,
  _bombing = 12,
  _torpedo = 11,
  _aa = 4,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 4,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 12,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 8,
  _scrap_ammo = 6,
  _scrap_steel = false,
  _scrap_bauxite = 15,
  _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等への対地攻撃などを行った海軍の主力陸上攻撃機「一式陸攻」のさらなる性能向上型です。<br>尾翼形状などを再設計改修、また脆弱性の原因となっていた燃料タンク問題改善にも着手した改良後期型の一式陸攻です。",
  _info_en = "An improved version of the Navy's premier ground attack plane \"Type 1 Land Attacker\"; launched from land-based air bases for anti-ship operations against enemy vessels and air-raids against enemy airfields.<br>This is a late remodel of the Type 1 Land Attacker that has undergone changes to the shape of the tail and a redesign to fix the vulnerability of the fuel tank.",
  _wikipedia = "Mitsubishi G4M",
  _buildable = false,
  _improvements = true,
}