Line 2: |
Line 2: |
| --[[Category: Enemy boss ship modules]] | | --[[Category: Enemy boss ship modules]] |
| | | |
− | local Old_Destroyer_Princess = {
| + | return { |
| [""] = { | | [""] = { |
− | _name = "Old Destroyer Princess", | + | _name = "Ancient Destroyer Princess", |
− | _rarity = nil, | + | _rarity = 8, |
− | _back = nil, | + | _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 = "Old Destroyer Princess", | + | _name = "Ancient Destroyer Princess", |
| _suffix = "II", | | _suffix = "II", |
− | _rarity = nil, | + | _rarity = 8, |
− | _back = nil, | + | _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 = "Old Destroyer Princess", | + | _name = "Ancient Destroyer Princess", |
| _suffix = "III", | | _suffix = "III", |
− | _rarity = nil, | + | _rarity = 8, |
− | _back = nil, | + | _back = -11, |
− | _api_id = 686, | + | _api_id = 1692, |
− | _id = 686, | + | _id = 1692, |
| _battle_card_reference = "/", | | _battle_card_reference = "/", |
| _cg_reference = "/", | | _cg_reference = "/", |
Line 72: |
Line 74: |
| _reading = "くちくこき", | | _reading = "くちくこき", |
| _type = 2, | | _type = 2, |
− | _hp = nil, | + | _hp = 195, |
− | _firepower = nil, | + | _firepower = 130, |
− | _armor = nil, | + | _armor = 167, |
− | _torpedo = nil, | + | _torpedo = 140, |
| _evasion = nil, | | _evasion = nil, |
− | _aa = nil, | + | _aa = 90, |
| _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}, |
| }, | | }, |
| }, | | }, |
| } | | } |
− |
| |
− | return Old_Destroyer_Princess
| |