- 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 53cm Bow Torpedo Mount (8 tubes)"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (1 revision imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "Late Model 53cm Bow Torpedo Mount (8 tubes)", | _name = "Late Model 53cm Bow Torpedo Mount (8 tubes)", | ||
Line 6: | Line 4: | ||
_japanese_name = "後期型53cm艦首魚雷(8門)", | _japanese_name = "後期型53cm艦首魚雷(8門)", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 32, | + | _type = 32, |
_icon = 5, | _icon = 5, | ||
+ | _types = {2, 3, 32, 5, 0}, | ||
_rarity = 4, | _rarity = 4, | ||
_firepower = false, | _firepower = false, | ||
Line 22: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = 1, | _range = 1, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = 3, | _scrap_fuel = 3, | ||
Line 29: | Line 26: | ||
_scrap_steel = 3, | _scrap_steel = 3, | ||
_scrap_bauxite = 1, | _scrap_bauxite = 1, | ||
+ | _info = "後期生産型の伊号潜水艦艦首に装備する潜水艦専用兵装の改良<br>後期型です。水上艦艇に搭載するものよりやや直径の小さい長<br>射程高威力を誇る必殺の潜水艦搭載酸素魚雷。その無気泡発射<br>管改良後期型を潜水艦の艦首に8門集中した本兵装は、圧倒的<br>な雷撃攻撃力を潜水艦に付与します。", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
} | } |
Revision as of 13:00, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Late Model 53cm Bow Torpedo Mount (8 tubes)/doc
return {
_name = "Late Model 53cm Bow Torpedo Mount (8 tubes)",
_id = 383,
_japanese_name = "後期型53cm艦首魚雷(8門)",
_reading = nil,
_type = 32,
_icon = 5,
_types = {2, 3, 32, 5, 0},
_rarity = 4,
_firepower = false,
_bombing = false,
_torpedo = 19,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = 3,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = 3,
_scrap_ammo = 4,
_scrap_steel = 3,
_scrap_bauxite = 1,
_info = "後期生産型の伊号潜水艦艦首に装備する潜水艦専用兵装の改良<br>後期型です。水上艦艇に搭載するものよりやや直径の小さい長<br>射程高威力を誇る必殺の潜水艦搭載酸素魚雷。その無気泡発射<br>管改良後期型を潜水艦の艦首に8門集中した本兵装は、圧倒的<br>な雷撃攻撃力を潜水艦に付与します。",
_buildable = false,
_improvements = false,
}