| 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 = "くちくこき", |
| Line 23: |
Line 23: |
| | _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 31: |
Line 32: |
| | }, | | }, |
| | ["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 53: |
Line 54: |
| | _range = 1, | | _range = 1, |
| | _luck = nil, | | _luck = nil, |
| | + | _opening_asw = true, |
| | _equipment = { | | _equipment = { |
| | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, | | {equipment = "5inch Twin Gun Mount", size = 0, estimation = true}, |
| Line 61: |
Line 63: |
| | }, | | }, |
| | ["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
| |