• 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/Light Cruiser Princess

From Kancolle Wiki
< Module:Data
Revision as of 18:17, 19 November 2015 by com>Battlecruiser (correction)
Jump to navigation Jump to search

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

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

local Light_Cruiser_Princess = {
	[""] = {
		_name = "Light Cruiser Princess",
		_rarity = 8,
		_back = -11,
		_api_id = 641,
		_id = 641,
		_japanese_name = "軽巡棲姫",
		_reading = "けいじゅんせいき",
		_type = 3,
		_hp = 230,
		_firepower = 64,
		_armor = 145,
		_torpedo = 93,
		_evasion = nil,
		_aa = 50,
		_asw = nil,
		_speed = 10,
		_los = nil,
		_range = 2,
		_luck = nil,
		_equipment = {
		    {equipment = "6inch Single Gun Mount", size = nil},
		    {equipment = "6inch Single Gun Mount", size = nil},
		    {equipment = "High-speed Abyssal Torpedo", size = nil},
		    {equipment = "Abyssal Searchlight", size = nil},
		},
	},
	["II"] = {
		_name = "Light Cruiser Princess",
		_suffix = "II",
		_rarity = 8,
		_back = -11,
		_api_id = 642,
		_id = 642,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "軽巡棲姫",
		_reading = "けいじゅんせいき",
		_type = 3,
		_hp = 290,
		_firepower = 74,
		_armor = 175,
		_torpedo = 96,
		_evasion = nil,
		_aa = 55,
		_asw = nil,
		_speed = 10,
		_los = nil,
		_range = 2,
		_luck = nil,
		_equipment = {
		    {equipment = "6inch Single Gun Mount", size = nil},
		    {equipment = "6inch Single Gun Mount", size = nil},
		    {equipment = "High-speed Abyssal Torpedo", size = nil},
		    {equipment = "Abyssal Searchlight", size = nil},
		},
	},
	["III"] = {
		_name = "Light Cruiser Princess",
		_suffix = "III",
		_rarity = 8,
		_back = -11,
		_api_id = 643,
		_id = 643,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "軽巡棲姫",
		_reading = "けいじゅんせいき",
		_type = 3,
		_hp = 330,
		_firepower = 79,
		_armor = 185,
		_torpedo = 99,
		_evasion = nil,
		_aa = 55,
		_asw = nil,
		_speed = 10,
		_los = nil,
		_range = 2,
		_luck = nil,
		_equipment = {
		    {equipment = "6inch Single Gun Mount", size = nil},
		    {equipment = "6inch Single Gun Mount", size = nil},
		    {equipment = "High-speed Abyssal Torpedo", size = nil},
		    {equipment = "Abyssal Searchlight", size = nil},
		},
	},
}
 
return Light_Cruiser_Princess