ATM Booth: Difference between revisions
mNo edit summary |
m Fixed some very small grammatical errors |
||
| Line 7: | Line 7: | ||
== Using the ATM == | == Using the ATM == | ||
* As of the current version, there is no way to deposit [[RM]] into the [[Bank Account|bank account]] using the ATM. The ATM does not accept [[OC]]. | * As of the current version, there is no way to deposit [[RM]] into the [[Bank Account|bank account]] using the ATM. The ATM does not accept [[OC]]. | ||
* 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 | * 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 decompiled code by @ierdna100, is calculated once a day when the ATM is loaded using the following formula: | ||
<pre>balance * (1 + daysSinceLastLoad * 0.001)</pre> | <pre>balance * (1 + daysSinceLastLoad * 0.001)</pre> | ||
See: [https://www.desmos.com/calculator/otmrzhug94 Calculator] to check how much you would gain from investing.</ref> interest rate daily. | 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]] a week on a Wednesday from unemployment benefits. | *The player receives 150 [[RM]] a week on a Wednesday from unemployment benefits. | ||
== Using the Payment Machine == | ==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. | *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. | ||
== References == | ==References== | ||
<references /> | <references /> | ||
{{Template:OS_Locations}} | {{Template:OS_Locations}} | ||