• 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 Princess

From Kancolle Wiki
< Module:Data
Revision as of 21:56, 20 November 2015 by com>CptBrown (Used EO to find out more stats on the weakest version of the Submarine Princess, and keyed in the data here.)
Jump to navigation Jump to search

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

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

local Submarine_Princess = {
	[""] = {
		_name = "Submarine Princess",
		_rarity = 8,
		_back = -11,
		_api_id = 644,
		_id = 644,
		_japanese_name = "潜水棲姫",
		_reading = "せんすいせいき",
		_type = 13,
		_hp = 110,
		_firepower = 50,
		_armor = 53,
		_torpedo = 170,
		_evasion = nil,
		_aa = 0,
		_asw = nil,
		_speed = 5,
		_los = nil,
		_range = 1,
		_luck = nil,
		_equipment = {
		    {equipment = nil, size = nil},
		    {equipment = nil, size = nil},
		    {equipment = nil, size = nil},
		},
	},
	["II"] = {
		_name = "Submarine Princess",
		_suffix = "II",
		_rarity = 8,
		_back = -11,
		_api_id = 645,
		_id = 645,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "潜水棲姫",
		_reading = "せんすいせいき",
		_type = 13,
		_hp = 130,
		_firepower = 70,
		_armor = 73,
		_torpedo = 155,
		_evasion = nil,
		_aa = 0,
		_asw = nil,
		_speed = 5,
		_los = nil,
		_range = 1,
		_luck = nil,
		_equipment = {
		    {equipment = "Abyssal Cuttlefish Torpedo", size = 0},
		    {equipment = "High-speed Abyssal Torpedo", size = 0},
		    {equipment = "High-speed Abyssal Torpedo", size = 0},
		},
	},
	["III"] = {
		_name = "Submarine Princess",
		_suffix = "III",
		_rarity = 8,
		_back = -11,
		_api_id = 646,
		_id = 646,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "潜水棲姫",
		_reading = "せんすいせいき",
		_type = 13,
		_hp = 160,
		_firepower = 90,
		_armor = 93,
		_torpedo = 170,
		_evasion = nil,
		_aa = 0,
		_asw = nil,
		_speed = 5,
		_los = nil,
		_range = 1,
		_luck = nil,
		_equipment = {
		    {equipment = "Abyssal Cuttlefish Torpedo", size = 0},
		    {equipment = "Abyssal Cuttlefish Torpedo", size = 0},
		    {equipment = "High-speed Abyssal Torpedo", size = 0},
		},
	},
}
 
return Submarine_Princess