• 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/Type 96 Fighter Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Type 96 Fighter Kai", _id = 228, _japanese_name = "九六式艦戦改", _reading = nil, _...")
 
(GitHub Action)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type 96 Fighter Kai",
+
  _name = "Type 96 Fighter Kai",
    _id = 228,
+
  _id = 228,
    _japanese_name = "九六式艦戦改",
+
  _japanese_name = "九六式艦戦改",
    _reading = nil,
+
  _reading = nil,
    _type = 6,
+
  _type = 6,
    _icon = 6,
+
  _icon = 6,
    _rarity = 2,
+
  _types = {3, 5, 6, 6, 1},
    _firepower = false,
+
  _rarity = 2,
    _bombing = false,
+
  _firepower = false,
    _torpedo = false,
+
  _bombing = false,
    _aa = 4,
+
  _torpedo = false,
    _armor = false,
+
  _aa = 4,
    _asw = false,
+
  _armor = false,
    _shelling_accuracy = false,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = false,
    _evasion = 1,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = 2,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = false,
+
  _luck = false,
    _flight_cost = 3,
+
  _range = false,
    _flight_range = 4,
+
  _flight_cost = 3,
    _special = false,
+
  _flight_range = 4,
    _scrap_fuel = 1,
+
  _special = false,
    _scrap_ammo = 1,
+
  _scrap_fuel = 1,
    _scrap_steel = false,
+
  _scrap_ammo = 1,
    _scrap_bauxite = 2,
+
  _scrap_steel = false,
    _buildable = false,
+
  _scrap_bauxite = 2,
 +
  _info = "旧式の艦上戦闘機の性能向上タイプです。零戦より前に実戦配<br>備されていた旧型機ですが、優れた格闘戦能力を持っていま<br>す。<br>武装や速度の点で既に二線級ではありますが、防空戦闘には活<br>用可能です。",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Revision as of 13:07, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Type 96 Fighter Kai/doc

return {
  _name = "Type 96 Fighter Kai",
  _id = 228,
  _japanese_name = "九六式艦戦改",
  _reading = nil,
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 1},
  _rarity = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 4,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 3,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = "旧式の艦上戦闘機の性能向上タイプです。零戦より前に実戦配<br>備されていた旧型機ですが、優れた格闘戦能力を持っていま<br>す。<br>武装や速度の点で既に二線級ではありますが、防空戦闘には活<br>用可能です。",
  _buildable = false,
  _improvements = true,
}