KanColle Wiki
Advertisement

Documentation for this module may be created at Module:Data/Enemy/Heavy Cruiser Summer Princess/doc

--Categories:
--[[Category: Enemy boss ship modules]]

local Heavy_Cruiser_Summer_Princess = {
	[""] = {
		_name = "Heavy Cruiser Summer Princess",
		_rarity = 8,
		_back = -11,
		_api_id = 705,
		_id = 705,
		_japanese_name = "重巡夏姫",
		_reading = "じゅうじゅんなつき",
		_type = 5,
		_hp = 370,
		_firepower = 110,
		_armor = 139,
		_torpedo = 74,
		_evasion = nil,
		_aa = 72,
		_asw = 0,
		_speed = 10,
		_los = nil,
		_range = 3,
		_luck = nil,
		_equipment = {
		    {equipment = "8inch Long Range Twin Gun Mount", size = 0, estimation = true},
		    {equipment = "8inch Long Range Twin Gun Mount", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
		    {equipment = "Abyssal Reconnaissance Observation Seaplane", size = 4, estimation = true},
		},
	},
	["II"] = {
		_name = "Heavy Cruiser Summer Princess",
		_suffix = "II",
		_rarity = 8,
		_back = -11,
		_api_id = 706,
		_id = 706,
		_japanese_name = "重巡夏姫",
		_reading = "じゅうじゅんなつき",
		_cg_reference = "/",
		_battle_card_reference = "/",
		_type = 5,
		_hp = 430,
		_firepower = 140,
		_armor = 169,
		_torpedo = 82,
		_evasion = nil,
		_aa = 79,
		_asw = 0,
		_speed = 10,
		_los = nil,
		_range = 3,
		_luck = nil,
		_equipment = {
		    {equipment = "8inch Long Range Twin Gun Mount", size = 0, estimation = true},
		    {equipment = "8inch Long Range Twin Gun Mount", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
		    {equipment = "Abyssal Reconnaissance Observation Seaplane", size = 4},
		    -- https://bbs.nga.cn/read.php?pid=296506957
		},
	},
	["III"] = {
		_name = "Heavy Cruiser Summer Princess",
		_suffix = "III",
		_rarity = 8,
		_back = -11,
		_api_id = 707,
		_id = 707,
		_japanese_name = "重巡夏姫",
		_reading = "じゅうじゅんなつき",
		_cg_reference = "/",
		_battle_card_reference = "/",
		_type = 5,
		_hp = 490,
		_firepower = 170,
		_armor = 189,
		_torpedo = 90,
		_evasion = nil,
		_aa = 86,
		_asw = 0,
		_speed = 10,
		_los = nil,
		_range = 3,
		_luck = nil,
		_equipment = {
		    {equipment = "8inch Long Range Twin Gun Mount", size = 0, estimation = true},
		    {equipment = "8inch Long Range Twin Gun Mount", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
		    {equipment = "Abyssal Reconnaissance Observation Seaplane", size = 4},
		    -- https:://twitter.com/buntan_oic/status/766914884311273472
		},
	},
	["Unknown"] = {
		_name = "Heavy Cruiser Summer Princess",
		_display_suffix = "Unknown",
		_rarity = 8,
		_back = -11,
		_japanese_name = "重巡夏姫",
		_reading = "じゅうじゅんなつき",
		_cg_reference = "/",
		_battle_card_reference = "/",
		_type = 5,
	},
}
 
return Heavy_Cruiser_Summer_Princess
Advertisement