End game score
Posted: Tue Nov 04, 2008 10:03 pm
I'm having trouble finding this in the rules: What is the standard end game score range for RSW Classic?
Thanks
Thanks
Code: Select all
EndOfGameScore = {
-5: (3000, 4500),
-4: (4500, 5500),
-3: (5500, 6000),
-2: (6000, 6500),
-1: (6500, 7000),
0 : (7000, 8000),
1 : (8000, 8750),
2 : (8750, 9500),
3 : (9500, 10000),
4 : (10000, 12000),
5 : (12000, 15000),
}
Code: Select all
EndOfGameScore = {
-5: (2000, 3000),
-4: (4500, 5500),
-3: (5500, 6000),
-2: (6000, 6500),
-1: (6500, 7000),
0 : (7000, 8000),
1 : (8000, 9000),
2 : (9000, 10000),
3 : (10000, 11000),
4 : (12000, 15000),
5 : (20000, 40000),
}