• 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
com>Ckwng
(Created page with "--Categories: --Category:Equipment modules local Type_1_Land_based_Attack_Aircraft_Model_22A = { _name = "Type 1 Land-based Attack Aircraft Model 22A", _page = false, ...")
 
(GitHub Action)
(7 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 = nil,
+
  _icon = 37,
_japanese_name = "一式陸攻 二二型甲",
+
  _types = {21, 38, 47, 37, 4},
_reading = "いっしきりくこう ににがたこう",
+
  _rarity = 3,
_type = 47,
+
  _firepower = false,
_icon = 37,
+
  _bombing = 12,
_rarity = 2,
+
  _torpedo = 11,
_firepower = false,
+
  _aa = 3,
_bombing = nil,
+
  _armor = false,
_torpedo = nil,
+
  _asw = 2,
_aa = nil,
+
  _shelling_accuracy = false,
_armor = false,
+
  _torpedo_accuracy = false,
_asw = nil,
+
  _evasion = false,
_shelling_accuracy = false,
+
  _los = 4,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = false,
+
  _luck = false,
_los = nil,
+
  _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>の対地攻撃などを行った海軍の主力陸上攻撃機「一式陸攻」、<br>その性能向上型です。機体の一部を再設計改修、さらに機体上<br>部の旋回機銃と機体側面機銃を強化、性能は限定的ではありま<br>したが機上電探も搭載しました。",
_scrap_bauxite = nil,
+
  _wikipedia = "Mitsubishi G4M",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = true,
 
}
 
}
 
return Type_1_Land_based_Attack_Aircraft_Model_22A
 

Revision as of 12:44, 9 September 2022

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>の対地攻撃などを行った海軍の主力陸上攻撃機「一式陸攻」、<br>その性能向上型です。機体の一部を再設計改修、さらに機体上<br>部の旋回機銃と機体側面機銃を強化、性能は限定的ではありま<br>したが機上電探も搭載しました。",
  _wikipedia = "Mitsubishi G4M",
  _buildable = false,
  _improvements = true,
}