#Add a "top 20" category for season rewards
14 messages · Page 1 of 1 (latest)
We have 60ish players.
Currently 4-10, 11-30, 31-50, 51-100
How about change this to 4-10, 11-20, 21-40, 41-70 and then some participation reward?
Hoping next season there will be 70+ players
Yeah, it's something that's been bugging me a lot of times in the past. If you're comfortably in top 20, with no realistic shot at top 10, you don't have much incentive to keep trying, since it's unrealistic you'll drop out of top 20.
You get much more invested when you're just on the edge of a reward tier. (Sent from rank 10 on the scoreboard)
Tbh I think just badge with topN for every N instead of top30 for 11-30 can motivate players
E.g. top17, top23...
I was sad when I got top10 badge when I was top4
Maybe the badges themselves could be for the tiers, but there could be an indication of the exact placement in the text next to the award. Like, maybe the text would say "Season X 4th place" under the top 10 badge.
There's a huge difference between 11th place and 30th.
And it's not just this season. The current rewards system was designed for a player base of 100+. But right now, there are only 55 players (out of 60 players, 5 are not playing).
wouldn't topN badges risk asset bloat?
my addition: if there are too many players (maybe in some future, lol) add top x % badges
Turning this problem on its head: what about "top Nth percentile" (where N={25, 50, 75}) after top 1/2/3/10th? Last I checked for season 8, top 50th percentile is the same thing as top 30
If the threshold for Nth percentile is <= 10, that value of N is ignored for the season
A system of fixed rewards, in which there is no difference between 11th and 19th place, in itself kills the motivation to continue playing.
I suggest that in the player's profile, each reward image should show the place they took (accurate to one). This will add incentive to fight for every place.
Currently, the images are pre-generated (only with certain numbers), but these images can be generated directly on the server (the backend will receive the "season number" and the "player place" in URL, and it simply needs to insert the text into pre-prepared SVGs and return a PNG), and the CDN will cache the generated images.
This seems like a very sensible solution to me. The proposed implementation seems similar to the badge implementation, and it also works with the percentile-based reward tiers I previously suggested.