Versiunea curentă din 6 ianuarie 2016 02:33
Revenues
For players without a premium account
Rank 1
revenue = (6300 + random(15)) * (1,1 + victory_coefficient + best_coefficient)
Rank 2
revenue = (6300 + random(15)) * (1,2 + victory_coefficient + best_coefficient)
Rank 3
revenue = (6300 + random(15)) * (1,3 + victory_coefficient + best_coefficient)
Rank 4
revenue = (6300 + random(15)) * (1,4 + victory_coefficient + best_coefficient)
Rank 5
revenue = (6300 + random(15)) * (1,5 + victory_coefficient + best_coefficient)
Rank 6 and Leader
revenue = (6300 + random(15)) * (1,6 + victory_coefficient + best_coefficient)
For players with premium account
Rank 1
revenue = (6300 + random(15)) * (1,6 + victory_coefficient + best_coefficient)
Rank 2
revenue = (6300 + random(15)) * (1,7 + victory_coefficient + best_coefficient)
Rank 3
revenue = (6300 + random(15)) * (1,8 + victory_coefficient + best_coefficient)
Rank 4
revenue = (6300 + random(15)) * (1,9 + victory_coefficient + best_coefficient)
Rank 5
revenue = (6300 + random(15)) * (2 + victory_coefficient + best_coefficient)
Rank 6 and Leader
revenue = (6300 + random(15)) * (2,1 + victory_coefficient + best_coefficient)