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

From Kancolle Wiki
Jump to navigation Jump to search
com>SonyaUliana
 
(13 intermediate revisions by 8 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Kikka Kai",
+
  _name = "Kikka Kai",
    _page = false,
+
  _localized_name = "Orange Blossom Mk.1",
    _id = 199,
+
  _id = 200,
    _japanese_name = "噴式景雲改",
+
  _japanese_name = "橘花改",
    _reading = false,
+
  _reading = "きっかかい",
    _type = 6,
+
  _type = 57,
    _icon = 6,
+
  _icon = 40,
    _rarity = 5,
+
  _types = {3, 40, 57, 40, 23},
    _firepower = false,
+
  _rarity = 5,
    _bombing = 15,
+
  _firepower = false,
    _torpedo = false,
+
  _bombing = 11,
    _aa = 6,
+
  _torpedo = false,
    _armor = false,
+
  _aa = 12,
    _asw = false,
+
  _armor = false,
    _shelling_accuracy = 1,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = false,
    _evasion = 1,
+
  _torpedo_accuracy = false,
    _los = 3,
+
  _evasion = 1,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = 3,
+
  _luck = false,
    _flight_cost = 5,
+
  _range = 3,
    _flight_range = 4,
+
  _flight_cost = 13,
    _special = false,
+
  _flight_range = 2,
    _scrap_fuel = 1,
+
  _special = false,
    _scrap_ammo = 3,
+
  _scrap_fuel = 6,
    _scrap_steel = false,
+
  _scrap_ammo = 4,
    _scrap_bauxite = 2,
+
  _scrap_steel = 10,
    _buildable = false,
+
  _scrap_bauxite = 14,
 +
  _info = "潜水艦派遣作戦によりもたらされた海外で実用化されたターボジェット戦闘機の一部の設計図などを参考に開発された国産ジェット戦闘攻撃機です。<br>本機「橘花改」は、爆装及び機首に30mm機銃を2門装備した戦闘爆撃機型として戦力化を図ります。<br>※基地航空隊及び装甲甲板&甲板カタパルトを装備する一部正規空母のみ運用可能です。<br>運用時には鋼材を消費します。",
 +
  _info_en = "This is a domestic jet fighter-bomber developed based on the design drawing of turbojet fighter planes which were brought by submarine dispatch operations and put into service abroad.<br>The \"Kikka Kai\" is equipped with bombs and two 30 mm cannons on the nose to serve in its fighter-bomber role.<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 = "Nakajima Kikka",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 13:13, 6 May 2024

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

return {
  _name = "Kikka Kai",
  _localized_name = "Orange Blossom Mk.1",
  _id = 200,
  _japanese_name = "橘花改",
  _reading = "きっかかい",
  _type = 57,
  _icon = 40,
  _types = {3, 40, 57, 40, 23},
  _rarity = 5,
  _firepower = false,
  _bombing = 11,
  _torpedo = false,
  _aa = 12,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 3,
  _flight_cost = 13,
  _flight_range = 2,
  _special = false,
  _scrap_fuel = 6,
  _scrap_ammo = 4,
  _scrap_steel = 10,
  _scrap_bauxite = 14,
  _info = "潜水艦派遣作戦によりもたらされた海外で実用化されたターボジェット戦闘機の一部の設計図などを参考に開発された国産ジェット戦闘攻撃機です。<br>本機「橘花改」は、爆装及び機首に30mm機銃を2門装備した戦闘爆撃機型として戦力化を図ります。<br>※基地航空隊及び装甲甲板&甲板カタパルトを装備する一部正規空母のみ運用可能です。<br>運用時には鋼材を消費します。",
  _info_en = "This is a domestic jet fighter-bomber developed based on the design drawing of turbojet fighter planes which were brought by submarine dispatch operations and put into service abroad.<br>The \"Kikka Kai\" is equipped with bombs and two 30 mm cannons on the nose to serve in its fighter-bomber role.<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 = "Nakajima Kikka",
  _buildable = false,
  _improvements = false,
}