ATM Booth: Difference between revisions

From Stalburg Wiki
Jump to navigation Jump to search
No edit summary
(Fixed interest rate calculations)
Line 9: Line 9:


*As of the current version, there is no way to deposit [[RM|RMs]] into the [[Bank Account|bank account]] using the ATM. The ATM does not accept [[OC|OCs]].
*As of the current version, there is no way to deposit [[RM|RMs]] into the [[Bank Account|bank account]] using the ATM. The ATM does not accept [[OC|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%<ref>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.</ref> interest rate daily.
*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,1%<ref>Your interest rate, Discovered through decompiling code by @ierdna100 is calculated once a day, when the ATM is loaded using the formula:
 
balance * (1+daysSinceLastLoad*0.001).
 
See:  [https://www.desmos.com/calculator/otmrzhug94 Calculator] to check how much you would gain from investing.</ref> interest rate daily.
*The player receives 150 [[RM|RMs]] a week on a Wednesday from unemployment benefits.
*The player receives 150 [[RM|RMs]] a week on a Wednesday from unemployment benefits.



Revision as of 20:36, 26 January 2025

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.

The Exterior of the ATM Booth, located between the Skeida Pharmacy and O-Market.
The interior of the ATM Booth, with the Payment Machine on the left and ATM Machine on the right.

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,1%[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.


Locations in Obenseuer
Residential District Zone
Mines District Zone
Bazaar District Zone
  1. Your interest rate, Discovered through decompiling code by @ierdna100 is calculated once a day, when the ATM is loaded using the formula: balance * (1+daysSinceLastLoad*0.001). See: Calculator to check how much you would gain from investing.