The constant for the ~town integration has changed

This commit is contained in:
aewens 2018-10-17 17:32:47 -04:00
parent 3cc6ae8820
commit f77831ea47
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ For the ~town coin system, it allows programs to facilitate the sending / receiv
As for the exchange rate to ~town, to facilitate a [purchasing power parity](https://en.wikipedia.org/wiki/Purchasing_power_parity) (PPP) system one would need to approximate the amount of ~town coins in their economy, which can be done using the following equation:
```
new_coin_rate = 1.85555 * coin_per_hour_per_user * rate_of_gambling
new_coin_rate = 2.48055555 * coin_per_hour_per_user * rate_of_gambling
max = 1000 * number_of_town_users + sum_of_entries_in_tildescores
town_approx = max + new_coin_rate * time
```