1.json - AlPepino/Next-Days GitHub Wiki

All files in this folder is created itself. The file name is a unique player's ID.

PlayerID

unique player's ID

Name

bank account name

Loans

an array all taken loans

  • CurrencyID - currency id of taken loan
  • Start - 3 element array represents date of taken loan
  • Terminated - 3 element array represents loan expiration date
  • Principal- no comment
  • Interest- no comment
  • InterestRate - no comment

RegisteredCards

an array all registered payment cards to this account

Currencies

Mapped array where key is a ID of currency. Element represents balance in this currency.