sfj
This commit is contained in:
parent
52fe529d4e
commit
886954178f
@ -42,10 +42,10 @@ function getWeights(playerLevel) {
|
||||
{ rarity: 5, weight: 1 }, // 1%
|
||||
];
|
||||
return [
|
||||
{ rarity: 1, weight: 70 }, // 70.0%
|
||||
{ rarity: 2, weight: 18 }, // 18.0%
|
||||
{ rarity: 3, weight: 7 }, // 7.0%
|
||||
{ rarity: 4, weight: 3 }, // 3.0%
|
||||
{ rarity: 1, weight: 60 }, // 60.0%
|
||||
{ rarity: 2, weight: 25 }, // 25.0%
|
||||
{ rarity: 3, weight: 9 }, // 9.0%
|
||||
{ rarity: 4, weight: 4 }, // 4.0%
|
||||
{ rarity: 5, weight: 1.5 }, // 1.5%
|
||||
{ rarity: 6, weight: 0.5 }, // 0.5%
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user