Difference between revisions of "Module:Data/Equipment/Shiden Model 21 Shiden Kai"

(Created page with "--Categories: --Category:Equipment modules return { _name = "Shiden Model 21 Shiden Kai", _page = false, _id = 202, _japanese_name = "紫電二一型 紫電改", ...")
 
m
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Shiden Model 21 Shiden Kai",
+
  _name = "Shiden Model 21 Shiden Kai",
    _page = false,
+
  _localized_name = "Violet Lightning Mk.1 Model 21",
_id = 202,
+
  _id = 202,
_japanese_name = "紫電二一型 紫電改",
+
  _japanese_name = "紫電二一型 紫電改",
_reading = nil,
+
  _reading = nil,
_type = 48,
+
  _type = 48,
_icon = 38,
+
  _icon = 38,
_rarity = 3,
+
  _types = {22, 39, 48, 38, 12},
_firepower = false,
+
  _rarity = 3,
_bombing = false,
+
  _firepower = false,
_torpedo = false,
+
  _bombing = false,
_aa = 9,
+
  _torpedo = false,
_armor = 2,
+
  _aa = 9,
_asw = false,
+
  _armor = 2,
_shelling_accuracy = 1,
+
  _asw = false,
_torpedo_accuracy = false,
+
  _shelling_accuracy = 1,
_evasion = 3,
+
  _torpedo_accuracy = false,
_los = false,
+
  _evasion = 3,
_speed = false,
+
  _los = false,
_luck = false,
+
  _speed = false,
_range = false,
+
  _luck = false,
_flight_cost = nil,
+
  _range = false,
_flight_range = 4,
+
  _flight_cost = 6,
_special = false,
+
  _flight_range = 4,
_scrap_fuel = 2,
+
  _special = false,
_scrap_ammo = 2,
+
  _scrap_fuel = 2,
_scrap_steel = false,
+
  _scrap_ammo = 2,
_scrap_bauxite = 7,
+
  _scrap_steel = false,
_buildable = false,
+
  _scrap_bauxite = 7,
 +
  _info = "水上戦闘機「強風」から発展した局地戦闘機「紫電」。<br>同機主翼を中翼から低翼配置に改め、さらに自動空戦フラップの改良や防御力向上など、各種改良を施しました。<br>大馬力エンジンと空戦フラップ、そして火力と防御力。<br>零戦を大きく凌ぐ優れた空戦能力を持つ、海軍本土防空最後の切り札となる名機「紫電改」、その初期型の誕生です。",
 +
  _info_en = "The \"Shiden\" is a short-range fighter developed from the Kyoufuu seaplane fighter.<br>The configuration of the wings was shifted from mid-fuselage to the bottom.<br>Upgrades were made to the automatic combat flaps, armor, and various systems.<br>This is an early model of the \"Shiden Kai\" with abilities that surpassed the Type Zero fighter, it formed the cornerstone of the Navy's homeland air defenses.",
 +
  _wikipedia = "Kawanishi N1K",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Latest revision as of 13:45, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Shiden Model 21 Shiden Kai/doc

return {
  _name = "Shiden Model 21 Shiden Kai",
  _localized_name = "Violet Lightning Mk.1 Model 21",
  _id = 202,
  _japanese_name = "紫電二一型 紫電改",
  _reading = nil,
  _type = 48,
  _icon = 38,
  _types = {22, 39, 48, 38, 12},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 9,
  _armor = 2,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 7,
  _info = "水上戦闘機「強風」から発展した局地戦闘機「紫電」。<br>同機主翼を中翼から低翼配置に改め、さらに自動空戦フラップの改良や防御力向上など、各種改良を施しました。<br>大馬力エンジンと空戦フラップ、そして火力と防御力。<br>零戦を大きく凌ぐ優れた空戦能力を持つ、海軍本土防空最後の切り札となる名機「紫電改」、その初期型の誕生です。",
  _info_en = "The \"Shiden\" is a short-range fighter developed from the Kyoufuu seaplane fighter.<br>The configuration of the wings was shifted from mid-fuselage to the bottom.<br>Upgrades were made to the automatic combat flaps, armor, and various systems.<br>This is an early model of the \"Shiden Kai\" with abilities that surpassed the Type Zero fighter, it formed the cornerstone of the Navy's homeland air defenses.",
  _wikipedia = "Kawanishi N1K",
  _buildable = false,
  _improvements = true,
}