mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-16 07:14:58 +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) {
|
if (itemData.getRarity() == ItemRarity.SuperRare) {
|
||||||
addStarglitter *= 2.5;
|
addStarglitter *= 5;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// New
|
// New
|
||||||
|
|||||||
Reference in New Issue
Block a user