-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrace_data.js
More file actions
7 lines (7 loc) · 1.11 KB
/
race_data.js
File metadata and controls
7 lines (7 loc) · 1.11 KB
1
2
3
4
5
6
7
export const active_season = 2026
export const latest_race = "Australian Grand Prix";
export const race_names = ['AUS'];
export const driver_points = {'COL': [6], 'GAS': [11], 'ALO': [-14], 'STR': [-23], 'BOR': [13], 'HUL': [-20], 'BOT': [-16], 'PER': [4], 'HAM': [25], 'LEC': [29], 'BEA': [20], 'OCO': [9], 'NOR': [21], 'PIA': [-14], 'ANT': [32], 'RUS': [39], 'HAD': [-8], 'VER': [50], 'LAW': [5], 'LIN': [15], 'ALB': [8], 'SAI': [9]};
export const driver_prices = {'COL': [6.2], 'GAS': [12], 'ALO': [10], 'STR': [8], 'BOR': [6.4], 'HUL': [6.8], 'BOT': [5.9], 'PER': [6], 'HAM': [22.5], 'LEC': [22.8], 'BEA': [7.4], 'OCO': [7.3], 'NOR': [27.2], 'PIA': [25.5], 'ANT': [23.2], 'RUS': [27.4], 'HAD': [15.1], 'VER': [27.7], 'LAW': [6.5], 'LIN': [6.2], 'ALB': [11.6], 'SAI': [11.8]};
export const team_points = {'ALP': [22], 'AST': [-38], 'AUD': [0], 'CAD': [-13], 'FER': [69], 'HAA': [34], 'MCL': [19], 'MER': [96], 'RED': [42], 'VRB': [35], 'WIL': [20]};
export const team_prices = {'ALP': [12.5], 'AST': [10.3], 'AUD': [6.6], 'CAD': [6], 'FER': [23.3], 'HAA': [7.4], 'MCL': [28.9], 'MER': [29.3], 'RED': [28.2], 'VRB': [6.3], 'WIL': [12]};