mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Evened out 1st place odds
Made odds for hyudoro and droptarget 1pt lower, which makes other things in 1st more common.
This commit is contained in:
parent
c612fc26ac
commit
35a55e8d21
1 changed files with 2 additions and 2 deletions
|
|
@ -96,11 +96,11 @@ static UINT32 K_DynamicItemOddsRace[NUMKARTRESULTS-1][2] =
|
||||||
{1, 1}, // lightningshield
|
{1, 1}, // lightningshield
|
||||||
{25, 4}, // bubbleshield
|
{25, 4}, // bubbleshield
|
||||||
{66, 9}, // flameshield
|
{66, 9}, // flameshield
|
||||||
{1, 3}, // hyudoro
|
{1, 2}, // hyudoro
|
||||||
{0, 0}, // pogospring
|
{0, 0}, // pogospring
|
||||||
{30, 8}, // superring (SPECIAL! distance value specifies when this can NO LONGER appear)
|
{30, 8}, // superring (SPECIAL! distance value specifies when this can NO LONGER appear)
|
||||||
{0, 0}, // kitchensink
|
{0, 0}, // kitchensink
|
||||||
{1, 3}, // droptarget
|
{1, 2}, // droptarget
|
||||||
{43, 5}, // gardentop
|
{43, 5}, // gardentop
|
||||||
{0, 0}, // gachabom
|
{0, 0}, // gachabom
|
||||||
{1, 2}, // stoneshoe
|
{1, 2}, // stoneshoe
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue