Skip to content

Commit

Permalink
Add extra data to semi-pro.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
Macacosky committed Nov 11, 2023
1 parent 5bf25b0 commit db2c0c8
Showing 1 changed file with 37 additions and 36 deletions.
73 changes: 37 additions & 36 deletions models/cars/semi-pro.csv
@@ -1,36 +1,37 @@
name,speed,acc,weight,multiplier
Adeon,59.1,2.97,1.2,0.7
Dragoon,61.2,2.26,2.2,0.7
Sir Racealot,58.2,3.77,1.8,0.7
Sokudo,56.3,5.19,1.2,0.7
Teacee,60.0,2.90,2.0,0.7
Toy-World GT,62.4,3.87,1.65,0.7
Zipper,60.7,2.82,1.4,0.8
JG-7,59,2.72,1.2,0.8
Ancile,58.2,2.29,2.5,0.8
Gridlock,58.1,2.42,1.4,0.8
Mambra,58.6,4.37,1.6,0.8
RC-Erra,59.9,2.53,1.6,0.8
Touga,65.7,3.08,2,0.8
Victoria,57.4,2.65,1.7,0.8
Chilla,62,2.22,1.4,0.9
Ducktail,60.3,2.46,2,0.9
M4 Dirtmaster,59.2,2.45,1.9,0.9
Maxam RS,61.1,2.23,1.7,0.9
Runner 2000,59.8,3.18,1.32,0.9
Sasquatch,61.4,2.47,3,0.9
Speed Balancer,62.1,3.22,1.8,0.9
RG1,57.9,2.82,1.4,1.0
Otaku-D,61.3,3.68,1.7,1.0
Trundle Buster,61.5,2.92,4,1.0
5TP,62.2,3.04,2.5,1.1
Sidepod,63.9,2.25,1.2,1.1
Ballista,62.5,4.18,2.0,1.2
Pemto,65.7,2.58,1.5,1.2
Big Load,61.5,1.94,3.7,1.5
Pest Control,66.6,1.66,2,2.3
Pole Poz,60.5,2.53,1.7,2.3
Roadkill,64.4,3.53,1.25,2.4
Project Octagon,62.5,2.34,1.6,2.5
Rotor,65.3,2.01,3,2.9
RV Loco,63.6,1.98,2.25,3.2
name,speed,acc,weight,multiplier,folder_name,stock
Adeon,59.1,2.97,1.2,0.7,adeon,TRUE
Dragoon,61.2,2.26,2.2,0.7,nrf_dragoon,FALSE
Sir Racealot,58.2,3.77,1.8,0.7,tcp_camelot,FALSE
Sokudo,56.3,5.19,1.2,0.7,sokudo,FALSE
Teacee,60.0,2.90,2.0,0.7,teacee,FALSE
Toy-World GT,62.4,3.87,1.65,0.7,tcp_twgt,FALSE
Zipper,60.7,2.82,1.4,0.8,tc1,TRUE
JG-7,59,2.72,1.2,0.8,jg1jg7,TRUE
Ancile,58.2,2.29,2.5,0.8,lib6ax_ancile,FALSE
Gridlock,58.1,2.42,1.4,0.8,tcp_gridlock,FALSE
Mambra,58.6,4.37,1.6,0.8,mambra,FALSE
RC-Erra,59.9,2.53,1.6,0.8,cera,FALSE
Touga,65.7,3.08,2,0.8,touga,FALSE
Victoria,57.4,2.65,1.7,0.8,phim_victoria,FALSE
Chilla,62,2.22,1.4,0.9,tcp_chilla,FALSE
Ducktail,60.3,2.46,2,0.9,phim_ducktail,FALSE
M4 Dirtmaster,59.2,2.45,1.9,0.9,fd23m4,FALSE
Maxam RS,61.1,2.23,1.7,0.9,maxamrs,FALSE
Runner 2000,59.8,3.18,1.32,0.9,nrf_runner,FALSE
Sasquatch,61.4,2.47,3,0.9,sasquatch,FALSE
Speed Balancer,62.1,3.22,1.8,0.9,speedbalancer,FALSE
RG1,57.9,2.82,1.4,1.0,tc7,TRUE
Otaku-D,61.3,3.68,1.7,1.0,phim_sileighty,FALSE
Trundle Buster,61.5,2.92,4,1.0,nm_trundle,FALSE
5TP,62.2,3.04,2.5,1.1,jgp_5tp,FALSE
Sidepod,63.9,2.25,1.2,1.1,sidepod,FALSE
Ballista,62.5,4.18,2.0,1.2,ballista,FALSE
Pemto,65.7,2.58,1.5,1.2,pemto,FALSE
Big Load,61.5,1.94,3.7,1.5,jgp_bigload,FALSE
Pest Control,66.6,1.66,2,2.3,tc3,TRUE
Pole Poz,60.5,2.53,1.7,2.3,fone,TRUE
Roadkill,64.4,3.53,1.25,2.4,roadkill,FALSE
Project Octagon,62.5,2.34,1.6,2.5,pm_octa,FALSE
Rotor,65.3,2.01,3,2.9,rotor,TRUE
RV Loco,63.6,1.98,2.25,3.2,jg3loco,TRUE
,,,,,,

0 comments on commit db2c0c8

Please sign in to comment.