Skip to content

Commit

Permalink
Fix GR reward for 5/28
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Sep 6, 2024
1 parent 5e657a3 commit f7b94d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grand-races.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Rewards</h2>
101: [101250, 54000],
93: [93150, 49680],
85: [85050, 45359],
81: [81000, 43200],
81: [81000, 43200], // "+80%"; 52,272 XP with 12% difficulty bonus & +30% from main stage
76: [76950, 41040], // "+70%"; 43,632 XP with 12% difficulty bonus
72: [72900, 38880], // "+60%"; 41,472 XP with 12% difficulty bonus & 47,952 XP with an additional +30% from main stage
68: [68850, 36720], // "+50%"; 39,312 XP with 12% difficulty bonus & 45,792 XP with an additional +30% from main stage
Expand All @@ -178,10 +178,10 @@ <h2>Rewards</h2>

const REWARDS_MATRIX = {
// #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28
28: [ 101, 85, 76, 72, 72, 72, 72, 72, 72, 72, 68, 68, 68, 68, 68, 68, 56, 56, 56, 56, 52, 52, 52, 52, 52, 52, 52, 52 ],
27: [ 93, 85, 76, 72, 72, 72, 72, 72, 72, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52, 52, 52, 52, 52 ],
26: [ 93, 85, 76, 72, 72, 72, 72, 72, 72, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52, 52, 52, 52 ],
25: [ 93, 85, 76, 72, 72, 72, 72, 72, 72, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52, 52, 52 ],
28: [ 101, 85, 81, 81, 81, 72, 72, 72, 72, 72, 68, 68, 68, 68, 68, 68, 56, 56, 56, 56, 52, 52, 52, 52, 52, 52, 52, 52 ],
27: [ 93, 85, 81, 81, 81, 72, 72, 72, 72, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52, 52, 52, 52, 52 ],
26: [ 93, 85, 81, 81, 81, 72, 72, 72, 72, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52, 52, 52, 52 ],
25: [ 93, 85, 81, 81, 81, 72, 72, 72, 72, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52, 52, 52 ],
24: [ 93, 85, 72, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52, 52 ],
23: [ 93, 85, 72, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52, 52 ],
22: [ 85, 76, 72, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 56, 56, 56, 56, 56, 56, 56, 52, 52 ],
Expand Down

0 comments on commit f7b94d2

Please sign in to comment.