- 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/Submarine 4-tube Stern Torpedo Launcher (Initial Model)"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "return { _name = "Submarine 4-tube Stern Torpedo Launcher (Initial Model)", _id = 442, _japanese_name = "潜水艦後部魚雷発射管4門(初期型)", _reading = nil...") |
Jigaraphale (talk | contribs) |
||
(4 intermediate revisions by 3 users not shown) | |||
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 = 2, | _rarity = 2, | ||
_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 = 3, | _scrap_steel = 3, | ||
_scrap_bauxite = 2, | _scrap_bauxite = 2, | ||
− | _buildable = | + | _info = "潜水艦の後部に設置する、魚雷兵装です。<br>4門の発射管を備え、艦首発射管とあわせて、より多くの魚雷で攻撃スタンバイに入ることが可能です。<br>魚雷の信頼性が向上した同後期型では、より強力な戦闘力を発揮することが可能です。", |
− | + | _info_en = "A torpedo weapon installed in a submarine's stern.<br>With 4 tubes, it allows the capability to launch a large spread when combined with the bow tubes.<br>The more reliable late-models have even greater combat capability.", | |
+ | _wikipedia = "Mark 14 torpedo", | ||
+ | _buildable = true, | ||
+ | _improvements = true, | ||
} | } |
Latest revision as of 21:08, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Submarine 4-tube Stern Torpedo Launcher (Initial Model)/doc
return {
_name = "Submarine 4-tube Stern Torpedo Launcher (Initial Model)",
_id = 442,
_japanese_name = "潜水艦後部魚雷発射管4門(初期型)",
_reading = nil,
_type = 32,
_icon = 5,
_types = {2, 3, 32, 5, 0},
_rarity = 2,
_firepower = false,
_bombing = false,
_torpedo = 6,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = 3,
_scrap_bauxite = 2,
_info = "潜水艦の後部に設置する、魚雷兵装です。<br>4門の発射管を備え、艦首発射管とあわせて、より多くの魚雷で攻撃スタンバイに入ることが可能です。<br>魚雷の信頼性が向上した同後期型では、より強力な戦闘力を発揮することが可能です。",
_info_en = "A torpedo weapon installed in a submarine's stern.<br>With 4 tubes, it allows the capability to launch a large spread when combined with the bow tubes.<br>The more reliable late-models have even greater combat capability.",
_wikipedia = "Mark 14 torpedo",
_buildable = true,
_improvements = true,
}