• 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 53cm Bow Torpedo Mount (8 tubes)"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
com>Segou
m (Migration)
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local Submarine_53cm_Bow_Torpedo_Mount_8_tubes = {
+
return {
 
_name = "Submarine 53cm Bow Torpedo Mount (8 tubes)",
 
_name = "Submarine 53cm Bow Torpedo Mount (8 tubes)",
 
_page = false,
 
_page = false,
Line 29: Line 29:
 
_scrap_steel = 2,
 
_scrap_steel = 2,
 
_scrap_bauxite = false,
 
_scrap_bauxite = false,
 +
_info = "伊号潜水艦の艦首に装備する潜水艦専用兵装です。<br/>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷発射管艦首8門です。高い魚雷火力を潜水艦に付与します。",
 +
_wikipedia = "Type 95 torpedo",
 
_buildable = false,
 
_buildable = false,
_upgradable = false,
 
 
}
 
}
 
return Submarine_53cm_Bow_Torpedo_Mount_8_tubes
 

Revision as of 12:50, 3 November 2018

Documentation for this module may be created at Module:Data/Equipment/Submarine 53cm Bow Torpedo Mount (8 tubes)/doc

--Categories:
--[[Category:Equipment modules]]

return {
	_name = "Submarine 53cm Bow Torpedo Mount (8 tubes)",
	_page = false,
	_id = 95,
	_japanese_name = "潜水艦53cm艦首魚雷(8門)",
	_reading = "せんすいかん53せんちかんしゅぎょらい(はちもん)",
	_type = 32,
	_icon = 5,
	_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,
	_info = "伊号潜水艦の艦首に装備する潜水艦専用兵装です。<br/>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷発射管艦首8門です。高い魚雷火力を潜水艦に付与します。",
	_wikipedia = "Type 95 torpedo",
	_buildable = false,
}