- 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/Me 163B"
< Module:Data | Equipment
Jump to navigation
Jump to search
Jigaraphale (talk | contribs) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
− | _name = " | + | _name = "Me 163B", |
+ | _localized_name = "Messerschmitt Me 163 Komet", | ||
_id = 350, | _id = 350, | ||
_japanese_name = "Me163B", | _japanese_name = "Me163B", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 48, | + | _type = 48, |
_icon = 38, | _icon = 38, | ||
+ | _types = {22, 39, 48, 38, 36}, | ||
_rarity = 4, | _rarity = 4, | ||
_firepower = false, | _firepower = false, | ||
Line 29: | Line 29: | ||
_scrap_steel = 1, | _scrap_steel = 1, | ||
_scrap_bauxite = 6, | _scrap_bauxite = 6, | ||
+ | _info = "科学の国で開発され、実戦配備に就いた世界初の量産ロケット戦闘機です。<br>圧倒的な上昇力とダイブ時にはマッハに迫る速度を誇る未来感たっぷりの実在した重爆キラーの実用高高度局地ロケット戦闘機。<br>極端に短い航続距離含めて欠点も多い機体ですが、文字通りコメットのように空を駆け抜けました。<br>※防空戦闘において、有効な高高度迎撃が可能です。", | ||
+ | _info_en = "This is the world's first mass-produced rocket-powered fighter developed and put into service by the country of science.<br>This high altitude, short-ranged, rocket-powered fighter boasted an unmatched climb rate and speeds approaching Mach 1 when diving. It was a futuristic heavy bomber interceptor that existed in real life.<br>Although it had an extremely short range and plenty of flaws, it literally streaked through the sky like a comet.<br>※It is very effective at high altitude interception on base defense.", | ||
+ | _wikipedia = "Messerschmitt Me 163 Komet", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
− | |||
} | } |
Latest revision as of 11:36, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Me 163B/doc
return {
_name = "Me 163B",
_localized_name = "Messerschmitt Me 163 Komet",
_id = 350,
_japanese_name = "Me163B",
_reading = nil,
_type = 48,
_icon = 38,
_types = {22, 39, 48, 38, 36},
_rarity = 4,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = 2,
_armor = false,
_asw = false,
_shelling_accuracy = 9,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 4,
_flight_range = 1,
_special = false,
_scrap_fuel = 4,
_scrap_ammo = 3,
_scrap_steel = 1,
_scrap_bauxite = 6,
_info = "科学の国で開発され、実戦配備に就いた世界初の量産ロケット戦闘機です。<br>圧倒的な上昇力とダイブ時にはマッハに迫る速度を誇る未来感たっぷりの実在した重爆キラーの実用高高度局地ロケット戦闘機。<br>極端に短い航続距離含めて欠点も多い機体ですが、文字通りコメットのように空を駆け抜けました。<br>※防空戦闘において、有効な高高度迎撃が可能です。",
_info_en = "This is the world's first mass-produced rocket-powered fighter developed and put into service by the country of science.<br>This high altitude, short-ranged, rocket-powered fighter boasted an unmatched climb rate and speeds approaching Mach 1 when diving. It was a futuristic heavy bomber interceptor that existed in real life.<br>Although it had an extremely short range and plenty of flaws, it literally streaked through the sky like a comet.<br>※It is very effective at high altitude interception on base defense.",
_wikipedia = "Messerschmitt Me 163 Komet",
_buildable = false,
_improvements = false,
}