| Line 2: |
Line 2: |
| | --[[Category: Enemy boss ship modules]] | | --[[Category: Enemy boss ship modules]] |
| | | | |
| − | local Destroyer_Ancient_Princess = {
| + | return { |
| | [""] = { | | [""] = { |
| − | _name = "Destroyer Ancient Princess", | + | _name = "Ancient Destroyer Princess", |
| | _rarity = 8, | | _rarity = 8, |
| | _back = -11, | | _back = -11, |
| − | _api_id = 690, | + | _api_id = 1690, |
| − | _id = 690, | + | _id = 1690, |
| | _japanese_name = "駆逐古姫", | | _japanese_name = "駆逐古姫", |
| | _reading = "くちくこき", | | _reading = "くちくこき", |
| | _type = 2, | | _type = 2, |
| − | _hp = nil, | + | _hp = 185, |
| − | _firepower = nil, | + | _firepower = 90, |
| − | _armor = nil, | + | _armor = 149, |
| − | _torpedo = nil, | + | _torpedo = 120, |
| | _evasion = nil, | | _evasion = nil, |
| − | _aa = nil, | + | _aa = 70, |
| | _asw = nil, | | _asw = nil, |
| | _speed = 10, | | _speed = 10, |
| | _los = nil, | | _los = nil, |
| − | _range = nil, | + | _range = 1, |
| | _luck = nil, | | _luck = nil, |
| | + | _opening_asw = nil, |
| | _equipment = { | | _equipment = { |
| − | {equipment = nil, size = nil}, | + | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, |
| − | {equipment = nil, size = nil}, | + | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, |
| − | {equipment = nil, size = nil}, | + | {equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true}, |
| − | {equipment = nil, size = nil}, | + | {equipment = "Abyssal FCS + CIC", size = 0, estimation = true}, |
| | }, | | }, |
| | }, | | }, |
| | ["II"] = { | | ["II"] = { |
| − | _name = "Destroyer Ancient Princess", | + | _name = "Ancient Destroyer Princess", |
| | _suffix = "II", | | _suffix = "II", |
| | _rarity = 8, | | _rarity = 8, |
| | _back = -11, | | _back = -11, |
| − | _api_id = 691, | + | _api_id = 1691, |
| − | _id = 691, | + | _id = 1691, |
| | _battle_card_reference = "/", | | _battle_card_reference = "/", |
| | _cg_reference = "/", | | _cg_reference = "/", |
| Line 42: |
Line 43: |
| | _reading = "くちくこき", | | _reading = "くちくこき", |
| | _type = 2, | | _type = 2, |
| − | _hp = nil, | + | _hp = 190, |
| − | _firepower = nil, | + | _firepower = 110, |
| − | _armor = nil, | + | _armor = 158, |
| − | _torpedo = nil, | + | _torpedo = 130, |
| | _evasion = nil, | | _evasion = nil, |
| − | _aa = nil, | + | _aa = 80, |
| | _asw = nil, | | _asw = nil, |
| | _speed = 10, | | _speed = 10, |
| | _los = nil, | | _los = nil, |
| − | _range = nil, | + | _range = 1, |
| | _luck = nil, | | _luck = nil, |
| | + | _opening_asw = true, |
| | _equipment = { | | _equipment = { |
| − | {equipment = nil, size = nil}, | + | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, |
| − | {equipment = nil, size = nil}, | + | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, |
| − | {equipment = nil, size = nil}, | + | {equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true}, |
| − | {equipment = nil, size = nil}, | + | {equipment = "Abyssal FCS + CIC", size = 0, estimation = true}, |
| | }, | | }, |
| | }, | | }, |
| | ["III"] = { | | ["III"] = { |
| − | _name = "Destroyer Ancient Princess", | + | _name = "Ancient Destroyer Princess", |
| | _suffix = "III", | | _suffix = "III", |
| | _rarity = 8, | | _rarity = 8, |
| | _back = -11, | | _back = -11, |
| − | _api_id = 692, | + | _api_id = 1692, |
| − | _id = 692, | + | _id = 1692, |
| | _battle_card_reference = "/", | | _battle_card_reference = "/", |
| | _cg_reference = "/", | | _cg_reference = "/", |
| Line 83: |
Line 85: |
| | _range = 1, | | _range = 1, |
| | _luck = nil, | | _luck = nil, |
| | + | _opening_asw = nil, |
| | _equipment = { | | _equipment = { |
| | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, | | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, |
| Line 91: |
Line 94: |
| | }, | | }, |
| | } | | } |
| − |
| |
| − | return Destroyer_Ancient_Princess
| |