mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Rebalance item odds around Garden Top
This commit is contained in:
parent
77bc259986
commit
aba30a1c16
1 changed files with 8 additions and 8 deletions
16
src/k_kart.c
16
src/k_kart.c
|
|
@ -353,9 +353,9 @@ consvar_t *KartItemCVars[NUMKARTRESULTS-1] =
|
|||
static UINT8 K_KartItemOddsRace[NUMKARTRESULTS-1][8] =
|
||||
{
|
||||
//B C D E F G H I
|
||||
{ 0, 0, 2, 4, 6, 0, 0, 0 }, // Sneaker
|
||||
{ 0, 0, 0, 0, 0, 2, 4, 6 }, // Rocket Sneaker
|
||||
{ 0, 0, 0, 0, 3, 4, 5, 7 }, // Invincibility
|
||||
{ 0, 0, 2, 3, 4, 0, 0, 0 }, // Sneaker
|
||||
{ 0, 0, 0, 0, 0, 3, 4, 5 }, // Rocket Sneaker
|
||||
{ 0, 0, 0, 0, 2, 5, 5, 7 }, // Invincibility
|
||||
{ 2, 3, 1, 0, 0, 0, 0, 0 }, // Banana
|
||||
{ 1, 2, 0, 0, 0, 0, 0, 0 }, // Eggman Monitor
|
||||
{ 5, 5, 2, 2, 0, 0, 0, 0 }, // Orbinaut
|
||||
|
|
@ -364,8 +364,8 @@ static UINT8 K_KartItemOddsRace[NUMKARTRESULTS-1][8] =
|
|||
{ 3, 0, 0, 0, 0, 0, 0, 0 }, // Land Mine
|
||||
{ 0, 0, 2, 2, 0, 0, 0, 0 }, // Ballhog
|
||||
{ 0, 0, 0, 0, 0, 2, 4, 0 }, // Self-Propelled Bomb
|
||||
{ 0, 0, 0, 1, 2, 3, 0, 0 }, // Grow
|
||||
{ 0, 0, 0, 0, 0, 1, 3, 2 }, // Shrink
|
||||
{ 0, 0, 0, 0, 2, 5, 0, 0 }, // Grow
|
||||
{ 0, 0, 0, 0, 0, 2, 4, 2 }, // Shrink
|
||||
{ 1, 0, 0, 0, 0, 0, 0, 0 }, // Lightning Shield
|
||||
{ 0, 1, 2, 1, 0, 0, 0, 0 }, // Bubble Shield
|
||||
{ 0, 0, 0, 0, 0, 1, 3, 5 }, // Flame Shield
|
||||
|
|
@ -374,9 +374,9 @@ static UINT8 K_KartItemOddsRace[NUMKARTRESULTS-1][8] =
|
|||
{ 2, 1, 1, 0, 0, 0, 0, 0 }, // Super Ring
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0 }, // Kitchen Sink
|
||||
{ 3, 0, 0, 0, 0, 0, 0, 0 }, // Drop Target
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0 }, // Garden Top
|
||||
{ 0, 0, 0, 3, 5, 0, 0, 0 }, // Garden Top
|
||||
{ 0, 0, 2, 2, 2, 0, 0, 0 }, // Sneaker x2
|
||||
{ 0, 0, 0, 1, 6, 9, 5, 0 }, // Sneaker x3
|
||||
{ 0, 0, 0, 0, 4, 4, 4, 0 }, // Sneaker x3
|
||||
{ 0, 1, 1, 0, 0, 0, 0, 0 }, // Banana x3
|
||||
{ 0, 0, 0, 1, 0, 0, 0, 0 }, // Banana x10
|
||||
{ 0, 0, 1, 0, 0, 0, 0, 0 }, // Orbinaut x3
|
||||
|
|
@ -408,7 +408,7 @@ static UINT8 K_KartItemOddsBattle[NUMKARTRESULTS][2] =
|
|||
{ 0, 0 }, // Super Ring
|
||||
{ 0, 0 }, // Kitchen Sink
|
||||
{ 2, 0 }, // Drop Target
|
||||
{ 0, 0 }, // Garden Top
|
||||
{ 4, 0 }, // Garden Top
|
||||
{ 0, 0 }, // Sneaker x2
|
||||
{ 0, 1 }, // Sneaker x3
|
||||
{ 0, 0 }, // Banana x3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue