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

From Kancolle Wiki
Jump to navigation Jump to search
com>Battlecruiser
m (I & II's air powers are estimations)
m (16 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
         _rarity = 8,
 
         _rarity = 8,
 
         _back = -11,
 
         _back = -11,
         _api_id = 722,
+
         _api_id = 1722,
 
         _id = 1722,
 
         _id = 1722,
 
         _can_debuff = true,
 
         _can_debuff = true,
Line 37: Line 37:
 
         _rarity = 8,
 
         _rarity = 8,
 
         _back = -11,
 
         _back = -11,
         _api_id = 723,
+
         _api_id = 1723,
 
         _id = 1723,
 
         _id = 1723,
 
         _battle_card_reference = "/",
 
         _battle_card_reference = "/",
Line 71: Line 71:
 
         _rarity = 8,
 
         _rarity = 8,
 
         _back = -11,
 
         _back = -11,
         _api_id = 724,
+
         _api_id = 1724,
 
         _id = 1724,
 
         _id = 1724,
 
         _battle_card_reference = "/",
 
         _battle_card_reference = "/",

Latest revision as of 13:56, 12 May 2021

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

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

return {
    [""] = {
        _name = "Escort Princess",
        _rarity = 8,
        _back = -11,
        _api_id = 1722,
        _id = 1722,
        _can_debuff = true,
        _japanese_name = "護衛棲姫",
        _reading = "ごえいせいき",
        _type = 7,
        _hp = 400,
        _firepower = 90,
        _armor = 163,
        _torpedo = 0,
        _evasion = nil,
        _aa = 70,
        _asw = nil,
        _speed = 5,
        _los = nil,
        _range = 4,
        _luck = nil,
        _air_power_estimation = true,
        _equipment = {
            {equipment = "Abyssal Patrolling Attack Hawk Kai", size = 14, estimation = true},
            {equipment = "Abyssal Patrolling Attack Hawk Kai", size = 14, estimation = true},
            {equipment = "Abyssal Fighter Mark.II", size = 14, estimation = true},
            {equipment = "Abyssal Fighter Mark.II", size = 14, estimation = true},
        },
    },
    ["II"] = {
        _name = "Escort Princess",
        _suffix = "II",
        _rarity = 8,
        _back = -11,
        _api_id = 1723,
        _id = 1723,
        _battle_card_reference = "/",
        _cg_reference = "/",
        _can_debuff = true,
        _battle_card_damaged_reference = "/",
		_cg_damaged_reference = "/",
        _japanese_name = "護衛棲姫",
        _reading = "ごえいせいき",
        _type = 7,
        _hp = 440,
        _firepower = 120,
        _armor = 173,
        _torpedo = 0,
        _evasion = nil,
        _aa = 80,
        _asw = nil,
        _speed = 5,
        _los = nil,
        _range = 4,
        _luck = nil,
        _air_power_estimation = true,
        _equipment = {
            {equipment = "Abyssal Patrolling Attack Hawk Kai", size = 23, estimation = true},
            {equipment = "Abyssal Patrolling Attack Hawk Kai", size = 23, estimation = true},
            {equipment = "Abyssal Fighter Mark.II", size = 25, estimation = true},
            {equipment = "Abyssal Fighter Mark.II", size = 25, estimation = true},
        },
    },
    ["III"] = {
        _name = "Escort Princess",
        _suffix = "III",
        _rarity = 8,
        _back = -11,
        _api_id = 1724,
        _id = 1724,
        _battle_card_reference = "/",
        _cg_reference = "/",
        _can_debuff = true,
        _battle_card_damaged_reference = "/",
		_cg_damaged_reference = "/",
        _japanese_name = "護衛棲姫",
        _reading = "ごえいせいき",
        _type = 7,
        _hp = 480,
        _firepower = 150,
        _armor = 193,
        _torpedo = 0,
        _evasion = nil,
        _aa = 90,
        _asw = nil,
        _speed = 5,
        _los = nil,
        _range = 4,
        _luck = nil,
        _equipment = {
            {equipment = "Abyssal Patrolling Attack Hawk Kai", size = 32, estimation = true},
            {equipment = "Abyssal Patrolling Attack Hawk Kai", size = 32, estimation = true},
            {equipment = "Abyssal Fighter Mark.II", size = 36, estimation = true},
            {equipment = "Abyssal Fighter Mark.II", size = 36, estimation = true},
        },
    },
}