mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-21 15:32:34 +00:00
3000-7000 neutral PWR -> 4000-7000
This commit is contained in:
parent
d7cad68b99
commit
d6fd99c0f0
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ static fixed_t K_CalculatePowerLevelInc(UINT16 you, UINT16 them, boolean won)
|
||||||
|
|
||||||
fixed_t BASE_CHANGE = 20*FRACUNIT; // The base amount that ratings should change per comparison. Higher = more volatile
|
fixed_t BASE_CHANGE = 20*FRACUNIT; // The base amount that ratings should change per comparison. Higher = more volatile
|
||||||
|
|
||||||
INT16 STABLE_RATE = 3000; // The fulcrum point between positive-sum and even rankings.
|
INT16 STABLE_RATE = 4000; // The fulcrum point between positive-sum and even rankings.
|
||||||
INT16 CEILING_RATE = 7000; // The fulcrum point between even and negative-sum rankings.
|
INT16 CEILING_RATE = 7000; // The fulcrum point between even and negative-sum rankings.
|
||||||
|
|
||||||
// % modifiers to gains and losses. Positive numbers mean you gain more when gaining and drain more when draining.
|
// % modifiers to gains and losses. Positive numbers mean you gain more when gaining and drain more when draining.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue