Skip to content

Commit

Permalink
Update bluntride.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin authored Nov 4, 2023
1 parent 35f9bc2 commit a836e1e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions vehicles/bluntride.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"drag": 0.3,
"angularDrag": 1.9,
"accelAmount": 1.7,
"accelAmount": 2.2,
"decelAmount": 1.1,
"brakeAmount": 5,
"speedMax": 9.9,
"brakeAmount": -3,
"speedMax": 4.3,
"powerCurve": "0,1,0,-1.725|1,1,0,0",
"turnSpeed": 8,
"turnMax": 35,
Expand Down Expand Up @@ -57,24 +57,25 @@
"seat1RotationY": 0,
"seat2Enabled": true,
"seat2Position": [
0.38,
-0.12,
0.3,
-0.2
0.3
],
"seat2RotationY": 0,
"seat3Enabled": false,
"seat2RotationY": 1,
"seat3Enabled": true,
"seat3Position": [
0,
0,
0
0.3,
1.2
],
"seat3RotationY": 0,
"seat3RotationY": -3.9,
"seat4Enabled": false,
"seat4Position": [
0,
0,
0
],
"seat4RotationY": 0,
"reset": null
"reset": 15,
"label": "Blunt"
}

0 comments on commit a836e1e

Please sign in to comment.