mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add item type enum to config
This commit is contained in:
parent
67efbceda9
commit
8d6d8fff6b
1 changed files with 27 additions and 0 deletions
|
|
@ -670,6 +670,33 @@ enums
|
||||||
3 = "Reverse subtract";
|
3 = "Reverse subtract";
|
||||||
4 = "Modulate";
|
4 = "Modulate";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rritems
|
||||||
|
{
|
||||||
|
0 = "Rings";
|
||||||
|
1 = "Sneaker";
|
||||||
|
2 = "Rocket Sneaker";
|
||||||
|
3 = "Invincibility";
|
||||||
|
4 = "Banana";
|
||||||
|
5 = "Eggman Mark";
|
||||||
|
6 = "Orbinaut";
|
||||||
|
7 = "Jawz";
|
||||||
|
8 = "Proximity Mine";
|
||||||
|
9 = "Land Mine";
|
||||||
|
10 = "Ballhog";
|
||||||
|
11 = "SPB";
|
||||||
|
12 = "Grow";
|
||||||
|
13 = "Shrink";
|
||||||
|
14 = "Lightning Shield";
|
||||||
|
15 = "Bubble Shield";
|
||||||
|
16 = "Flame Shield";
|
||||||
|
17 = "Hyudoro";
|
||||||
|
18 = "Pogo Spring";
|
||||||
|
19 = "Super Ring";
|
||||||
|
20 = "Kitchen Sink";
|
||||||
|
21 = "Drop Target";
|
||||||
|
22 = "Garden Top";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Default things filters
|
//Default things filters
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue