Adds a rating range for fake games.
Adds a rating range for fake games.
1 table data
the rating range data.
playerPlatform:addRatingRange({ weightStart = 5, -- the weight it starts out at weightFinish = 2, -- the weight it will go down to cost = 10000, -- when the license cost reaches this much (or exceeds), the weight value will go from start to finish by 100% ratingMin = 1, -- rating min/max values are unaffected by the cost ratingMax = 3, })