ATM Booth
Jump to navigation
Jump to search
The ATM Booth is a small room that is enclosed by glass panels with one glass door facing eastward, and houses the ATM and Payment Machine. It is located in the western part of the map, in between the Skeida Pharmacy and O-Market.
Gaining Access
- To use the ATM, the player must acquire their debit card through the Missing Debitcard quest.
Usage the ATM
- As of the current version, there is no way to deposit RMs into the bank account using the ATM. The ATM does not accept OCs.
- RMs can be withdrawn once the player gains access to the debitcard. The player can choose to withdraw all of the money, or allow it to invest at a fixed 0,015%[1] interest rate daily.
- The player receives 150 RMs a week on a Wednesday from unemployment benefits.
Using the Payment Machine
- To use the payment machine, the player must drag an invoice into the machine's UI and use the highlighted button to pay the invoice.
- ↑ Your interest rate, Discovered through decompiling code by @ierdna100 is calculated every time you check the ATM as balance * (1+daysSinceLastCheck*0.015) Which loses you money compared to if it was calculated like an actual banks interest rate.