Translations:Joburi:Trucker/10/en: Diferență între versiuni

De la B-Zone Wiki
Salt la: navigare, căutare
(Pagină nouă: = Algorithm = # Formula used to determine revenues: ##Skill 1 - {[(distance / 13.8) * 1338 + random(100)] * premium_coefficient} + job_bonus ##Skill 2 - {[(distance / 13.8) * 1362...)
(Nicio diferență)

Versiunea de la data 6 septembrie 2015 01:07

Algorithm

  1. Formula used to determine revenues:
    1. Skill 1 - {[(distance / 13.8) * 1338 + random(100)] * premium_coefficient} + job_bonus
    2. Skill 2 - {[(distance / 13.8) * 1362 + random(100)] * premium_coefficient} + job_bonus
    3. Skill 3 - {[(distance / 13.8) * 1358 + random(100)] * premium_coefficient} + job_bonus
    4. Skill 4 - {[(distance / 13.8) * 1538 + random(100)] * premium_coefficient} + job_bonus
    5. Skill 5 - {[(distance / 13.8) * 1724 + random(100)] * premium_coefficient} + job_bonus
    6. job_bonus is a multiple of 5. When you type in /work, the job_bonus is 5. Each successfully completed route adds 5 to that value. If you leave the vehicle, the variable will reset to 5. The job_bonus will increase by 5 until it reaches the maximum of 50.
    7. random(100) is a random number between 0 and 100.
    8. 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.
    9. distance is the distance of a route in kilometres (example: East Los Santos - 15.6km).