• 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 22A"

From Kancolle Wiki
Jump to navigation Jump to search
(added stats)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Type 1 Land-based Attack Aircraft Model 22A",
+
  _id = 180,
local Type_1_Land_based_Attack_Aircraft_Model_22A = {
+
  _japanese_name = "一式陸攻 二二型甲",
_name = "Type 1 Land-based Attack Aircraft Model 22A",
+
  _reading = "いっしきりくこう ににがたこう",
_page = false,
+
  _type = 47,
_id = 180,
+
  _icon = 37,
_japanese_name = "一式陸攻 二二型甲",
+
  _types = {21, 38, 47, 37, 4},
_reading = "いっしきりくこう ににがたこう",
+
  _rarity = 3,
_type = 47,
+
  _firepower = false,
_icon = 37,
+
  _bombing = 12,
_rarity = 3,
+
  _torpedo = 11,
_firepower = false,
+
  _aa = 3,
_bombing = 12,
+
  _armor = false,
_torpedo = 11,
+
  _asw = 2,
_aa = 3,
+
  _shelling_accuracy = false,
_armor = false,
+
  _torpedo_accuracy = false,
_asw = 2,
+
  _evasion = false,
_shelling_accuracy = false,
+
  _los = 4,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = false,
+
  _luck = false,
_los = 4,
+
  _range = false,
_speed = false,
+
  _flight_cost = 12,
_luck = false,
+
  _flight_range = 10,
_range = false,
+
  _special = false,
_flight_cost = nil,
+
  _scrap_fuel = 8,
_flight_range = nil,
+
  _scrap_ammo = 5,
_special = false,
+
  _scrap_steel = false,
_scrap_fuel = nil,
+
  _scrap_bauxite = 14,
_scrap_ammo = nil,
+
  _version = 2,
_scrap_steel = nil,
+
  _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等への対地攻撃などを行った海軍の主力陸上攻撃機「一式陸攻」、その性能向上型です。<br>機体の一部を再設計改修、さらに機体上部の旋回機銃と機体側面機銃を強化、性能は限定的ではありましたが機上電探も搭載しました。",
_scrap_bauxite = nil,
+
  _info_en = "This is the improved-capability model of the Navy's main land-based attack aircraft the \"Type 1 Land-based Attacker\", which deployed from land air bases and carried out anti-ship attacks on enemy ships, anti-ground attacks on enemy airfields, and such.<br>Portions of the airframe were redesigned, as well as the addition of a rotating machine gun on the top of the airframe and the enhancement of the lateral machine guns, and even though its capabilities were limited, a plane-mounted radar was also installed.",
_buildable = false,
+
  _wikipedia = "Mitsubishi G4M",
_upgradable = false,
+
  _buildable = false,
 +
  _improvements = true,
 
}
 
}
 
return Type_1_Land_based_Attack_Aircraft_Model_22A
 

Latest revision as of 09:54, 7 May 2024

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

return {
  _name = "Type 1 Land-based Attack Aircraft Model 22A",
  _id = 180,
  _japanese_name = "一式陸攻 二二型甲",
  _reading = "いっしきりくこう ににがたこう",
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 3,
  _firepower = false,
  _bombing = 12,
  _torpedo = 11,
  _aa = 3,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 4,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 12,
  _flight_range = 10,
  _special = false,
  _scrap_fuel = 8,
  _scrap_ammo = 5,
  _scrap_steel = false,
  _scrap_bauxite = 14,
  _version = 2,
  _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等への対地攻撃などを行った海軍の主力陸上攻撃機「一式陸攻」、その性能向上型です。<br>機体の一部を再設計改修、さらに機体上部の旋回機銃と機体側面機銃を強化、性能は限定的ではありましたが機上電探も搭載しました。",
  _info_en = "This is the improved-capability model of the Navy's main land-based attack aircraft the \"Type 1 Land-based Attacker\", which deployed from land air bases and carried out anti-ship attacks on enemy ships, anti-ground attacks on enemy airfields, and such.<br>Portions of the airframe were redesigned, as well as the addition of a rotating machine gun on the top of the airframe and the enhancement of the lateral machine guns, and even though its capabilities were limited, a plane-mounted radar was also installed.",
  _wikipedia = "Mitsubishi G4M",
  _buildable = false,
  _improvements = true,
}