- 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/533mm Quintuple Torpedo Mount (Late Model)"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (3 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "533mm Quintuple Torpedo Mount (Late Model)", | _name = "533mm Quintuple Torpedo Mount (Late Model)", | ||
Line 6: | Line 4: | ||
_japanese_name = "533mm五連装魚雷(後期型)", | _japanese_name = "533mm五連装魚雷(後期型)", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 5, | + | _type = 5, |
_icon = 5, | _icon = 5, | ||
+ | _types = {2, 3, 5, 5, 0}, | ||
_rarity = 3, | _rarity = 3, | ||
_firepower = 1, | _firepower = 1, | ||
Line 22: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = 1, | _range = 1, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = 2, | _scrap_fuel = 2, | ||
Line 29: | Line 26: | ||
_scrap_steel = 2, | _scrap_steel = 2, | ||
_scrap_bauxite = 3, | _scrap_bauxite = 3, | ||
+ | _info = "米国で開発され、広く実戦配備された標準的な対水上艦用魚雷<br>兵装、その改良後期型です。<br>初期型では動作不良も多く安定性を欠いていましたが、改良更<br>新されたこの後期型には不具合も解消され、対水上艦戦闘時に<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/533mm Quintuple Torpedo Mount (Late Model)/doc
return {
_name = "533mm Quintuple Torpedo Mount (Late Model)",
_id = 376,
_japanese_name = "533mm五連装魚雷(後期型)",
_reading = nil,
_type = 5,
_icon = 5,
_types = {2, 3, 5, 5, 0},
_rarity = 3,
_firepower = 1,
_bombing = false,
_torpedo = 11,
_aa = false,
_armor = 1,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 4,
_scrap_steel = 2,
_scrap_bauxite = 3,
_info = "米国で開発され、広く実戦配備された標準的な対水上艦用魚雷<br>兵装、その改良後期型です。<br>初期型では動作不良も多く安定性を欠いていましたが、改良更<br>新されたこの後期型には不具合も解消され、対水上艦戦闘時に<br>おいて大きな力を発揮することが可能となりました。",
_buildable = false,
_improvements = false,
}