- 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 Bow Torpedo Mount (4 tubes)"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "return { _name = "Late Model Bow Torpedo Mount (4 tubes)", _id = 457, _japanese_name = "後期型艦首魚雷(4門)", _reading = nil, _type = 32, -- 2,3,32,5,0 _ic...") |
(GitHub Action) |
||
Line 4: | Line 4: | ||
_japanese_name = "後期型艦首魚雷(4門)", | _japanese_name = "後期型艦首魚雷(4門)", | ||
_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 20: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = 1, | _range = 1, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = 2, | _scrap_fuel = 2, | ||
Line 27: | Line 26: | ||
_scrap_steel = 2, | _scrap_steel = 2, | ||
_scrap_bauxite = 2, | _scrap_bauxite = 2, | ||
+ | _info = "伊号潜水艦の艦首に装備する、潜水艦専用魚雷兵装の改良後期<br>型です。<br>水上艦艇に搭載するものよりやや直径の小さい長射程高威力を<br>誇る必殺の酸素魚雷、その無気泡発射管の改良後期型艦首4門<br>です。高速迎撃型伊号の潜高型に装備され、門数は少ないもの<br>の、優位な射点から必殺の魚雷を放ちます。", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = true, | |
} | } |
Revision as of 12:38, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Late Model Bow Torpedo Mount (4 tubes)/doc
return {
_name = "Late Model Bow Torpedo Mount (4 tubes)",
_id = 457,
_japanese_name = "後期型艦首魚雷(4門)",
_reading = nil,
_type = 32,
_icon = 5,
_types = {2, 3, 32, 5, 0},
_rarity = 4,
_firepower = false,
_bombing = false,
_torpedo = 12,
_aa = false,
_armor = 1,
_asw = false,
_shelling_accuracy = 3,
_torpedo_accuracy = false,
_evasion = 3,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = 2,
_scrap_bauxite = 2,
_info = "伊号潜水艦の艦首に装備する、潜水艦専用魚雷兵装の改良後期<br>型です。<br>水上艦艇に搭載するものよりやや直径の小さい長射程高威力を<br>誇る必殺の酸素魚雷、その無気泡発射管の改良後期型艦首4門<br>です。高速迎撃型伊号の潜高型に装備され、門数は少ないもの<br>の、優位な射点から必殺の魚雷を放ちます。",
_buildable = false,
_improvements = true,
}