Changes

no edit summary
Line 2: Line 2:  
--[[Category: Enemy boss ship modules]]
 
--[[Category: Enemy boss ship modules]]
   −
local Archipelago_Princess = {
+
local Supply_Depot_Princess = {
 
[""] = {
 
[""] = {
_name = "Archipelago Princess",
+
_name = "Supply Depot Princess",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -11,
 
_back = -11,
Line 32: Line 32:  
},
 
},
 
["II"] = {
 
["II"] = {
_name = "Archipelago Princess",
+
_name = "Supply Depot Princess",
 
_suffix = "II",
 
_suffix = "II",
 
_rarity = 8,
 
_rarity = 8,
Line 63: Line 63:  
},
 
},
 
["III"] = {
 
["III"] = {
_name = "Archipelago Princess",
+
_name = "Supply Depot Princess",
 
_suffix = "III",
 
_suffix = "III",
 
_rarity = 8,
 
_rarity = 8,
Line 94: Line 94:  
},
 
},
 
["Damaged"] = {
 
["Damaged"] = {
_name = "Archipelago Princess",
+
_name = "Supply Depot Princess",
 
_suffix = "- Damaged",
 
_suffix = "- Damaged",
 
_rarity = 8,
 
_rarity = 8,
Line 123: Line 123:  
},
 
},
 
["Damaged II"] = {
 
["Damaged II"] = {
_name = "Archipelago Princess",
+
_name = "Supply Depot Princess",
 
_suffix = "- Damaged II",
 
_suffix = "- Damaged II",
 
_rarity = 8,
 
_rarity = 8,
Line 154: Line 154:  
},
 
},
 
["Damaged III"] = {
 
["Damaged III"] = {
_name = "Archipelago Princess",
+
_name = "Supply Depot Princess",
 
_suffix = "- Damaged III",
 
_suffix = "- Damaged III",
 
_rarity = 8,
 
_rarity = 8,
Line 186: Line 186:  
}
 
}
 
   
 
   
return Archipelago_Princess
+
return Supply_Depot_Princess
Anonymous user