• 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 Model 12 (Murata Squadron)"

From Kancolle Wiki
Jump to navigation Jump to search
com>RheXtian
m (wrong item id)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Tenzan Model 12 (Murata Squadron)",
 
+
  _localized_name = "Heavenly Mountain Model 12 (Murata Squadron)",
local Tenzan_Model_12_Murata_Squadron = {
+
  _id = 144,
_name = "Tenzan Model 12 (Murata Squadron)",
+
  _japanese_name = "天山一二型(村田隊)",
_localized_name = "Heavenly Mountain Model 12 (Murata Squadron)",
+
  _reading = "てんざんいちにがた(むらたたい)",
_page = false,
+
  _type = 8,
_id = 144,
+
  _icon = 8,
_japanese_name = "天山一二型(村田隊)",
+
  _types = {3, 5, 8, 8, 1},
_reading = "てんざんいちにがた(むらたたい)",
+
  _rarity = 5,
_type = 8,
+
  _firepower = false,
_icon = 8,
+
  _bombing = false,
_rarity = 5,
+
  _torpedo = 15,
_card = "Equipment144-1.png",
+
  _aa = 1,
_firepower = false,
+
  _armor = false,
_bombing = false,
+
  _asw = 6,
_torpedo = 15,
+
  _shelling_accuracy = 2,
_aa = 1,
+
  _torpedo_accuracy = false,
_armor = false,
+
  _evasion = false,
_asw = 6,
+
  _los = 4,
_shelling_accuracy = 2,
+
  _speed = false,
_torpedo_accuracy = false,
+
  _luck = false,
_evasion = false,
+
  _range = false,
_los = 4,
+
  _flight_cost = 6,
_speed = false,
+
  _flight_range = 5,
_luck = false,
+
  _special = false,
_range = false,
+
  _scrap_fuel = 2,
_special = false,
+
  _scrap_ammo = 4,
_scrap_fuel = 2,
+
  _scrap_steel = false,
_scrap_ammo = 4,
+
  _scrap_bauxite = 4,
_scrap_steel = false,
+
  _info = "旧式化した「九七艦攻」の後継機として開発された、新鋭艦上攻撃機「天山」。<br>同機を装備した本部隊は、高技量と豊かな指導力を兼ね備えた歴戦の空中指揮官が率いる、「天山」への機種転換が完了した精鋭艦攻隊です。",
_scrap_bauxite = 4,
+
  _info_en = "The \"Tenzan\" is an advanced torpedo bomber developed as a successor to the obsolete \"Type 97 Attacker\".<br>The command squadron equipped with this plane is an elite attack squadron that has converted to the \"Tenzan\", led by a veteran commander with a history of high skill and abundant leadership.",
_buildable = false,
+
  _wikipedia = "Nakajima B6N",
_upgradable = false,
+
  _buildable = false,
 +
  _improvements = false,
 
}
 
}
 
return Tenzan_Model_12_Murata_Squadron
 

Latest revision as of 09:06, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Tenzan Model 12 (Murata Squadron)/doc

return {
  _name = "Tenzan Model 12 (Murata Squadron)",
  _localized_name = "Heavenly Mountain Model 12 (Murata Squadron)",
  _id = 144,
  _japanese_name = "天山一二型(村田隊)",
  _reading = "てんざんいちにがた(むらたたい)",
  _type = 8,
  _icon = 8,
  _types = {3, 5, 8, 8, 1},
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = 15,
  _aa = 1,
  _armor = false,
  _asw = 6,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 4,
  _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>同機を装備した本部隊は、高技量と豊かな指導力を兼ね備えた歴戦の空中指揮官が率いる、「天山」への機種転換が完了した精鋭艦攻隊です。",
  _info_en = "The \"Tenzan\" is an advanced torpedo bomber developed as a successor to the obsolete \"Type 97 Attacker\".<br>The command squadron equipped with this plane is an elite attack squadron that has converted to the \"Tenzan\", led by a veteran commander with a history of high skill and abundant leadership.",
  _wikipedia = "Nakajima B6N",
  _buildable = false,
  _improvements = false,
}