• 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/Raiden"

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Raiden",
+
  _name = "Raiden",
_page = false,
+
  _localized_name = "Lightning Bolt",
_id = 175,
+
  _id = 175,
_japanese_name = "雷電",
+
  _japanese_name = "雷電",
_localized_name = "Thunderbolt",
+
  _reading = "らいでん",
_reading = "らいでん",
+
  _type = 48,
_type = 48,
+
  _icon = 38,
_types = { 22, 39, 48, 38, 18 },
+
  _types = {22, 39, 48, 38, 18},
_icon = 38,
+
  _rarity = 4,
_rarity = 4,
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = 6,
_aa = 6,
+
  _armor = false,
_armor = false,
+
  _asw = false,
_asw = false,
+
  _shelling_accuracy = 5,
_shelling_accuracy = 5,
+
  _torpedo_accuracy = false,
_torpedo_accuracy = false,
+
  _evasion = 2,
_evasion = 2,
+
  _los = false,
_los = false,
+
  _speed = false,
_speed = false,
+
  _luck = false,
_luck = false,
+
  _range = false,
_range = false,
+
  _flight_cost = 6,
_flight_cost = 6,
+
  _flight_range = 2,
_flight_range = 2,
+
  _special = false,
_special = false,
+
  _scrap_fuel = 3,
_scrap_fuel = 3,
+
  _scrap_ammo = 2,
_scrap_ammo = 2,
+
  _scrap_steel = false,
_scrap_steel = false,
+
  _scrap_bauxite = 7,
_scrap_bauxite = 7,
+
  _info = "「十四試局地戦闘機」として開発された、対爆撃機要撃に特化した迎撃戦闘機「雷電」です。<br>零戦などの艦上戦闘機「甲戦」に対して、局地戦闘機「乙戦」として開発・運用されました。<br>格闘戦向きではありませんが、優れた上昇力と大火力を備えています。",
_info = "「十四試局地戦闘機」として開発された、対爆撃機要撃に特化した迎撃戦闘機「雷電」です。零戦などの艦上戦闘機「甲戦」に対して、局地戦闘機「乙戦」として開発・運用されました。格闘戦向きではありませんが、優れた上昇力と大火力を備えています。",
+
  _info_en = "Developed under the specification for the “Showa 14 Land-based Fighter” the “Raiden” was an interceptor that specialized in combating bombers.<br>While the carrier-based Zero Fighter represented \"Plan A\" for offensive operations, as a local interceptor the Raiden was developed and operated under \"Plan B\" for defense.<br>With poor maneuverability, it was not suited for dogfights, however, it had excellent climbing performance and armament.",
_wikipedia = "Mitsubishi J2M",
+
  _wikipedia = "Mitsubishi J2M",
_buildable = false,
+
  _buildable = false,
_improvements = false,
+
  _improvements = false,
 
}
 
}

Latest revision as of 09:38, 7 May 2024

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

return {
  _name = "Raiden",
  _localized_name = "Lightning Bolt",
  _id = 175,
  _japanese_name = "雷電",
  _reading = "らいでん",
  _type = 48,
  _icon = 38,
  _types = {22, 39, 48, 38, 18},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 6,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 5,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 2,
  _special = false,
  _scrap_fuel = 3,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 7,
  _info = "「十四試局地戦闘機」として開発された、対爆撃機要撃に特化した迎撃戦闘機「雷電」です。<br>零戦などの艦上戦闘機「甲戦」に対して、局地戦闘機「乙戦」として開発・運用されました。<br>格闘戦向きではありませんが、優れた上昇力と大火力を備えています。",
  _info_en = "Developed under the specification for the “Showa 14 Land-based Fighter” the “Raiden” was an interceptor that specialized in combating bombers.<br>While the carrier-based Zero Fighter represented \"Plan A\" for offensive operations, as a local interceptor the Raiden was developed and operated under \"Plan B\" for defense.<br>With poor maneuverability, it was not suited for dogfights, however, it had excellent climbing performance and armament.",
  _wikipedia = "Mitsubishi J2M",
  _buildable = false,
  _improvements = false,
}