ATM Booth: Difference between revisions

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.