Translations:Joburi:Transporter/4/en

De la B-Zone Wiki
Versiunea din 5 septembrie 2015 19:21; autor: SuperSoldier (Discuție | contribuții) (Pagină nouă: = Algorithm = * Formula used to determine revenues: ** Skill 1 - (568 + random(15)) * premium_coefficient ** Skill 2 - (594 + random(15)) * premium_coefficient ** Skill 3 - (644 +...)

(dif) ←Versiunea anterioară | Versiunea curentă (dif) | Versiunea următoare → (dif)
Salt la: navigare, căutare

Algorithm

  • Formula used to determine revenues:
    • Skill 1 - (568 + random(15)) * premium_coefficient
    • Skill 2 - (594 + random(15)) * premium_coefficient
    • Skill 3 - (644 + random(15)) * premium_coefficient
    • Skill 4 - (816 + random(15)) * premium_coefficient
    • Skill 5 - (783 + random(15)) * premium_coefficient
  • premium_coefficient is equal to 1 if you don't have a premium account and equal to 1.5 if you do have a premium account.
  • random(15) is a random number between 0 and 15.