• 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 96 Land-based Attack Aircraft"

From Kancolle Wiki
Jump to navigation Jump to search
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Type 96 Land-based Attack Aircraft",
+
  _id = 168,
local Type_96_Land_based_Attack_Aircraft = {
+
  _japanese_name = "九六式陸攻",
_name = "Type 96 Land-based Attack Aircraft",
+
  _reading = "きゅうろくしきりくこう",
_page = false,
+
  _type = 47,
_id = 168,
+
  _icon = 37,
_japanese_name = "九六式陸攻",
+
  _types = {21, 38, 47, 37, 4},
_reading = "きゅうろくしきりくこう",
+
  _rarity = 1,
_type = 47,
+
  _firepower = false,
_icon = 37,
+
  _bombing = 10,
_rarity = 1,
+
  _torpedo = 8,
_firepower = false,
+
  _aa = 1,
_bombing = 10,
+
  _armor = false,
_torpedo = 8,
+
  _asw = 2,
_aa = 1,
+
  _shelling_accuracy = false,
_armor = false,
+
  _torpedo_accuracy = false,
_asw = 2,
+
  _evasion = false,
_shelling_accuracy = false,
+
  _los = 2,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = false,
+
  _luck = false,
_los = 2,
+
  _range = false,
_speed = false,
+
  _flight_cost = 10,
_luck = false,
+
  _flight_range = 8,
_range = false,
+
  _special = false,
_special = false,
+
  _scrap_fuel = 7,
_scrap_fuel = 7,
+
  _scrap_ammo = 4,
_scrap_ammo = 4,
+
  _scrap_steel = false,
_scrap_steel = false,
+
  _scrap_bauxite = 12,
_scrap_bauxite = 12,
+
  _info = "陸上航空基地に展開、対艦攻撃などを主任務とした陸上攻撃機です。<br>大きな航続距離を持ち、対艦はもちろん対地攻撃も可能な本機は、中攻とも呼ばれ、初期の海軍基地航空戦力の基幹兵力を構成しました。<br>本機の後継機が、あの有名な「一式陸攻」です。",
_buildable = false,
+
  _info_en = "Deployed at the Navy's land-based airfields, its primary mission was anti-ship bombardment.<br>With its long range, although it was naturally designed for anti-ship missions, it was used against land-based installations as well, it was also nicknamed the Rikko, and it formed the core of the Navy's early air power.<br>The successor to this design was the more famous \"Type 1 Land Attacker\".",
_upgradable = false,
+
  _wikipedia = "Mitsubishi G3M",
 +
  _buildable = true,
 +
  _improvements = true,
 
}
 
}
 
return Type_96_Land_based_Attack_Aircraft
 

Latest revision as of 10:00, 6 May 2024

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

return {
  _name = "Type 96 Land-based Attack Aircraft",
  _id = 168,
  _japanese_name = "九六式陸攻",
  _reading = "きゅうろくしきりくこう",
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 1,
  _firepower = false,
  _bombing = 10,
  _torpedo = 8,
  _aa = 1,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 10,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 7,
  _scrap_ammo = 4,
  _scrap_steel = false,
  _scrap_bauxite = 12,
  _info = "陸上航空基地に展開、対艦攻撃などを主任務とした陸上攻撃機です。<br>大きな航続距離を持ち、対艦はもちろん対地攻撃も可能な本機は、中攻とも呼ばれ、初期の海軍基地航空戦力の基幹兵力を構成しました。<br>本機の後継機が、あの有名な「一式陸攻」です。",
  _info_en = "Deployed at the Navy's land-based airfields, its primary mission was anti-ship bombardment.<br>With its long range, although it was naturally designed for anti-ship missions, it was used against land-based installations as well, it was also nicknamed the Rikko, and it formed the core of the Navy's early air power.<br>The successor to this design was the more famous \"Type 1 Land Attacker\".",
  _wikipedia = "Mitsubishi G3M",
  _buildable = true,
  _improvements = true,
}