| Line 1: |
Line 1: |
| − | local Battleship_Princess = {
| + | --Categories: |
| | + | --[[Category: Enemy boss ship modules]] |
| | + | |
| | + | return { |
| | [""] = { | | [""] = { |
| | _name = "Battleship Princess", | | _name = "Battleship Princess", |
| − | _rarity = 0, | + | _rarity = 8, |
| | _back = -11, | | _back = -11, |
| − | _api_id = 557, | + | _api_id = 1557, |
| − | _id = 557, | + | _id = 1557, |
| | _japanese_name = "戦艦棲姫", | | _japanese_name = "戦艦棲姫", |
| | _reading = "せんかんせいき", | | _reading = "せんかんせいき", |
| Line 20: |
Line 23: |
| | _range = 3, | | _range = 3, |
| | _luck = 40, | | _luck = 40, |
| − | _as_rating = false,
| |
| | _equipment = { | | _equipment = { |
| | {equipment = "16inch Triple Gun Mount", size = 0}, | | {equipment = "16inch Triple Gun Mount", size = 0}, |
| Line 28: |
Line 30: |
| | }, | | }, |
| | }, | | }, |
| | + | ["Kai"] = { |
| | + | _name = "Battleship Princess", |
| | + | _suffix = "Kai", |
| | + | _rarity = 8, |
| | + | _back = -11, |
| | + | _api_id = 1790, |
| | + | _id = 1790, |
| | + | _japanese_name = "戦艦棲姫改", |
| | + | _reading = "せんかんせいきかい", |
| | + | _type = 9, |
| | + | _hp = 700, |
| | + | _firepower = 200, |
| | + | _armor = 188, |
| | + | _torpedo = 0, |
| | + | _evasion = nil, |
| | + | _aa = 88, |
| | + | _asw = 0, |
| | + | _speed = 10, |
| | + | _los = nil, |
| | + | _range = 3, |
| | + | _luck = nil, |
| | + | _equipment = { |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal Reconnaissance Plane", size = 4, estimation = true}, |
| | + | }, |
| | + | }, |
| | + | ["Kai II"] = { |
| | + | _name = "Battleship Princess", |
| | + | _suffix = "Kai II", |
| | + | _rarity = 8, |
| | + | _back = -11, |
| | + | _api_id = 1791, |
| | + | _id = 1791, |
| | + | _battle_card_reference = "/Kai", |
| | + | _cg_reference = "/Kai", |
| | + | _japanese_name = "戦艦棲姫改", |
| | + | _reading = "せんかんせいきかい", |
| | + | _type = 9, |
| | + | _hp = 700, |
| | + | _firepower = 220, |
| | + | _armor = 208, |
| | + | _torpedo = 0, |
| | + | _evasion = nil, |
| | + | _aa = 98, |
| | + | _asw = 0, |
| | + | _speed = 10, |
| | + | _los = nil, |
| | + | _range = 3, |
| | + | _luck = nil, |
| | + | _equipment = { |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal Reconnaissance Plane", size = 4, estimation = true}, |
| | + | }, |
| | + | }, |
| | + | ["Kai III"] = { |
| | + | _name = "Battleship Princess", |
| | + | _suffix = "Kai III", |
| | + | _rarity = 8, |
| | + | _back = -11, |
| | + | _api_id = 1792, |
| | + | _id = 1792, |
| | + | _battle_card_reference = "/Kai", |
| | + | _cg_reference = "/Kai", |
| | + | _japanese_name = "戦艦棲姫改", |
| | + | _reading = "せんかんせいきかい", |
| | + | _type = 9, |
| | + | _hp = 700, |
| | + | _firepower = 240, |
| | + | _armor = 248, |
| | + | _torpedo = 0, |
| | + | _evasion = nil, |
| | + | _aa = 108, |
| | + | _asw = 0, |
| | + | _speed = 10, |
| | + | _los = nil, |
| | + | _range = 3, |
| | + | _luck = nil, |
| | + | _equipment = { |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal 14inch Twin Gun Mount Kai", size = 0, estimation = true}, |
| | + | {equipment = "Abyssal Reconnaissance Plane", size = 4, estimation = true}, |
| | + | }, |
| | + | }, |
| | } | | } |
| − |
| |
| − | return Battleship_Princess
| |