Changes
Module:Data/Enemy/Ancient Destroyer Princess (view source)
Revision as of 06:00, 3 May 2016
, 8 years agono edit summary
--[[Category: Enemy boss ship modules]]
--[[Category: Enemy boss ship modules]]
local Old_Destroyer_Princess = {
local Destroyer_Ancient_Princess = {
[""] = {
[""] = {
_name = "Old Destroyer Princess",
_name = "Destroyer Ancient Princess",
_rarity = 8,
_rarity = 8,
_back = -11,
_back = -11,
},
},
["II"] = {
["II"] = {
_name = "Old Destroyer Princess",
_name = "Destroyer Ancient Princess",
_suffix = "II",
_suffix = "II",
_rarity = 8,
_rarity = 8,
},
},
["III"] = {
["III"] = {
_name = "Old Destroyer Princess",
_name = "Destroyer Ancient Princess",
_suffix = "III",
_suffix = "III",
_rarity = 8,
_rarity = 8,
}
}
return Old_Destroyer_Princess
return Destroyer_Ancient_Princess