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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 4: Line 4:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -12,
 
_back = -12,
 +
_api_id = 586,
 
_id = 586,
 
_id = 586,
_battle_card = "586_Card.jpg",
 
 
_japanese_name = "空母棲姫",
 
_japanese_name = "空母棲姫",
 
_reading = "くうぼせいき",
 
_reading = "くうぼせいき",
Line 20: Line 20:
 
_range = 3,
 
_range = 3,
 
_luck = 70,
 
_luck = 70,
_as_rating = 106,
 
 
_equipment = {
 
_equipment = {
 
    {equipment = "Abyssal Cat Fighter", size = 60},
 
    {equipment = "Abyssal Cat Fighter", size = 60},

Revision as of 19:31, 19 May 2015

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

local Aircraft_Carrier_Princess = {
	[""] = {
		_name = "Aircraft Carrier Princess",
		_rarity = 0,
		_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,
		_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},
		},
	},
}
 
return Aircraft_Carrier_Princess