• 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/Aircraft Carrier Princess

From Kancolle Wiki
< Module:Data
Revision as of 11:32, 6 April 2016 by com>Battlecruiser ((II)'s AA equals to (I)'s (may all stats))
Jump to navigation Jump to search

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

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

local Aircraft_Carrier_Princess = {
	[""] = {
		_name = "Aircraft Carrier Princess",
		_rarity = 8,
		_back = -12,
		_api_id = 586,
		_id = 586,
		_japanese_name = "空母棲姫",
		_reading = "くうぼせいき",
		_type = 11,
		_hp = 350,
		_firepower = 180,
		_armor = 150,
		_torpedo = 0,
		_evasion = 53,
		_aa = 130,
		_asw = 0,
		_speed = 10,
		_los = 130,
		_range = 3,
		_luck = 70,
		_night_bombing = true,
		_equipment = {
		    {equipment = "Abyssal Cat Fighter", size = 60},
		    {equipment = "Abyssal Hell Dive Bomber", size = 52},
		    {equipment = "Abyssal Revenge Torpedo Bomber", size = 56},
		    {equipment = "Abyssal Air Radar", size = 0},
		},
	},
	["Strong"] = "/II",
	["II"] = {
		_name = "Aircraft Carrier Princess",
		_suffix = "II",
		_display_suffix = "II (Strong)",
		_rarity = 8,
		_back = -12,
		_api_id = 620,
		_id = 620,
		_battle_card_reference = "/",
		_battle_card_layers = {"hell_kai_r1", "revenge_kai_r2"},
		_cg_reference = "/",
		_japanese_name = "空母棲姫",
		_reading = "くうぼせいき",
		_type = 11,
		_hp = 350,
		_firepower = 180,
		_armor = 150,
		_torpedo = 0,
		_evasion = nil,
		_aa = 130,
		_asw = 0,
		_speed = 10,
		_los = nil,
		_range = 3,
		_luck = 70,
		_night_bombing = true,
		_equipment = {
		    {equipment = "Abyssal Cat Fighter Kai", size = 60, estimation = true},
		    {equipment = "Abyssal Hell Dive Bomber Kai", size = 52, estimation = true},
		    {equipment = "Abyssal Revenge Torpedo Bomber Kai", size = 56, estimation = true},
		    {equipment = "Abyssal Air Radar", size = 0},
		},
	},
}
 
return Aircraft_Carrier_Princess