• 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 (931 Air Group)"

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
(GitHub Action)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Tenzan (931 Air Group)",
+
  _name = "Tenzan (931 Air Group)",
_page = false,
+
  _localized_name = "Heavenly Mountain (931 Air Group)",
_id = 83,
+
  _id = 83,
_japanese_name = "天山(九三一空)",
+
  _japanese_name = "天山(九三一空)",
_reading = "てんざん(きゅうさんいちくう)",
+
  _reading = "てんざん(きゅうさんいちくう)",
_localized_name = "Heavenly Mountain (931 Air Group)",
+
  _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 = 9,
+
  _torpedo = 9,
_aa = false,
+
  _aa = false,
_armor = false,
+
  _armor = false,
_asw = 8,
+
  _asw = 8,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_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 = 5,
+
  _scrap_bauxite = 5,
_buildable = false,
+
  _info = "登場の遅れた名艦上攻撃機「天山」。<br>この機体を用いて対潜哨戒・対潜制圧・対艦攻撃を担う九三一<br>航空隊所属の「天山」装備飛行隊です。",
_info = "登場の遅れた名艦上攻撃機「天山」。<br/>この機体を用いて対潜哨戒・対潜制圧・対艦攻撃を担う九三一航空隊所属の「天山」装備飛行隊です。",
+
  _buildable = false,
_upgradable = false,
+
  _improvements = false,
 
}
 
}

Revision as of 12:19, 9 September 2022

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

return {
  _name = "Tenzan (931 Air Group)",
  _localized_name = "Heavenly Mountain (931 Air Group)",
  _id = 83,
  _japanese_name = "天山(九三一空)",
  _reading = "てんざん(きゅうさんいちくう)",
  _type = 8,
  _icon = 8,
  _types = {3, 5, 8, 8, 1},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = 9,
  _aa = false,
  _armor = false,
  _asw = 8,
  _shelling_accuracy = false,
  _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 = 5,
  _info = "登場の遅れた名艦上攻撃機「天山」。<br>この機体を用いて対潜哨戒・対潜制圧・対艦攻撃を担う九三一<br>航空隊所属の「天山」装備飛行隊です。",
  _buildable = false,
  _improvements = false,
}