- 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/Mosquito PR Mk.IV"
< Module:Data | Equipment
Jump to navigation
Jump to search
(GitHub Action) |
Jigaraphale (talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
return { | return { | ||
− | _name = | + | _name = "Mosquito PR Mk.IV", |
_id = 480, | _id = 480, | ||
_japanese_name = "Mosquito PR Mk.IV", | _japanese_name = "Mosquito PR Mk.IV", | ||
Line 23: | Line 23: | ||
_flight_cost = 13, | _flight_cost = 13, | ||
_flight_range = 9, | _flight_range = 9, | ||
+ | _special = false, | ||
_scrap_fuel = 10, | _scrap_fuel = 10, | ||
_scrap_ammo = false, | _scrap_ammo = false, | ||
_scrap_steel = false, | _scrap_steel = false, | ||
_scrap_bauxite = 5, | _scrap_bauxite = 5, | ||
+ | _info = "紅茶の国で開発、運用された傑作高速双発機です。<br>多くのパーツに木材を使用したユニークな機体で、レーダーに察知されにくく、現代とは違った形のステルス機的な存在でもあり、様々なバリエーションが開発されました。<br>現代でも評価される木製の驚異、高速かつ高性能な機体に偵察用カメラ機材を搭載した本機は、その偵察機バージョンです。", | ||
+ | _info_en = "A masterpiece high-speed twin-engined aircraft developed and deployed by the country of tea.<br>It is a unique aircraft with many components made from wood, making it difficult to detect on radar. It can be considered a stealth aircraft not quite like what we have in modern times. This aircraft has several variations developed.<br>This unit is the reconnaissance version equipped with a reconnaissance camera. The high-speed, high-performance wooden wonder is still renowned today.", | ||
+ | _wikipedia = "de Havilland Mosquito", | ||
_buildable = false, | _buildable = false, | ||
_improvements = false, | _improvements = false, | ||
} | } |
Latest revision as of 22:25, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Mosquito PR Mk.IV/doc
return {
_name = "Mosquito PR Mk.IV",
_id = 480,
_japanese_name = "Mosquito PR Mk.IV",
_reading = nil,
_type = 49,
_icon = 9,
_types = {25, 7, 49, 9, 51},
_rarity = 3,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = 2,
_asw = false,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = false,
_los = 9,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 13,
_flight_range = 9,
_special = false,
_scrap_fuel = 10,
_scrap_ammo = false,
_scrap_steel = false,
_scrap_bauxite = 5,
_info = "紅茶の国で開発、運用された傑作高速双発機です。<br>多くのパーツに木材を使用したユニークな機体で、レーダーに察知されにくく、現代とは違った形のステルス機的な存在でもあり、様々なバリエーションが開発されました。<br>現代でも評価される木製の驚異、高速かつ高性能な機体に偵察用カメラ機材を搭載した本機は、その偵察機バージョンです。",
_info_en = "A masterpiece high-speed twin-engined aircraft developed and deployed by the country of tea.<br>It is a unique aircraft with many components made from wood, making it difficult to detect on radar. It can be considered a stealth aircraft not quite like what we have in modern times. This aircraft has several variations developed.<br>This unit is the reconnaissance version equipped with a reconnaissance camera. The high-speed, high-performance wooden wonder is still renowned today.",
_wikipedia = "de Havilland Mosquito",
_buildable = false,
_improvements = false,
}