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

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
(Migration)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Ryuusei Kai",
+
  _name = "Ryuusei Kai",
_localized_name = "Shooting Star Kai",
+
  _localized_name = "Shooting Star Mk.1",
_page = false,
+
  _id = 52,
_id = 52,
+
  _japanese_name = "流星改",
_japanese_name = "流星改",
+
  _reading = "りゅうせいかい",
_reading = "りゅうせいかい",
+
  _type = 8,
_type = 8,
+
  _icon = 8,
_icon = 8,
+
  _types = {3, 5, 8, 8, 33},
_rarity = 3,
+
  _rarity = 3,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = 13,
+
  _torpedo = 13,
_aa = false,
+
  _aa = 1,
_armor = false,
+
  _armor = false,
_asw = 3,
+
  _asw = 3,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = 2,
+
  _los = 2,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_flight_cost = 8,
+
  _flight_cost = 8,
_flight_range = 6,
+
  _flight_range = 6,
_special = false,
+
  _special = false,
_scrap_fuel = 2,
+
  _scrap_fuel = 2,
_scrap_ammo = 6,
+
  _scrap_ammo = 6,
_scrap_steel = false,
+
  _scrap_steel = false,
_scrap_bauxite = 10,
+
  _scrap_bauxite = 10,
_info = "艦攻と艦爆を統合した先進的な急降下爆撃可能な雷撃機「流星」の性能向上型です。<br/>美しいフォルムだけでなく、爆弾倉・主脚・主翼折り畳み機構も油圧操作式、20mm砲x2門と7.7mm機銃x2門、さらに13mm後方旋回銃x1門という世界最強武装を誇る艦上統合攻撃機「流星改」。提督の機動部隊でぜひ活躍させてくださいね。",
+
  _version = 3,
_wikipedia = "Aichi B7A",
+
  _info = "艦攻と艦爆を統合した先進的な急降下爆撃可能な雷撃機「流星」の性能向上型です。<br>美しいフォルムだけでなく、爆弾倉・主脚・主翼折り畳み機構も油圧操作式、20mm砲x2門と7.7mm機銃x2門、さらに13mm後方旋回銃x1門という世界最強武装を誇る艦上統合攻撃機「流星改」。<br>提督の機動部隊でぜひ活躍させてくださいね。",
_buildable = true,
+
  _info_en = "The modified variant of the \"Ryuusei\" integrated dive-bomber and attacker.<br>The \"Ryuusei Kai\" comes not only with its beautiful silhouette, but also a hydraulic-powered weapon bay door, landing gears and main wing folding gears, and world-class weaponry with 2x20 mm and 2x7.7 mm, plus 1x13 mm rear-firing.<br>It is up to you to bring it to success, Admiral.",
 +
  _wikipedia = "Aichi B7A",
 +
  _buildable = true,
 +
  _improvements = true,
 
}
 
}

Latest revision as of 08:40, 5 May 2024

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

return {
  _name = "Ryuusei Kai",
  _localized_name = "Shooting Star Mk.1",
  _id = 52,
  _japanese_name = "流星改",
  _reading = "りゅうせいかい",
  _type = 8,
  _icon = 8,
  _types = {3, 5, 8, 8, 33},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = 13,
  _aa = 1,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 8,
  _flight_range = 6,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 6,
  _scrap_steel = false,
  _scrap_bauxite = 10,
  _version = 3,
  _info = "艦攻と艦爆を統合した先進的な急降下爆撃可能な雷撃機「流星」の性能向上型です。<br>美しいフォルムだけでなく、爆弾倉・主脚・主翼折り畳み機構も油圧操作式、20mm砲x2門と7.7mm機銃x2門、さらに13mm後方旋回銃x1門という世界最強武装を誇る艦上統合攻撃機「流星改」。<br>提督の機動部隊でぜひ活躍させてくださいね。",
  _info_en = "The modified variant of the \"Ryuusei\" integrated dive-bomber and attacker.<br>The \"Ryuusei Kai\" comes not only with its beautiful silhouette, but also a hydraulic-powered weapon bay door, landing gears and main wing folding gears, and world-class weaponry with 2x20 mm and 2x7.7 mm, plus 1x13 mm rear-firing.<br>It is up to you to bring it to success, Admiral.",
  _wikipedia = "Aichi B7A",
  _buildable = true,
  _improvements = true,
}