Skip to content

Commit

Permalink
Deprecate atomic cars
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Dec 31, 2019
1 parent 2414634 commit 54d4135
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions data/json/vehicle_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
[ "car_anmlcmpt", 250 ],
[ "electric_car", 500 ],
[ "car_sports", 300 ],
[ "car_sports_atomic", 15 ],
[ "car_sports_electric", 60 ],
[ "suv", 800 ],
[ "suv_electric", 200 ],
[ "suv_electric", 120 ],
[ "car_mini", 800 ],
[ "beetle", 500 ],
[ "bubble_car", 20 ],
[ "bicycle", 400 ],
[ "bicycle_electric", 100 ],
[ "motorcycle", 200 ],
Expand Down Expand Up @@ -185,7 +183,6 @@
[ "apc-gl", 50 ],
[ "aapc-mg", 50 ],
[ "aapc-gl", 25 ],
[ "bubble_car", 50 ],
[ "rv", 200 ],
[ "limousine", 100 ],
[ "schoolbus", 200 ],
Expand Down Expand Up @@ -437,8 +434,7 @@
[ "bubble_car", 60 ],
[ "rara_x", 40 ],
[ "car_sports", 30 ],
[ "car_sports_electric", 20 ],
[ "car_sports_atomic", 5 ]
[ "car_sports_electric", 20 ]
]
},
{
Expand Down Expand Up @@ -522,8 +518,7 @@
[ "motorcycle_enduro", 50 ],
[ "superbike", 50 ],
[ "motorcycle_sidecart", 50 ],
[ "car_sports", 30 ],
[ "car_sports_atomic", 5 ]
[ "car_sports", 30 ]
]
},
{
Expand Down

0 comments on commit 54d4135

Please sign in to comment.