13 lines
190 B
Python
13 lines
190 B
Python
# starting_ids.py
|
|
# items database
|
|
|
|
starting_ids = {
|
|
"reload": 20000,
|
|
"ammo": 10000,
|
|
"craft": 20000,
|
|
"gear": 30000,
|
|
"part": 40000,
|
|
"med": 50000,
|
|
"food": 8000,
|
|
}
|