DanisRace/cardata/KartBox.json~
Victorious Children Studios db92590087 Version 08-08-24
2024-08-27 15:34:26 +03:00

36 lines
1.4 KiB
JSON

{
"name":"Hatchback Model 1",
"probability":10,
"type":"street-car",
"wheels":[
{ "radius":0.383, "xyz":[ 0.919, -1.519, -0.200], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":true , "object":""},
{ "radius":0.383, "xyz":[-0.919, -1.519, -0.200], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":true , "object":".001"},
{ "radius":0.383, "xyz":[-0.919, 1.522, -0.200], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":false, "object":".003"},
{ "radius":0.383, "xyz":[ 0.919, 1.522, -0.200], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":false, "object":".002"}
],
"mass" : 1993 ,
"hp" : 50 ,
"torque" : 50 ,
"drag" : 1.5 ,
"roll" : 0.4 ,
"grip" : 0.1 ,
"maxturn" : 0.8 ,
"brakes" : 1.0 ,
"abs" : 0.1 ,
"downforce" : 0.5 ,
"suspention" : 50.0 ,
"suspentionDamping" : 0.8 ,
"maxrpm" : 6000 ,
"idle" : 1100 ,
"redline" : 5000 ,
"gears":[
5.00,
2.00,
1.00,
0.50
]
}