-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from zo0o0ot/master
Marbula One S1-changes to points by race
- Loading branch information
Showing
1 changed file
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
Team,Race1,Race2,Race3,Race4,Race5,Race6,Race7,Race8, | ||
Savage Speeders,11,29,37,55,55,70,76,101, | ||
Hazers,18,33,48,61,61,65,90,94, | ||
O'rangers,8,8,19,23,48,50,69,69, | ||
Snowballs,15,23,25,25,25,60,50,66, | ||
Team Galactic,25,25,31,56,60,60,64,64, | ||
Green Ducks,4,30,42,42,44,46,46,64, | ||
Team Primary,12,12,30,30,30,42,42,54, | ||
Thunderbolts,0,10,10,10,29,47,47,49, | ||
Balls of Chaos,0,1,26,26,26,26,36,46, | ||
Mellow Yellow,2,8,8,18,33,43,44,44, | ||
Team Momo,0,0,0,2,10,16,31,39, | ||
Midnight Wisps,1,1,1,16,22,22,34,34, | ||
Rojo Rollers,0,0,4,5,15,23,31,32, | ||
Raspberry Racers,6,10,10,18,19,19,21,27, | ||
Limers,0,12,13,13,25,25,25,25, | ||
Hornets,0,2,2,5,8,8,8,8, | ||
//These are cumulative totals - they need to be changed. | ||
Team,Race1,Race2,Race3,Race4,Race5,Race6,Race7,Race8 | ||
Savage Speeders,11,18,8,18,0,15,6,25 | ||
Hazers,18,15,15,13,0,4,25,4 | ||
O'rangers,8,0,11,4,25,2,19,0 | ||
Snowballs,15,8,2,0,0,35,-10,16 | ||
Team Galactic,25,0,6,25,4,0,4,0 | ||
Green Ducks,4,26,12,0,2,2,0,18 | ||
Team Primary,12,0,18,0,0,12,0,12 | ||
Thunderbolts,0,10,0,0,19,18,0,2 | ||
Balls of Chaos,0,1,25,0,0,0,10,10 | ||
Mellow Yellow,2,6,0,10,15,10,1,0 | ||
Team Momo,0,0,0,2,8,6,15,8 | ||
Midnight Wisps,1,0,0,15,6,0,12,0 | ||
Rojo Rollers,0,0,4,1,10,8,8,1 | ||
Raspberry Racers,6,4,0,8,1,0,2,6 | ||
Limers,0,12,1,0,12,0,0,0 | ||
Hornets,0,2,0,3,3,0,0,0 |