• 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/Jet Keiun Kai"

From Kancolle Wiki
Jump to navigation Jump to search
com>SonyaUliana
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Jet Keiun Kai",
+
  _name = "Jet Keiun Kai",
    _page = false,
+
  _localized_name = "Jet Cirrus Cloud Mk.1",
    _id = 200,
+
  _id = 199,
    _japanese_name = "噴式景雲改",
+
  _japanese_name = "噴式景雲改",
    _reading = false,
+
  _reading = "ふんしきけいうんかい",
    _type = 6,
+
  _type = 57,
    _icon = 6,
+
  _icon = 39,
    _rarity = 5,
+
  _types = {3, 40, 57, 39, 22},
    _firepower = false,
+
  _rarity = 5,
    _bombing = 15,
+
  _firepower = false,
    _torpedo = false,
+
  _bombing = 15,
    _aa = 12,
+
  _torpedo = false,
    _armor = false,
+
  _aa = 6,
    _asw = false,
+
  _armor = false,
    _shelling_accuracy = false,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 1,
    _evasion = 1,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = false,
    _speed = false,
+
  _los = 3,
    _luck = false,
+
  _speed = false,
    _range = 3,
+
  _luck = false,
    _flight_cost = 5,
+
  _range = 3,
    _flight_range = 4,
+
  _flight_cost = 14,
    _special = false,
+
  _flight_range = 3,
    _scrap_fuel = 1,
+
  _special = false,
    _scrap_ammo = 3,
+
  _scrap_fuel = 7,
    _scrap_steel = false,
+
  _scrap_ammo = 5,
    _scrap_bauxite = 2,
+
  _scrap_steel = 12,
    _buildable = false,
+
  _scrap_bauxite = 16,
 +
  _info = "空技廠が開発した最新鋭の高々度試作偵察機「景雲」。<br>新機軸を盛り込んだユニークかつ大型の試作偵察機「景雲」にターボジェット「ネ式エンジン」を搭載、噴式戦闘爆撃機化したのが本機「噴式景雲改」です。<br>※基地航空隊及び装甲甲板&甲板カタパルトを装備する一部正規空母のみ運用可能です。<br>運用時には鋼材を消費します。",
 +
  _info_en = "Developed by Yokosuka Naval Air Technical Arsenal, \"Keiun\" is the latest state-of-the-art prototype high-altitude reconnaissance aircraft.<br>The \"Keiun\" is a unique design with all sorts of new innovations and now powered by the \"Ne turbojet engine\", the jet fighter-bomber version of this aircraft being the \"Jet Keiun Kai\".<br>※Can only be operated on land bases and some regular aircraft carriers equipped with armored decks and catapults.<br>Steel is consumed during airstrikes.",
 +
  _wikipedia = "Yokosuka R2Y",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 13:12, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Jet Keiun Kai/doc

return {
  _name = "Jet Keiun Kai",
  _localized_name = "Jet Cirrus Cloud Mk.1",
  _id = 199,
  _japanese_name = "噴式景雲改",
  _reading = "ふんしきけいうんかい",
  _type = 57,
  _icon = 39,
  _types = {3, 40, 57, 39, 22},
  _rarity = 5,
  _firepower = false,
  _bombing = 15,
  _torpedo = false,
  _aa = 6,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = 3,
  _flight_cost = 14,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 7,
  _scrap_ammo = 5,
  _scrap_steel = 12,
  _scrap_bauxite = 16,
  _info = "空技廠が開発した最新鋭の高々度試作偵察機「景雲」。<br>新機軸を盛り込んだユニークかつ大型の試作偵察機「景雲」にターボジェット「ネ式エンジン」を搭載、噴式戦闘爆撃機化したのが本機「噴式景雲改」です。<br>※基地航空隊及び装甲甲板&甲板カタパルトを装備する一部正規空母のみ運用可能です。<br>運用時には鋼材を消費します。",
  _info_en = "Developed by Yokosuka Naval Air Technical Arsenal, \"Keiun\" is the latest state-of-the-art prototype high-altitude reconnaissance aircraft.<br>The \"Keiun\" is a unique design with all sorts of new innovations and now powered by the \"Ne turbojet engine\", the jet fighter-bomber version of this aircraft being the \"Jet Keiun Kai\".<br>※Can only be operated on land bases and some regular aircraft carriers equipped with armored decks and catapults.<br>Steel is consumed during airstrikes.",
  _wikipedia = "Yokosuka R2Y",
  _buildable = false,
  _improvements = false,
}