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

From Kancolle Wiki
Jump to navigation Jump to search
m (11 revisions imported)
(GitHub Action)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Shinden Kai",
+
  _name = "Shinden Kai",
_localized_name = "Magnificent Lightning Kai",
+
  _localized_name = "Magnificent Lightning Kai",
_page = false,
+
  _id = 56,
_id = 56,
+
  _japanese_name = "震電改",
_japanese_name = "震電改",
+
  _reading = "しんでんかい",
_reading = "しんでんかい",
+
  _type = 6,
_type = 6,
+
  _icon = 6,
_icon = 6,
+
  _types = {3, 5, 6, 6, 20},
_rarity = 5,
+
  _rarity = 5,
_back = 4,
+
  _back = 4,
_stars = 5,
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = 15,
_aa = 15,
+
  _armor = false,
_armor = false,
+
  _asw = false,
_asw = false,
+
  _shelling_accuracy = false,
_shelling_accuracy = false,
+
  _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 = 9,
_flight_cost = 9,
+
  _flight_range = 2,
_flight_range = 2,
+
  _special = false,
_special = false,
+
  _scrap_fuel = 2,
_scrap_fuel = 2,
+
  _scrap_ammo = 3,
_scrap_ammo = 3,
+
  _scrap_steel = false,
_scrap_steel = false,
+
  _scrap_bauxite = 28,
_scrap_bauxite = 28,
+
  _version = 3,
_info = "九州飛行機&海軍航空技術廠が生み出した、先進的なエンテ型の試作戦闘機「震電」。<br/>推進プロペラを後方に配置し、重火力を機体前部に集中させた後進翼の機体は、まさに未来と希望を感じさせるもの。現実世界では、海上に飛び立つことのなかった機体ですが、「艦これ」では着艦フックと尾翼等を補強して登場です!",
+
  _wikipedia = "Kyushu J7W",
_wikipedia = "Kyushu J7W",
+
  _buildable = false,
_buildable = false,
+
  _improvements = false,
_improvements = false,
 
 
}
 
}

Revision as of 12:19, 9 September 2022

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

return {
  _name = "Shinden Kai",
  _localized_name = "Magnificent Lightning Kai",
  _id = 56,
  _japanese_name = "震電改",
  _reading = "しんでんかい",
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 20},
  _rarity = 5,
  _back = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 15,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 2,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 28,
  _version = 3,
  _wikipedia = "Kyushu J7W",
  _buildable = false,
  _improvements = false,
}