bigpharma

Back to modding

Loans.data

The loans.data file contains an array of 'Loan' objects which define possible bank and loan parameters randomly chosen for scenarios that have loans.

Example Loan

{
  "id":"loansrus",
  "sprite":"bank_loans_r_us",
  "cash":[1,2],
  "term":[1,2],
  "maximumRevenue":500000
}

Loan Keys