Skip to content

Commit

Permalink
Add race 40: Los Santos Speedway
Browse files Browse the repository at this point in the history
  • Loading branch information
rstiekema committed Jun 14, 2020
1 parent a6e5536 commit 5b21a05
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions data/races/los_santos_speedway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"name": "Los Santos Speedway",
"id": 40,

"laps": 1,

"environment": {
"weather": 1,
"time": [12, 0],
"interior": 0
},

"spawn_positions": [
{
"position": [ 2829.3877, -1763.1876, 10.6021 ],
"rotation": 349.6214,
"vehicle": {
"model": 411,
"nos": 1
}
},
{
"position": [ 2835.3401, -1766.7943, 10.6021 ],
"rotation": 350.7262,
"vehicle": {
"model": 411,
"nos": 1
}
},
{
"position": [ 2849.1968, -1769.5392, 10.6021 ],
"rotation": 349.5689,
"vehicle": {
"model": 411,
"nos": 1
}
},
{
"position": [ 2854.3381, -1770.6357, 10.6021 ],
"rotation": 352.7409,
"vehicle": {
"model": 411,
"nos": 1
}
}
],

"checkpoints": [
{ "position": [ 2841.2725, -1137.6586, 12.5571 ], "size": 30.0 },
{ "position": [ 2149.8967, -1096.4569, 24.6788 ], "size": 30.0 },
{ "position": [ 1753.2734, -1059.3063, 44.1848 ], "size": 30.0 },
{ "position": [ 1605.1754, -1623.0742, 28.3130 ], "size": 30.0 },
{ "position": [ 1529.2012, -2114.3594, 14.0050 ], "size": 30.0 },
{ "position": [ 1369.4271, -2156.2822, 13.2740 ], "size": 30.0 },
{ "position": [ 1501.3557, -2682.8301, 9.8970 ], "size": 30.0 },
{ "position": [ 2171.4417, -2536.1426, 13.1021 ], "size": 30.0 },
{ "position": [ 2451.6316, -2166.5493, 13.1960 ], "size": 30.0 },
{ "position": [ 2829.6716, -2029.2068, 10.8311 ], "size": 30.0 },
{ "position": [ 2830.6218, -1830.7935, 10.7001 ], "size": 30.0 }
]
}

0 comments on commit 5b21a05

Please sign in to comment.