• 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
com>Cosmic Penguin
(Created page with "--Categories: --Category:Equipment modules local Type_1_Land_based_Torpedo_Bomber = { _name = "Type 1 Land-based Torpedo Bomber", _localized_name = "", _page = false,...")
 
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Type 1 Land-based Attack Aircraft",
+
  _id = 169,
local Type_1_Land_based_Torpedo_Bomber = {
+
  _japanese_name = "一式陸攻",
_name = "Type 1 Land-based Torpedo Bomber",
+
  _reading = "いっしきりくこう",
_localized_name = "",
+
  _type = 47,
_page = false,
+
  _icon = 37,
_id = 169,
+
  _types = {21, 38, 47, 37, 4},
_japanese_name = "一式陸攻",
+
  _rarity = 2,
_reading = "",
+
  _firepower = false,
_type = 47,
+
  _bombing = 12,
_icon = 6,
+
  _torpedo = 10,
_rarity = 2,
+
  _aa = 2,
_back = 1,
+
  _armor = false,
_firepower = false,
+
  _asw = 2,
_bombing = 12,
+
  _shelling_accuracy = false,
_torpedo = 10,
+
  _torpedo_accuracy = false,
_aa = 2,
+
  _evasion = false,
_armor = false,
+
  _los = 3,
_asw = 2,
+
  _speed = false,
_shelling_accuracy = false,
+
  _luck = false,
_torpedo_accuracy = false,
+
  _range = false,
_evasion = false,
+
  _flight_cost = 12,
_los = 2,
+
  _flight_range = 9,
_speed = false,
+
  _special = false,
_luck = false,
+
  _scrap_fuel = 8,
_range = false,
+
  _scrap_ammo = 5,
_special = false,
+
  _scrap_steel = false,
_scrap_fuel = 8,
+
  _scrap_bauxite = 13,
_scrap_ammo = 5,
+
  _info = "陸上航空基地より発進、敵艦船への対艦攻撃及び敵飛行場等への対地攻撃などを行った海軍の主力陸上攻撃機です。<br>戦場の制空権を失った大戦後期は大きな犠牲を払いましたが、本機「一式陸攻」は、まぎれもない海軍基地航空打撃力の中核として奮戦しました。",
_scrap_steel = false,
+
  _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.",
_scrap_bauxite = 13,
+
  _wikipedia = "Mitsubishi G4M",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = true,
 
}
 
}
 
return Type_1_Land_based_Torpedo_Bomber
 

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,
}