* nasrano * Add station budget & salary * Initial balance * Vending machine UI * Pricing for vending machines * Finish economy * Eftpos * Finish eftpos * Put eftpos into lockers * Vending machine prices * Small fixes * Fix atm UI * Add atms to maps * fix * reset * Add PDA program * Maps again --------- Co-authored-by: Mona Hmiza <> Co-authored-by: rhailrake <49613070+rhailrake@users.noreply.github.com>
36 lines
459 B
JSON
36 lines
459 B
JSON
{
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "da poxuy",
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "budgetcard"
|
|
},
|
|
{
|
|
"name": "car_budget"
|
|
},
|
|
{
|
|
"name": "srv_budget"
|
|
},
|
|
{
|
|
"name": "civ_budget"
|
|
},
|
|
{
|
|
"name": "sec_budget"
|
|
},
|
|
{
|
|
"name": "med_budget"
|
|
},
|
|
{
|
|
"name": "sci_budget"
|
|
},
|
|
{
|
|
"name": "eng_budget"
|
|
}
|
|
]
|
|
}
|