Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Timer features:
  2. - Difficulty tiers
  3.  
  4. - Completion points (1st time)
  5. - * Map
  6. - * Bonus
  7.  
  8. - Improvement points
  9. - * Finishing in the top 50% awards a small amount of points (Group5)
  10. - * Finishing in the top 25% awards slightly more points (Group4)
  11. - * And so on for the top 12.5% (Group3), 7.75%(Group2), 3.875%(Group1) and top10, aswell as a huge sum for SR
  12.  
  13. - More than 1 bonus possible (3-4 max should do)
  14.  
  15. Example: (Could be the used calculations)
  16. - Tier list ranks 1-5
  17. - bhop_badges2 being a tier5 used in this example
  18. - Tier 5 awards 100points (in this example)
  19. - Group5: 12(.5)points (completion * 0.125)
  20. - Group4: 25points (completion * 0.25)
  21. - Group3: 50points (completion * 0.5)
  22. - Group2: 100points (completion * 1.0)
  23. - Group1: 200points (completion * 2.0)
  24. - top10: 250+points ((10 - mRank) * (completion * 0.5) + completion * 2.0)
  25. - top1: 1000 (completion * 10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement