Post
Topic
Board Meta
Re: Is there a way to know how many spendable merits are going to expire soon ?
by
hosseinimr93
on 13/09/2023, 08:19:02 UTC
@OP account was from before the merit system was created, so he may got an airdrop sMerit. I don't know if he got those sMerits or if his rank was too low to get an airdrop sMerit,
According to BPIP, OP has earned 93 merits.
As OP has 103 merit in total, he has received 10 airdropped merit and was "member" when merit system was launched.

Here is the formula theymos used for determining airdropped merits.

The exact formula was:

Code:
yearActivity = activity in the last ~year, max 378
freeMerit = the merit (not sMerit) you started with
modifier =
  0.1 if member
  0.2 if full member
  0.25 if sr member
  0.35 if hero
  0.4 if legendary

return (yearActivity/378) * modifier * freeMerit

According to the formula, the maximum number of airdropped smerit a user with member rank could receive was 1.
OP started with 0 or 1 smerit.