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

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 30: Line 30:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 6,
 
   _scrap_bauxite = 6,
   _info = "高性能多用途水上偵察機「瑞雲」の改良型「瑞雲12型」。<br>同機によって編成された「伊勢」型航空戦艦などでの艦隊運用<br>を担う六三四航空隊所属の「瑞雲12型」飛行隊です。",
+
   _info = "高性能多用途水上偵察機「瑞雲」の改良型「瑞雲12型」。<br>同機によって編成された「伊勢」型航空戦艦などでの艦隊運用を担う六三四航空隊所属の「瑞雲12型」飛行隊です。",
   _wikipedia = "634th Naval Air Group",
+
  _info_en = "The \"Zuiun Model 12\" is an improved, high-performance version of the \"Zuiun\" reconnaissance seaplane.<br>This is the \"Zuiun Model 12\", belonging to the 634th Air Group, responsible for fleet operations of those seaplanes on the \"Ise-class\" aviation battleships.",
 +
   _wikipedia = "Aichi E16A",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = {
 
   _improvements = {

Latest revision as of 15:04, 5 May 2024

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

return {
  _name = "Zuiun Model 12 (634 Air Group)",
  _localized_name = "Auspicious Clouds Model 12 (634 Air Group)",
  _id = 81,
  _japanese_name = "瑞雲12型(六三四空)",
  _reading = "ずいうん12がた(ろくさんよんくう)",
  _type = 11,
  _icon = 10,
  _types = {5, 43, 11, 10, 32},
  _rarity = 4,
  _back = 4,
  _firepower = false,
  _bombing = 9,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = 6,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 7,
  _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 = "高性能多用途水上偵察機「瑞雲」の改良型「瑞雲12型」。<br>同機によって編成された「伊勢」型航空戦艦などでの艦隊運用を担う六三四航空隊所属の「瑞雲12型」飛行隊です。",
  _info_en = "The \"Zuiun Model 12\" is an improved, high-performance version of the \"Zuiun\" reconnaissance seaplane.<br>This is the \"Zuiun Model 12\", belonging to the 634th Air Group, responsible for fleet operations of those seaplanes on the \"Ise-class\" aviation battleships.",
  _wikipedia = "Aichi E16A",
  _buildable = false,
  _improvements = {
    _ammo = 190,
    _bauxite = 430,
    _fuel = 190,
    _products = {
      ["Zuiun (634 Air Group/Skilled)"] = {
        ["0"] = {
          _development_material = 6,
          _development_material_x = 8,
          _equipment = {
            Zuiun = 1,
          },
          _improvement_material = 3,
          _improvement_material_x = 4,
        },
        ["6"] = {
          _development_material = 8,
          _development_material_x = 10,
          _equipment = {
            ["Type 0 Observation Seaplane"] = 1,
          },
          _improvement_material = 6,
          _improvement_material_x = 7,
        },
        ["10"] = {
          _development_material = 18,
          _development_material_x = 28,
          _equipment = {
            ["New Model Aerial Armament Material"] = 1,
            ["Skilled Crew Member"] = 2,
            ["Zuiun Model 12"] = 2,
          },
          _improvement_material = 7,
          _improvement_material_x = 11,
        },
        _ships = {
          ["Ise/Kai"] = {
            Friday = false,
            Monday = false,
            Saturday = false,
            Sunday = false,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
          ["Yamashiro/Kai Ni"] = {
            Friday = true,
            Monday = false,
            Saturday = false,
            Sunday = false,
            Thursday = true,
            Tuesday = false,
            Wednesday = true,
          },
        },
      },
    },
    _steel = false,
  },
}