Changes

m
Update estimated slots
Line 1: Line 1: −
local Aircraft_Carrier_Princess = {
+
--Categories:
[""] = {
+
--[[Category: Enemy boss ship modules]]
_name = "Aircraft Carrier Princess",
+
 
_rarity = 0,
+
return {
_back = -12,
+
    [""] = {
_id = 586,
+
        _name = "Aircraft Carrier Princess",
_battle_card = "586_Card.jpg",
+
        _rarity = 8,
_japanese_name = "空母棲姫",
+
        _back = -11,
_reading = "くうぼせいき",
+
        _api_id = 1586,
_type = 11,
+
        _id = 1586,
_hp = 350,
+
        _japanese_name = "空母棲姫",
_firepower = 180,
+
        _reading = "くうぼせいき",
_armor = 150,
+
        _type = 11,
_torpedo = 0,
+
        _hp = 350,
_evasion = 53,
+
        _firepower = 180,
_aa = 130,
+
        _armor = 150,
_asw = 0,
+
        _torpedo = 0,
_speed = 10,
+
        _evasion = 53,
_los = 130,
+
        _aa = 130,
_range = 3,
+
        _asw = 0,
_luck = 70,
+
        _speed = 10,
_as_rating = 106,
+
        _los = 130,
_equipment = {
+
        _range = 3,
    {equipment = "Abyssal Cat Fighter", size = 60},
+
        _luck = 70,
    {equipment = "Abyssal Hell Dive Bomber", size = 52},
+
        _equipment = {
    {equipment = "Abyssal Revenge Torpedo Bomber", size = 56},
+
            {equipment = "Abyssal Cat Fighter", size = 60},
    {equipment = "Abyssal Air Radar", size = 0},
+
            {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 = -11,
 +
        _api_id = 1620,
 +
        _id = 1620,
 +
        _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 = 53, -- from Kan Colle Kai
 +
        _aa = 130,
 +
        _asw = 0,
 +
        _speed = 10,
 +
        _los = 130, -- from Kan Colle Kai
 +
        _range = 3,
 +
        _luck = 70, -- from Kan Colle Kai
 +
        _equipment = {
 +
            {equipment = "Abyssal Cat Fighter Kai", size = 60},
 +
            {equipment = "Abyssal Hell Dive Bomber Kai", size = 52},
 +
            {equipment = "Abyssal Revenge Torpedo Bomber Kai", size = 56},
 +
            {equipment = "Abyssal Air Radar", size = 0},
 +
        },
 +
    },
 +
    ["III"] = {
 +
        _name = "Aircraft Carrier Princess",
 +
        _suffix = "III",
 +
        _rarity = 8,
 +
        _back = -11,
 +
        _api_id = 1781,
 +
        _id = 1781,
 +
        _battle_card_reference = "/",
 +
        _battle_card_layers = {"hell_kai_r1", "revenge_night_r2"},
 +
        _cg_reference = "/",
 +
        _japanese_name = "空母棲姫",
 +
        _reading = "くうぼせいき",
 +
        _type = 11,
 +
        _hp = 350,
 +
        _firepower = 180,
 +
        _armor = 180,
 +
        _torpedo = 0,
 +
        _evasion = nil,
 +
        _aa = 130,
 +
        _asw = 0,
 +
        _speed = 10,
 +
        _los = nil,
 +
        _range = 3,
 +
        _luck = nil,
 +
        -- _air_power = 154, temporary/estimation https://twitter.com/syoukuretin/status/964628378224533504
 +
        _equipment = {
 +
            {equipment = "Abyssal Night Cat Fighter", 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 Night Revenge Torpedo Bomber", size = 30, estimation = true},
 +
        },
 +
        _air_power_estimation = true,
 +
    },
 +
    ["IV"] = {
 +
        _name = "Aircraft Carrier Princess",
 +
        _suffix = "IV",
 +
        _rarity = 8,
 +
        _back = -11,
 +
        _api_id = 1782,
 +
        _id = 1782,
 +
        _battle_card_reference = "/",
 +
        _battle_card_layers = {"cat_night_r1", "revenge_night_r2"},
 +
        _cg_reference = "/",
 +
        _japanese_name = "空母棲姫",
 +
        _reading = "くうぼせいき",
 +
        _type = 11,
 +
        _hp = 350,
 +
        _firepower = 198,
 +
        _armor = 220,
 +
        _torpedo = 0,
 +
        _evasion = nil,
 +
        _aa = 160,
 +
        _asw = 0,
 +
        _speed = 10,
 +
        _los = nil,
 +
        _range = 3,
 +
        _luck = nil,
 +
        _equipment = {
 +
            {equipment = "Abyssal Night Cat Fighter", size = 60},
 +
            {equipment = "Abyssal Hell Dive Bomber Kai", size = 52, estimation = true},
 +
            {equipment = "Abyssal Revenge Torpedo Bomber Kai", size = 56, estimation = true},
 +
            {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 30, estimation = true},
 +
        }, -- https://twitter.com/syoukuretin/status/964955755953573888
 +
    },
 +
  ["Kai"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "Kai",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 1906,
 +
    _id = 1906,
 +
    _japanese_name = "空母棲姫改",
 +
    _reading = "くうぼせいきかい",
 +
    _type = 11,
 +
    _hp = 500,
 +
    _firepower = 198,
 +
    _armor = 220,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 160,
 +
    _asw = 0,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 56},
 +
      {equipment = "Abyssal Hell Dive Bomber Kai", size = 52, estimation = true},
 +
      {equipment = "Abyssal Revenge Torpedo Bomber Kai", size = 48, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 30, estimation = true},
 +
    }, -- https://twitter.com/donpafu/status/1205011094109970435
 +
  },
 +
  ["Kai II"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "Kai II",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 1907,
 +
    _id = 1907,
 +
    _battle_card_reference = "/Kai",
 +
    _cg_reference = "/Kai",
 +
    _japanese_name = "空母棲姫改",
 +
    _reading = "くうぼせいきかい",
 +
    _type = 11,
 +
    _hp = 550,
 +
    _firepower = 208,
 +
    _armor = 240,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 180,
 +
    _asw = 0,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 58},
 +
      {equipment = "Abyssal Night Dive Bomber", size = 52, estimation = true},
 +
      {equipment = "Abyssal Revenge Torpedo Bomber Kai", size = 50, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 30, estimation = true},
 +
    }, -- https://twitter.com/donpafu/status/1205011137953009664
 +
  },
 +
  ["Kai III"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "Kai III",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 1908,
 +
    _id = 1908,
 +
    _battle_card_reference = "/Kai",
 +
    _cg_reference = "/Kai",
 +
    _japanese_name = "空母棲姫改",
 +
    _reading = "くうぼせいきかい",
 +
    _type = 11,
 +
    _hp = 600,
 +
    _firepower = 228,
 +
    _armor = 270,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 200,
 +
    _asw = 0,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 60}, -- https://twitter.com/syoukuretin/status/1204473157421170688
 +
      {equipment = "Abyssal Night Dive Bomber", size = 52, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 56, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 30, estimation = true},
 +
    }, -- https://twitter.com/syoukuretin/status/1203325602465320960
 +
    -- _air_power = 197, https://twitter.com/syoukuretin/status/1204496156853538816
 +
  },
 +
  ["Kai IV"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "Kai IV",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 1997,
 +
    _id = 1997,
 +
    _battle_card_reference = "/Kai",
 +
    _cg_reference = "/Kai",
 +
    _japanese_name = "空母棲姫改",
 +
    _reading = "くうぼせいきかい",
 +
    _type = 11,
 +
    _hp = 500,
 +
    _firepower = 168,
 +
    _armor = 150,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 130,
 +
    _asw = nil,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 48, estimation = true},
 +
      {equipment = "Abyssal Hell Dive Bomber Kai", size = 36, estimation = true},
 +
      {equipment = "Abyssal Revenge Torpedo Bomber Kai", size = 35, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 35, estimation = true},
 +
    },
 +
    _air_power_estimation = true,
 +
  },
 +
  ["B"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "B",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 2105,
 +
    _id = 2105,
 +
    _japanese_name = "空母棲姫II",
 +
    _reading = "くうぼせいきツー",
 +
    _type = 11,
 +
    _hp = 600,
 +
    _firepower = 168,
 +
    _armor = 158,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 130,
 +
    _asw = nil,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 36, estimation = false},
 +
      {equipment = "Abyssal Patrolling Attack Hawk", size = 30, estimation = true},
 +
      {equipment = "Abyssal Night Dive Bomber", size = 36, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 24, estimation = true},
 +
    },
 +
  },
 +
  ["B II"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "B II",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 2106,
 +
    _id = 2106,
 +
    _battle_card_reference = "/B",
 +
    _cg_reference = "/B",
 +
    _japanese_name = "空母棲姫II",
 +
    _reading = "くうぼせいきツー",
 +
    _type = 11,
 +
    _hp = 600,
 +
    _firepower = 198,
 +
    _armor = 228,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 160,
 +
    _asw = nil,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 48, estimation = false},
 +
      {equipment = "Abyssal Patrolling Attack Hawk", size = 36, estimation = true},
 +
      {equipment = "Abyssal Night Dive Bomber", size = 48, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 36, estimation = true},
 +
    },
 +
  },
 +
  ["B III"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "B III",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 2107,
 +
    _id = 2107,
 +
    _battle_card_reference = "/B",
 +
    _cg_reference = "/B",
 +
    _japanese_name = "空母棲姫II",
 +
    _reading = "くうぼせいきツー",
 +
    _type = 11,
 +
    _hp = 720,
 +
    _firepower = 208,
 +
    _armor = 248,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 180,
 +
    _asw = nil,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 56, estimation = false},
 +
      {equipment = "Abyssal Patrolling Attack Hawk", size = 44, estimation = true},
 +
      {equipment = "Abyssal Night Dive Bomber", size = 48, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 40, estimation = true},
 +
    },
 +
  },
 +
  ["B IV"] = {
 +
    _name = "Aircraft Carrier Princess",
 +
    _suffix = "B IV",
 +
    _rarity = 8,
 +
    _back = -11,
 +
    _api_id = 2108,
 +
    _id = 2108,
 +
    _battle_card_reference = "/B",
 +
    _cg_reference = "/B",
 +
    _japanese_name = "空母棲姫II",
 +
    _reading = "くうぼせいきツー",
 +
    _type = 11,
 +
    _hp = 790,
 +
    _firepower = 228,
 +
    _armor = 288,
 +
    _torpedo = 0,
 +
    _evasion = nil,
 +
    _aa = 200,
 +
    _asw = nil,
 +
    _speed = 10,
 +
    _los = nil,
 +
    _range = 4,
 +
    _luck = nil,
 +
    _night_aviation_personnel = true,
 +
    _equipment = {
 +
      {equipment = "Abyssal Night Cat Fighter", size = 72, estimation = false},
 +
      {equipment = "Abyssal Patrolling Attack Hawk Kai", size = 52, estimation = true},
 +
      {equipment = "Abyssal Night Dive Bomber", size = 56, estimation = true},
 +
      {equipment = "Abyssal Night Revenge Torpedo Bomber", size = 36, estimation = true},
 +
    },
 +
  },
 
}
 
}
  −
return Aircraft_Carrier_Princess
 
312

edits