Skip to content

Commit

Permalink
Add missing cars
Browse files Browse the repository at this point in the history
- Added Donnie TC
- Added Sideswipe
  • Loading branch information
BGMP committed Dec 24, 2022
1 parent 56dd714 commit 30a7d7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RVAData
YEAR = 22
MONTH = 12
DAY = 12
REVISION = 3
REVISION = 4
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
end
1 change: 1 addition & 0 deletions models/cars/advanced.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Arctic Stomper,57.0,2.38,2.3,0.8
Springtrap,54.9,2.81,1.2,0.8
Diamond,55.9,2.23,1.2,0.8
Marauder,57.8,1.96,1.7,0.9
Donnie TC,58,2.6,1.7,0.9
Hyper XL,57.5,2.5,1.75,0.9
DRJ-61,54.5,2.45,2,0.9
Panga TC,59.6,2.13,1.8,1.0
Expand Down
1 change: 1 addition & 0 deletions models/cars/super-pro.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Nova,73.7,4.21,2,0.8
Tesseract,71.3,4,2,0.8
Prototype FX77,65.1,2.99,1.2,0.8
La Rossa,72.9,4.16,2.0,0.8
Sideswipe,70.4,3.86,2,0.8
Starmac,68.6,3.54,1.8,0.8
Daemmon,74.4,3.87,1.85,0.8
Cambold R,70.9,3.70,1.4,0.8
Expand Down

0 comments on commit 30a7d7a

Please sign in to comment.