-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem_values.py
27 lines (27 loc) · 1016 Bytes
/
item_values.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
itemValues = {
"Iron": 1,
"Explosives": 2,
"Hyper Rubber": 25,
"Flux Crystals": 10,
"Volleyball": 1000,
"Golden Volleyball": 200000,
"Basketball": 1000,
"Golden Basketball": 200000,
"Beach Ball": 1000,
"Football": 1000,
"Golden Item Shredder": 200000,
"Handheld Pusher": 320,
"Backpack": 250,
"Speed Skates": 160,
"Booster Boots": 160,
"Launcher Gauntlets": 160,
"Construction Gauntlets": 320,
"Rocket Pack": 320,
"Hover Pack": 320,
"Manifest Scanner": 300,
"BoM Scanner": 300,
"Blueprint Scanner": 5000,
"Flux RCD": 5000,
"Bug Hunter Trophy": 200000,
"Silver Null Trophy": 100000,
}