Pyrite Adventure DX - The Remake is coming to XBOX | Playstation soon.
[10/31/24]
I hope you all will enjoy the Demo 1 Update.
Fixes
Many issues from the original have been fixed.
Ranking system now updates to properly format the rings and time you had when you beat the stage.
New features
Multiplayer has now been implemented.
Added the Homing Attack.
Added option to customize keybinds.
Added secrets in stages.
Added NPCs in the Hub World
Minor fixes here and there
With that being said, see you all there on the day of the update. If the update needs more time, it will be delayed to early 2025.
Miscellaneous
local rarities = {}
function rarities:GetInfo()
local raritiesClass = setmetatable({}, rarities)
local Classes = {
-- A list of different rarities (fron ascending to descending)
["Mythical"] = 1,
["Legendary"] = 2,
["Super Rare"] = 3,
["Rare"] = 4,
["Uncommon"] = 5,
["Common"] = 6
}
raritiesClass.Property = Classes
return raritiesClass
end
return rarities