Damage animation and abbreviation

This commit is contained in:
2024-06-26 09:11:51 -04:00
parent 3a1b69a987
commit 6465469d31
8 changed files with 719 additions and 812 deletions

View File

@@ -11,8 +11,8 @@ var getMembers = []
const Rarity = {
"COMMON":1.0,
"UNCOMMON": 0.8,
"RARE": 0.4,
"SUPERRARE": 0.08,
"RARE": 0.1,
"SUPERRARE": 0.04,
"LEGENDARY": 0.02
}