- 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"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng |
Jigaraphale (talk | contribs) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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, | ||
} | } | ||
− | |||
− |
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,
}