- 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/Late Model Submarine Radar & Passive Radiolocator"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (3 revisions imported) |
Jigaraphale (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "Late Model Submarine Radar & Passive Radiolocator", | _name = "Late Model Submarine Radar & Passive Radiolocator", | ||
Line 6: | Line 4: | ||
_japanese_name = "後期型潜水艦搭載電探&逆探", | _japanese_name = "後期型潜水艦搭載電探&逆探", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 51, | + | _type = 51, |
_icon = 42, | _icon = 42, | ||
+ | _types = {24, 42, 51, 42, 0}, | ||
_rarity = 5, | _rarity = 5, | ||
_firepower = 2, | _firepower = 2, | ||
Line 22: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = false, | _scrap_fuel = false, | ||
Line 29: | Line 26: | ||
_scrap_steel = 14, | _scrap_steel = 14, | ||
_scrap_bauxite = 19, | _scrap_bauxite = 19, | ||
+ | _info = "後期型潜水艦に搭載する、索敵及び水上偵察用装備です。<br>艦橋上部に集中装備する多数の優れた水防式望遠鏡と運用実績によって改修された水上電探及び対空電探群、さらに実用性の高い逆探によって脅威や目標の早期発見に努め、潜水艦の生残性と攻撃力の向上を図ります。", | ||
+ | _info_en = "An equipment mounted on late-war submarines to search for the enemy and reconnoiter the surface.<br>A number of excellent waterproof periscopes and improved versions of the proven surface and anti-air radars have been mounted close together atop the bridge, along with a useful radiolocator, it should allow a submarine to detect threats and targets early to improve survivability and attack success.", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
} | } |
Latest revision as of 17:51, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Late Model Submarine Radar & Passive Radiolocator/doc
return {
_name = "Late Model Submarine Radar & Passive Radiolocator",
_id = 384,
_japanese_name = "後期型潜水艦搭載電探&逆探",
_reading = nil,
_type = 51,
_icon = 42,
_types = {24, 42, 51, 42, 0},
_rarity = 5,
_firepower = 2,
_bombing = false,
_torpedo = 4,
_aa = false,
_armor = 1,
_asw = false,
_shelling_accuracy = 4,
_torpedo_accuracy = false,
_evasion = 13,
_los = 7,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = false,
_scrap_ammo = false,
_scrap_steel = 14,
_scrap_bauxite = 19,
_info = "後期型潜水艦に搭載する、索敵及び水上偵察用装備です。<br>艦橋上部に集中装備する多数の優れた水防式望遠鏡と運用実績によって改修された水上電探及び対空電探群、さらに実用性の高い逆探によって脅威や目標の早期発見に努め、潜水艦の生残性と攻撃力の向上を図ります。",
_info_en = "An equipment mounted on late-war submarines to search for the enemy and reconnoiter the surface.<br>A number of excellent waterproof periscopes and improved versions of the proven surface and anti-air radars have been mounted close together atop the bridge, along with a useful radiolocator, it should allow a submarine to detect threats and targets early to improve survivability and attack success.",
_buildable = false,
_improvements = false,
}