We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bfdbb commit 75f1e82Copy full SHA for 75f1e82
1 file changed
app/config/game/shop.ts
@@ -46,11 +46,11 @@ export const BoosterRarityProbability: { [key in Rarity]: number } = {
46
[Rarity.UNCOMMON]: 0.2,
47
[Rarity.RARE]: 0.2,
48
[Rarity.EPIC]: 0.18,
49
- [Rarity.ULTRA]: 0.06,
+ [Rarity.ULTRA]: 0.04,
50
[Rarity.UNIQUE]: 0.1,
51
- [Rarity.LEGENDARY]: 0.05,
52
- [Rarity.HATCH]: 0.06,
53
- [Rarity.SPECIAL]: 0.03
+ [Rarity.LEGENDARY]: 0.06,
+ [Rarity.HATCH]: 0.05,
+ [Rarity.SPECIAL]: 0.05
54
}
55
56
export const RarityProbabilityPerLevel: { [key: number]: number[] } = {
0 commit comments