Difference between revisions of "Module:Data/Equipment/Submarine 53cm Bow Torpedo Mount (8 tubes)"
< Module:Data | Equipment
com>Ckwng |
Jigaraphale (talk | contribs) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | return { | |
− | + | _name = "Submarine 53cm Bow Torpedo Mount (8 tubes)", | |
− | + | _id = 95, | |
− | + | _japanese_name = "潜水艦53cm艦首魚雷(8門)", | |
− | + | _reading = "せんすいかん53せんちかんしゅぎょらい(はちもん)", | |
− | + | _type = 32, | |
− | + | _icon = 5, | |
− | + | _types = {2, 3, 32, 5, 0}, | |
− | + | _rarity = 2, | |
− | + | _firepower = false, | |
− | + | _bombing = false, | |
− | + | _torpedo = 16, | |
− | + | _aa = false, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = 3, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = 1, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 2, | |
− | + | _scrap_ammo = 4, | |
− | + | _scrap_steel = 2, | |
− | + | _scrap_bauxite = false, | |
− | + | _version = 2, | |
− | + | _info = "伊号潜水艦の艦首に装備する潜水艦専用兵装です。<br>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷発射管艦首8門です。<br>高い魚雷火力を潜水艦に付与します。", | |
− | + | _info_en = "This is a submarine-only weapon to equip along the bow of submarines.<br>Slightly smaller in diameter than those to be mounted on surface ships, the oxygen torpedo tubes ship pack 8 tubes of deadly, long-range high-accuracy oxygen torpedoes.<br>It will add a high torpedo firepower to submarines.", | |
+ | _wikipedia = "Type 95 torpedo", | ||
+ | _buildable = false, | ||
+ | _improvements = true, | ||
} | } | ||
− | |||
− |
Latest revision as of 16:28, 5 May 2024
Documentation for this module may be created at Module:Data/Equipment/Submarine 53cm Bow Torpedo Mount (8 tubes)/doc
return {
_name = "Submarine 53cm Bow Torpedo Mount (8 tubes)",
_id = 95,
_japanese_name = "潜水艦53cm艦首魚雷(8門)",
_reading = "せんすいかん53せんちかんしゅぎょらい(はちもん)",
_type = 32,
_icon = 5,
_types = {2, 3, 32, 5, 0},
_rarity = 2,
_firepower = false,
_bombing = false,
_torpedo = 16,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = 3,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 4,
_scrap_steel = 2,
_scrap_bauxite = false,
_version = 2,
_info = "伊号潜水艦の艦首に装備する潜水艦専用兵装です。<br>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷発射管艦首8門です。<br>高い魚雷火力を潜水艦に付与します。",
_info_en = "This is a submarine-only weapon to equip along the bow of submarines.<br>Slightly smaller in diameter than those to be mounted on surface ships, the oxygen torpedo tubes ship pack 8 tubes of deadly, long-range high-accuracy oxygen torpedoes.<br>It will add a high torpedo firepower to submarines.",
_wikipedia = "Type 95 torpedo",
_buildable = false,
_improvements = true,
}