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...)
 
(Pagină înlocuită cu „= Formula used to determine revenues, based on skill and route =”)
 
Linia 1: Linia 1:
= Algorithm =
+
= Formula used to determine revenues, based on skill and route =
# Formula used to determine revenues:
+
##Skill 1 - {[(distance / 13.8) * 1338 + random(100)] * premium_coefficient} + job_bonus
+
##Skill 2 - {[(distance / 13.8) * 1362 + random(100)] * premium_coefficient} + job_bonus
+
##Skill 3 - {[(distance / 13.8) * 1358 + random(100)] * premium_coefficient} + job_bonus
+
##Skill 4 - {[(distance / 13.8) * 1538 + random(100)] * premium_coefficient} + job_bonus
+
##Skill 5 - {[(distance / 13.8) * 1724 + random(100)] * premium_coefficient} + job_bonus
+
## '''''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.''
+
## '''''random(100)''' is a random number between 0 and 100.''
+
## '''''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.''
+
## '''''distance''' is the distance of a route in kilometres (example: East Los Santos - 15.6km).''
+

Versiunea curentă din 21 decembrie 2015 20:13

Formula used to determine revenues, based on skill and route