• 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/Enemy/Heavy Cruiser Summer Princess"

From Kancolle Wiki
Jump to navigation Jump to search
m (14 revisions imported)
(No difference)

Revision as of 13:56, 12 May 2021

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 = 1705,
		_id = 1705,
		_japanese_name = "重巡夏姫",
		_reading = "じゅうじゅんなつき",
		_type = 5,
		_hp = 400,
		_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},
		    -- https://bbs.nga.cn/read.php?pid=296506957
		},
	},
	["II"] = {
		_name = "Heavy Cruiser Summer Princess",
		_suffix = "II",
		_rarity = 8,
		_back = -11,
		_api_id = 1706,
		_id = 1706,
		_japanese_name = "重巡夏姫",
		_reading = "じゅうじゅんなつき",
		_cg_reference = "/",
		_battle_card_reference = "/",
		_type = 5,
		_hp = 450,
		_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 = 1707,
		_id = 1707,
		_japanese_name = "重巡夏姫",
		_reading = "じゅうじゅんなつき",
		_cg_reference = "/",
		_battle_card_reference = "/",
		_type = 5,
		_hp = 550,
		_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
		},
	},
}
 
return Heavy_Cruiser_Summer_Princess