• 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/Ka Type Observation Autogyro"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
 
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
local No_Ka_Observation_Autogyro = {
+
return {
_name = "No. Ka Observation Autogyro",
+
  _name = "Ka Type Observation Autogyro",
_page = "Ka-type Observation Autogyro",
+
  _id = 69,
_id = 69,
+
  _japanese_name = "カ号観測機",
_japanese_name = "カ号観測機",
+
  _reading = "かごうかんそくき",
_reading = "かごうかんそくき",
+
  _type = 25,
_type = 25,
+
  _icon = 21,
_icon = 21,
+
  _types = {3, 15, 25, 21, 0},
_rarity = 3,
+
  _rarity = 3,
_card = "Equipment69-1.png",
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = false,
_aa = false,
+
  _armor = false,
_armor = false,
+
  _asw = 9,
_asw = 9,
+
  _shelling_accuracy = 1,
_shelling_accuracy = 1,
+
  _torpedo_accuracy = false,
_torpedo_accuracy = false,
+
  _evasion = false,
_evasion = false,
+
  _los = false,
_los = false,
+
  _speed = false,
_speed = false,
+
  _luck = false,
_luck = false,
+
  _range = false,
_range = false,
+
  _flight_cost = 2,
_special = false,
+
  _flight_range = 1,
_scrap_fuel = 1,
+
  _special = false,
_scrap_ammo = 1,
+
  _scrap_fuel = 1,
_scrap_steel = false,
+
  _scrap_ammo = 1,
_scrap_bauxite = 4,
+
  _scrap_steel = false,
_buildable = false,
+
  _scrap_bauxite = 4,
_upgradable = false,
+
  _info = "陸軍で開発、運用されていたオートジャイロ「カ号観測機」。<br>現代の艦載ヘリコプターの先祖ともいえる、回転翼の艦載対潜哨戒機です。<br>全通甲板を持つ強襲揚陸艦や軽空母、航空甲板を持つ航空巡洋艦などで運用可能です。",
 +
  _info_en = "The \"Ka-type observation autogyro\" was developed and used by the military.<br>This rotorcraft was used for anti-submarine patrol similar to modern ship-borne helicopters.<br>This aircraft can launch from landing craft and light carriers with full-length decks as well as from aviation cruisers and battleships with flight decks.",
 +
  _wikipedia = "Kayaba Ka-1",
 +
  _buildable = true,
 +
  _improvements = {
 +
    _ammo = 20,
 +
    _bauxite = 150,
 +
    _fuel = 50,
 +
    _products = {
 +
      ["O Type Observation Autogyro Kai"] = {
 +
        ["0"] = {
 +
          _development_material = 5,
 +
          _development_material_x = 6,
 +
          _equipment = false,
 +
          _improvement_material = 2,
 +
          _improvement_material_x = 3,
 +
        },
 +
        ["6"] = {
 +
          _development_material = 6,
 +
          _development_material_x = 7,
 +
          _equipment = {
 +
            ["Type 0 Reconnaissance Seaplane"] = 1,
 +
          },
 +
          _improvement_material = 3,
 +
          _improvement_material_x = 4,
 +
        },
 +
        ["10"] = {
 +
          _development_material = 12,
 +
          _development_material_x = 20,
 +
          _equipment = {
 +
            ["Ka Type Observation Autogyro"] = 1,
 +
            ["New Model Aerial Armament Material"] = 1,
 +
          },
 +
          _improvement_material = 5,
 +
          _improvement_material_x = 10,
 +
        },
 +
        _ships = {
 +
          ["Ise/Kai Ni"] = {
 +
            Friday = false,
 +
            Monday = false,
 +
            Saturday = false,
 +
            Sunday = false,
 +
            Thursday = true,
 +
            Tuesday = false,
 +
            Wednesday = true,
 +
          },
 +
        },
 +
      },
 +
    },
 +
    _steel = 30,
 +
  },
 
}
 
}
 
return No_Ka_Observation_Autogyro
 

Latest revision as of 09:22, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/Ka Type Observation Autogyro/doc

return {
  _name = "Ka Type Observation Autogyro",
  _id = 69,
  _japanese_name = "カ号観測機",
  _reading = "かごうかんそくき",
  _type = 25,
  _icon = 21,
  _types = {3, 15, 25, 21, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 9,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 2,
  _flight_range = 1,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "陸軍で開発、運用されていたオートジャイロ「カ号観測機」。<br>現代の艦載ヘリコプターの先祖ともいえる、回転翼の艦載対潜哨戒機です。<br>全通甲板を持つ強襲揚陸艦や軽空母、航空甲板を持つ航空巡洋艦などで運用可能です。",
  _info_en = "The \"Ka-type observation autogyro\" was developed and used by the military.<br>This rotorcraft was used for anti-submarine patrol similar to modern ship-borne helicopters.<br>This aircraft can launch from landing craft and light carriers with full-length decks as well as from aviation cruisers and battleships with flight decks.",
  _wikipedia = "Kayaba Ka-1",
  _buildable = true,
  _improvements = {
    _ammo = 20,
    _bauxite = 150,
    _fuel = 50,
    _products = {
      ["O Type Observation Autogyro Kai"] = {
        ["0"] = {
          _development_material = 5,
          _development_material_x = 6,
          _equipment = false,
          _improvement_material = 2,
          _improvement_material_x = 3,
        },
        ["6"] = {
          _development_material = 6,
          _development_material_x = 7,
          _equipment = {
            ["Type 0 Reconnaissance Seaplane"] = 1,
          },
          _improvement_material = 3,
          _improvement_material_x = 4,
        },
        ["10"] = {
          _development_material = 12,
          _development_material_x = 20,
          _equipment = {
            ["Ka Type Observation Autogyro"] = 1,
            ["New Model Aerial Armament Material"] = 1,
          },
          _improvement_material = 5,
          _improvement_material_x = 10,
        },
        _ships = {
          ["Ise/Kai Ni"] = {
            Friday = false,
            Monday = false,
            Saturday = false,
            Sunday = false,
            Thursday = true,
            Tuesday = false,
            Wednesday = true,
          },
        },
      },
    },
    _steel = 30,
  },
}