8 lines
106 B
Python
8 lines
106 B
Python
|
# starting_ids.py
|
||
|
|
||
|
starting_ids = {
|
||
|
"reloading": 20000,
|
||
|
"ammo": 10000,
|
||
|
"craft": 30000
|
||
|
}
|