Suggested scaling formula if the scaling test doesn't work
HaywireII
Posts: 568 Critical Contributor
I'm hoping that the scaling test goes really well and that really soon everyone with 1 cover 5* characters isn't getting crushed by enemies scaled far beyond what their rosters can manage. If by any chance things don't work out I put together a proposed formula for scaling characters based on level and number of covers.
The basic idea is that you have an effective level that is lower than your actual level if you don't have 13 covers. The effective level calculation is based on the tier of the character and includes a static scaling constant that can be tweaked to get the desired effective level curve. Here's the code I threw together to do it.
static int CalculateEffectiveLevel(int level, int stars, int covers)
{
int scaling = 125;
int missingCoverValue = (stars - 1) * scaling * scaling;
int subtractedLevels = (13 - covers) * missingCoverValue / 10000;
return level - subtractedLevels;
}
Using this a 1 cover 5* gets an effective level of 180 while a level 150 4* (event boosted) with only 3 covers gets an effective level of 103. I think this gives a decent approximation of relative character strength with very little change needed.
As I said I hope the scaling test D3 is planning goes well but I thought I'd through this out there anyway.
The basic idea is that you have an effective level that is lower than your actual level if you don't have 13 covers. The effective level calculation is based on the tier of the character and includes a static scaling constant that can be tweaked to get the desired effective level curve. Here's the code I threw together to do it.
static int CalculateEffectiveLevel(int level, int stars, int covers)
{
int scaling = 125;
int missingCoverValue = (stars - 1) * scaling * scaling;
int subtractedLevels = (13 - covers) * missingCoverValue / 10000;
return level - subtractedLevels;
}
Using this a 1 cover 5* gets an effective level of 180 while a level 150 4* (event boosted) with only 3 covers gets an effective level of 103. I think this gives a decent approximation of relative character strength with very little change needed.
As I said I hope the scaling test D3 is planning goes well but I thought I'd through this out there anyway.
0
Comments
-
Man, anything that makes opening a 5* not a pain in you know where is appreciated. Atm, I have sold TWO 5* covers because they messed up my scaling. Opening any 5* should be a joy, not a source of pained groan.0
Categories
- All Categories
- 44.9K Marvel Puzzle Quest
- 1.5K MPQ News and Announcements
- 20.3K MPQ General Discussion
- 3K MPQ Tips and Guides
- 2K MPQ Character Discussion
- 171 MPQ Supports Discussion
- 2.5K MPQ Events, Tournaments, and Missions
- 2.8K MPQ Alliances
- 6.3K MPQ Suggestions and Feedback
- 6.2K MPQ Bugs and Technical Issues
- 13.7K Magic: The Gathering - Puzzle Quest
- 508 MtGPQ News & Announcements
- 5.4K MtGPQ General Discussion
- 99 MtGPQ Tips & Guides
- 424 MtGPQ Deck Strategy & Planeswalker Discussion
- 300 MtGPQ Events
- 60 MtGPQ Coalitions
- 1.2K MtGPQ Suggestions & Feedback
- 5.7K MtGPQ Bugs & Technical Issues
- 548 Other 505 Go Inc. Games
- 21 Puzzle Quest: The Legend Returns
- 5 Adventure Gnome
- 6 Word Designer: Country Home
- 381 Other Games
- 142 General Discussion
- 239 Off Topic
- 7 505 Go Inc. Forum Rules
- 7 Forum Rules and Site Announcements