• 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/Tenzan (601 Air Group)"

From Kancolle Wiki
Jump to navigation Jump to search
m (8 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Tenzan (601 Air Group)",
+
  _name = "Tenzan (601 Air Group)",
_localized_name = "Heavenly Mountain (601 Air Group)",
+
  _localized_name = "Heavenly Mountain (601 Air Group)",
_page = false,
+
  _id = 112,
_id = 112,
+
  _japanese_name = "天山(六〇一空)",
_japanese_name = "天山(六〇一空)",
+
  _reading = "てんざん(ろくまるいちくう)",
_reading = "てんざん(ろくまるいちくう)",
+
  _type = 8,
_type = 8,
+
  _icon = 8,
_icon = 8,
+
  _types = {3, 5, 8, 8, 1},
_rarity = 3,
+
  _rarity = 3,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = 10,
+
  _torpedo = 10,
_aa = false,
+
  _aa = false,
_armor = false,
+
  _armor = false,
_asw = 4,
+
  _asw = 4,
_shelling_accuracy = 1,
+
  _shelling_accuracy = 1,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = 2,
+
  _los = 2,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_flight_cost = 6,
+
  _flight_cost = 6,
_flight_range = 5,
+
  _flight_range = 5,
_special = false,
+
  _special = false,
_scrap_fuel = 2,
+
  _scrap_fuel = 2,
_scrap_ammo = 4,
+
  _scrap_ammo = 4,
_scrap_steel = false,
+
  _scrap_steel = false,
_scrap_bauxite = 4,
+
  _scrap_bauxite = 4,
_info = "旧式化した「九七艦攻」の後継機として開発された、新鋭艦上攻撃機「天山」。<br>本部隊は、同機を装備して内地で錬成を重ねた六〇一空による精鋭艦攻機隊です。新生空母機動部隊の打撃力を担います。",
+
  _info = "旧式化した「九七艦攻」の後継機として開発された、新鋭艦上攻撃機「天山」。<br>本部隊は、同機を装備して内地で錬成を重ねた六〇一空による精鋭艦攻機隊です。<br>新生空母機動部隊の打撃力を担います。",
_buildable = false,
+
  _info_en = "The new \"Tenzan\" was developed as a successor to the obsolete \"Type 97 Torpedo Bomber\".<br>This is the aircraft of choice of the elite 601st Air Group currently in training at the mainland.<br>This aircraft is intended to form the backbone of strike groups of the newly formed Carrier Task Force.",
_upgradable = false,
+
  _wikipedia = "Nakajima B6N",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 06:28, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Tenzan (601 Air Group)/doc

return {
  _name = "Tenzan (601 Air Group)",
  _localized_name = "Heavenly Mountain (601 Air Group)",
  _id = 112,
  _japanese_name = "天山(六〇一空)",
  _reading = "てんざん(ろくまるいちくう)",
  _type = 8,
  _icon = 8,
  _types = {3, 5, 8, 8, 1},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = 10,
  _aa = false,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 4,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "旧式化した「九七艦攻」の後継機として開発された、新鋭艦上攻撃機「天山」。<br>本部隊は、同機を装備して内地で錬成を重ねた六〇一空による精鋭艦攻機隊です。<br>新生空母機動部隊の打撃力を担います。",
  _info_en = "The new \"Tenzan\" was developed as a successor to the obsolete \"Type 97 Torpedo Bomber\".<br>This is the aircraft of choice of the elite 601st Air Group currently in training at the mainland.<br>This aircraft is intended to form the backbone of strike groups of the newly formed Carrier Task Force.",
  _wikipedia = "Nakajima B6N",
  _buildable = false,
  _improvements = false,
}