• 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 Model 12"

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
(Migration)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Zuiun Model 12",
+
  _name = "Zuiun Model 12",
_localized_name = "Auspicious Clouds Model 12",
+
  _localized_name = "Auspicious Clouds Model 12",
_page = false,
+
  _id = 80,
_id = 80,
+
  _japanese_name = "瑞雲12型",
_japanese_name = "瑞雲12型",
+
  _reading = "ずいうん12がた",
_reading = "ずいうん12がた",
+
  _type = 11,
_type = 11,
+
  _icon = 10,
_icon = 10,
+
  _types = {5, 43, 11, 10, 32},
_rarity = 3,
+
  _rarity = 3,
_firepower = false,
+
  _firepower = false,
_bombing = 7,
+
  _bombing = 7,
_torpedo = false,
+
  _torpedo = false,
_aa = 3,
+
  _aa = 3,
_armor = false,
+
  _armor = false,
_asw = 5,
+
  _asw = 5,
_shelling_accuracy = 1,
+
  _shelling_accuracy = 1,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = 6,
+
  _los = 6,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_flight_cost = 7,
+
  _flight_cost = 7,
_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 = 6,
+
  _scrap_bauxite = 6,
_info = "急降下爆撃まで可能な多用水上偵察機「瑞雲」。<br/>空戦フラップ装備の高性能多用途機である本機のエンジンを、<br/>より強力な金星62型に換装した「瑞雲改良型」の新鋭機です。",
+
  _info = "急降下爆撃まで可能な多用水上偵察機「瑞雲」。<br>空戦フラップ装備の高性能多用途機である本機のエンジンを、より強力な金星62型に換装した「瑞雲改良型」の新鋭機です。",
_wikipedia = "Aichi E16A",  
+
  _info_en = "The \"Zuiun\" was a multirole reconnaissance seaplane capable of carrying out dive-bombing.<br>This is a state-of-the-art \"Zuiun Kai Model\" high-performance multi-purpose plane equipped with air combat flaps, had its engine replaced with the more powerful Venus 62 type engine.",
_buildable = false,
+
  _wikipedia = "Aichi E16A",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Latest revision as of 10:04, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/Zuiun Model 12/doc

return {
  _name = "Zuiun Model 12",
  _localized_name = "Auspicious Clouds Model 12",
  _id = 80,
  _japanese_name = "瑞雲12型",
  _reading = "ずいうん12がた",
  _type = 11,
  _icon = 10,
  _types = {5, 43, 11, 10, 32},
  _rarity = 3,
  _firepower = false,
  _bombing = 7,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = 5,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 6,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 7,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 6,
  _info = "急降下爆撃まで可能な多用水上偵察機「瑞雲」。<br>空戦フラップ装備の高性能多用途機である本機のエンジンを、より強力な金星62型に換装した「瑞雲改良型」の新鋭機です。",
  _info_en = "The \"Zuiun\" was a multirole reconnaissance seaplane capable of carrying out dive-bombing.<br>This is a state-of-the-art \"Zuiun Kai Model\" high-performance multi-purpose plane equipped with air combat flaps, had its engine replaced with the more powerful Venus 62 type engine.",
  _wikipedia = "Aichi E16A",
  _buildable = false,
  _improvements = true,
}