• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Enemy/Submarine Summer Princess

From Kancolle Wiki
< Module:Data
Revision as of 15:39, 22 June 2020 by がか (talk | contribs) (がか moved page Module:Submarine Summer Princess to Module:Data/Enemy/Submarine Summer Princess without leaving a redirect)
Jump to navigation Jump to search

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

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

local Submarine_Summer_Princess = {
	["Flagship"] = {
		_name = "Submarine Summer Princess",
		_suffix = "Flagship",
		_rarity = 8,
		_back = -11,
		_api_id = 1693,
		_id = 1693,
		_japanese_name = "潜水夏姫flagship",
		_reading = "せんすいなつきフラグシップ",
		_type = 13,
		_hp = 110,
		_firepower = 50,
		_armor = 38,
		_torpedo = 140,
		_evasion = nil,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = nil,
		_range = nil,
		_luck = nil,
		_equipment = {
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
		    {equipment = false, size = 0, estimation = true},
		},
	},
	["Flagship II"] = {
		_name = "Submarine Summer Princess",
		_suffix = "Flagship II",
		_rarity = 8,
		_back = -11,
		_api_id = 1694,
		_id = 1694,
		_japanese_name = "潜水夏姫flagship",
		_reading = "せんすいなつきフラグシップ",
		_cg_reference = "/Flagship",
		_battle_card_reference = "/Flagship",
		_type = 13,
		_hp = 140,
		_firepower = 70,
		_armor = 48,
		_torpedo = 155,
		_evasion = nil,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = nil,
		_range = nil,
		_luck = nil,
		_equipment = {
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
		},
	},
	["Flagship III"] = {
		_name = "Submarine Summer Princess",
		_suffix = "Flagship III",
		_rarity = 8,
		_back = -11,
		_api_id = 1695,
		_id = 1695,
		_japanese_name = "潜水夏姫flagship",
		_reading = "せんすいなつきフラグシップ",
		_cg_reference = "/Flagship",
		_battle_card_reference = "/Flagship",
		_type = 13,
		_hp = 180,
		_firepower = 90,
		_armor = 58,
		_torpedo = 170,
		_evasion = nil,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = nil,
		_range = nil,
		_luck = nil,
		_equipment = {
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		},
	},
}
 
return Submarine_Summer_Princess