- 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"
< Module:Data | Equipment
Jump to navigation
Jump to search
(GitHub Action) |
Jigaraphale (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
return { | return { | ||
_name = "Ryuusei", | _name = "Ryuusei", | ||
+ | _localized_name = "Shooting Star", | ||
_id = 18, | _id = 18, | ||
_japanese_name = "流星", | _japanese_name = "流星", | ||
Line 30: | Line 31: | ||
_scrap_bauxite = 10, | _scrap_bauxite = 10, | ||
_version = 3, | _version = 3, | ||
− | _info = "艦攻と艦爆を統合した先進的な\"急降下爆撃可能な雷撃機\" | + | _info = "艦攻と艦爆を統合した先進的な\"急降下爆撃可能な雷撃機\"、それが「流星」です。<br>発動機不調と重量過大に悩みながらも、開発に成功。高い性能を誇る最新鋭の艦上攻撃機です。<br>先進的な性能を体現した独特のフォルムも魅力的な本機、ぜひ、新型艦戦「烈風」と共に空母に積んであげてくださいね。", |
+ | _info_en = "The \"Ryuusei\" is a versatile attacker, able to \"dive-bomb almost as effectively as torpedo-bomb\".<br>Though it was plagued by engine troubles and weight issues during development, it somehow managed to succeed as a high-end carrier-based aircraft.<br>With its distinctly elegant silhouette as a symbol of its superior performance, please equip it on your carriers alongside the \"Reppuu\" fighter.", | ||
_wikipedia = "Aichi B7A", | _wikipedia = "Aichi B7A", | ||
_buildable = true, | _buildable = true, | ||
− | _improvements = | + | _improvements = true, |
} | } |
Latest revision as of 20:34, 4 May 2024
Documentation for this module may be created at Module:Data/Equipment/Ryuusei/doc
return {
_name = "Ryuusei",
_localized_name = "Shooting Star",
_id = 18,
_japanese_name = "流星",
_reading = "りゅうせい",
_type = 8,
_icon = 8,
_types = {3, 5, 8, 8, 33},
_rarity = 2,
_back = 3,
_firepower = false,
_bombing = false,
_torpedo = 10,
_aa = 1,
_armor = false,
_asw = 4,
_shelling_accuracy = false,
_torpedo_accuracy = 56,
_evasion = false,
_los = 1,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 7,
_flight_range = 6,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 5,
_scrap_steel = false,
_scrap_bauxite = 10,
_version = 3,
_info = "艦攻と艦爆を統合した先進的な\"急降下爆撃可能な雷撃機\"、それが「流星」です。<br>発動機不調と重量過大に悩みながらも、開発に成功。高い性能を誇る最新鋭の艦上攻撃機です。<br>先進的な性能を体現した独特のフォルムも魅力的な本機、ぜひ、新型艦戦「烈風」と共に空母に積んであげてくださいね。",
_info_en = "The \"Ryuusei\" is a versatile attacker, able to \"dive-bomb almost as effectively as torpedo-bomb\".<br>Though it was plagued by engine troubles and weight issues during development, it somehow managed to succeed as a high-end carrier-based aircraft.<br>With its distinctly elegant silhouette as a symbol of its superior performance, please equip it on your carriers alongside the \"Reppuu\" fighter.",
_wikipedia = "Aichi B7A",
_buildable = true,
_improvements = true,
}