mirror of
https://github.com/Melledy/LunarCore.git
synced 2026-02-06 01:56:52 +01:00
Fix starglitter amount when receiving a SSR from gacha
This commit is contained in:
@@ -260,7 +260,7 @@ public class GachaService extends BaseGameService {
|
||||
}
|
||||
|
||||
if (itemData.getRarity() == ItemRarity.SuperRare) {
|
||||
addStarglitter *= 2.5;
|
||||
addStarglitter *= 5;
|
||||
}
|
||||
} else {
|
||||
// New
|
||||
|
||||
Reference in New Issue
Block a user