• 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>Battlecruiser
m ((II)'s AA equals to (I)'s (may all stats))
Line 2: Line 2:
 
--[[Category: Enemy boss ship modules]]
 
--[[Category: Enemy boss ship modules]]
  
local Aircraft_Carrier_Princess = {
+
return {
 
[""] = {
 
[""] = {
 
_name = "Aircraft Carrier Princess",
 
_name = "Aircraft Carrier Princess",
Line 35: Line 35:
 
_name = "Aircraft Carrier Princess",
 
_name = "Aircraft Carrier Princess",
 
_suffix = "II",
 
_suffix = "II",
_display_suffix = "II (Strong)",
+
-- _display_suffix = "II (Strong)",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -12,
 
_back = -12,
Line 65: Line 65:
 
},
 
},
 
},
 
},
 +
["III"] = {
 +
        _name = "Aircraft Carrier Princess",
 +
        _suffix = "III",
 +
        _rarity = nil,
 +
        _back = nil,
 +
        _api_id = 1781,
 +
        _id = 1781,
 +
        _japanese_name = "空母棲姫",
 +
        _reading = "くうぼせいき",
 +
        _type = 11,
 +
        _hp = nil,
 +
        _firepower = nil,
 +
        _armor = nil,
 +
        _torpedo = nil,
 +
        _evasion = nil,
 +
        _aa = nil,
 +
        _asw = nil,
 +
        _speed = 10,
 +
        _los = nil,
 +
        _range = nil,
 +
        _luck = nil,
 +
        _equipment = {
 +
            {equipment = nil, size = nil, estimation = true},
 +
            {equipment = nil, size = nil, estimation = true},
 +
            {equipment = nil, size = nil, estimation = true},
 +
            {equipment = nil, size = nil, estimation = true},
 +
        },
 +
    },
 +
    ["IV"] = {
 +
        _name = "Aircraft Carrier Princess",
 +
        _suffix = "IV",
 +
        _rarity = nil,
 +
        _back = nil,
 +
        _api_id = 1782,
 +
        _id = 1782,
 +
        _japanese_name = "空母棲姫",
 +
        _reading = "くうぼせいき",
 +
        _type = 11,
 +
        _hp = nil,
 +
        _firepower = nil,
 +
        _armor = nil,
 +
        _torpedo = nil,
 +
        _evasion = nil,
 +
        _aa = nil,
 +
        _asw = nil,
 +
        _speed = 10,
 +
        _los = nil,
 +
        _range = nil,
 +
        _luck = nil,
 +
        _equipment = {
 +
            {equipment = nil, size = nil, estimation = true},
 +
            {equipment = nil, size = nil, estimation = true},
 +
            {equipment = nil, size = nil, estimation = true},
 +
            {equipment = nil, size = nil, estimation = true},
 +
        },
 +
    },
 
}
 
}
 
return Aircraft_Carrier_Princess
 

Revision as of 22:25, 16 February 2018

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

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

return {
	[""] = {
		_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},
		},
	},
	["III"] = {
        _name = "Aircraft Carrier Princess",
        _suffix = "III",
        _rarity = nil,
        _back = nil,
        _api_id = 1781,
        _id = 1781,
        _japanese_name = "空母棲姫",
        _reading = "くうぼせいき",
        _type = 11,
        _hp = nil,
        _firepower = nil,
        _armor = nil,
        _torpedo = nil,
        _evasion = nil,
        _aa = nil,
        _asw = nil,
        _speed = 10,
        _los = nil,
        _range = nil,
        _luck = nil,
        _equipment = {
            {equipment = nil, size = nil, estimation = true},
            {equipment = nil, size = nil, estimation = true},
            {equipment = nil, size = nil, estimation = true},
            {equipment = nil, size = nil, estimation = true},
        },
    },
    ["IV"] = {
        _name = "Aircraft Carrier Princess",
        _suffix = "IV",
        _rarity = nil,
        _back = nil,
        _api_id = 1782,
        _id = 1782,
        _japanese_name = "空母棲姫",
        _reading = "くうぼせいき",
        _type = 11,
        _hp = nil,
        _firepower = nil,
        _armor = nil,
        _torpedo = nil,
        _evasion = nil,
        _aa = nil,
        _asw = nil,
        _speed = 10,
        _los = nil,
        _range = nil,
        _luck = nil,
        _equipment = {
            {equipment = nil, size = nil, estimation = true},
            {equipment = nil, size = nil, estimation = true},
            {equipment = nil, size = nil, estimation = true},
            {equipment = nil, size = nil, estimation = true},
        },
    },
}