• 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/Zuiun (631 Air Group)"

From Kancolle Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Zuiun (631 Air Group)",
+
  _name = "Zuiun (631 Air Group)",
    _page = false,
+
  _localized_name = "Auspicious Clouds (631 Air Group)",
    _id = 207,
+
  _id = 207,
    _japanese_name = "瑞雲(六三一空)",
+
  _japanese_name = "瑞雲(六三一空)",
    _reading = "ずいうん(ろくさんいちくう)",
+
  _reading = "ずいうん(ろくさんいちくう)",
    _localized_name = "Auspicious Clouds (631 Air Group)",
+
  _type = 11,
    _type = 11,
+
  _icon = 10,
    _icon = 10,
+
  _types = {5, 43, 11, 10, 24},
    _rarity = 3,
+
  _rarity = 3,
    _firepower = false,
+
  _firepower = false,
    _bombing = 7,
+
  _bombing = 7,
    _torpedo = false,
+
  _torpedo = false,
    _aa = 1,
+
  _aa = 1,
    _armor = false,
+
  _armor = false,
    _asw = 2,
+
  _asw = 2,
    _shelling_accuracy = 2,
+
  _shelling_accuracy = 2,
    _torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
    _evasion = false,
+
  _evasion = false,
    _los = 4,
+
  _los = 4,
    _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 = 3,
+
  _scrap_ammo = 3,
    _scrap_steel = false,
+
  _scrap_steel = false,
    _scrap_bauxite = 5,
+
  _scrap_bauxite = 5,
    _info = "急降下爆撃も可能な多用途水上偵察機「瑞雲」。<br/>高価かつ高性能潜水艦搭載攻撃機「晴嵐」を運用する潜水艦部隊の航空隊として編成された第六三一海軍航空隊。その六三一空の「瑞雲」による練成部隊です。",
+
  _info = "急降下も可能な多用途水上偵察機「瑞雲」。<br>高価かつ高性能潜水艦搭載攻撃機「晴嵐」を運用する潜水艦部隊の航空隊として編成された第六三一海軍航空隊。<br>その六三一空の「瑞雲」による練成部隊です。",
    _buildable = true,
+
  _info_en = "Multi-purpose recon seaplane \"Zuiun\" that is capable of performing sudden dive-bombing attacks. <br> The 631st Navy Air Force utilized as a submarine-launched seaplane group to operate the expensive, high-performance attack aircraft \"Seiran\".<br>This \"Zuiun\" was used by the 631st Navy Air Group for training.",
    _improvements = false,
+
  _wikipedia = "Aichi E16A",
 +
  _buildable = true,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 13:55, 6 May 2024

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

return {
  _name = "Zuiun (631 Air Group)",
  _localized_name = "Auspicious Clouds (631 Air Group)",
  _id = 207,
  _japanese_name = "瑞雲(六三一空)",
  _reading = "ずいうん(ろくさんいちくう)",
  _type = 11,
  _icon = 10,
  _types = {5, 43, 11, 10, 24},
  _rarity = 3,
  _firepower = false,
  _bombing = 7,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 2,
  _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 = 3,
  _scrap_steel = false,
  _scrap_bauxite = 5,
  _info = "急降下も可能な多用途水上偵察機「瑞雲」。<br>高価かつ高性能潜水艦搭載攻撃機「晴嵐」を運用する潜水艦部隊の航空隊として編成された第六三一海軍航空隊。<br>その六三一空の「瑞雲」による練成部隊です。",
  _info_en = "Multi-purpose recon seaplane \"Zuiun\" that is capable of performing sudden dive-bombing attacks. <br> The 631st Navy Air Force utilized as a submarine-launched seaplane group to operate the expensive, high-performance attack aircraft \"Seiran\".<br>This \"Zuiun\" was used by the 631st Navy Air Group for training.",
  _wikipedia = "Aichi E16A",
  _buildable = true,
  _improvements = false,
}