From 87459ff5e59413a248c7b6d07f6af86e68307c16 Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Mon, 29 Apr 2019 00:21:23 +0200 Subject: [PATCH] add car_racing_electric to suburban home, garage, and junkyard with low spawn chance --- data/json/vehicle_groups.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/json/vehicle_groups.json b/data/json/vehicle_groups.json index ea8e245a7b1d2..59a2d48db3bdb 100644 --- a/data/json/vehicle_groups.json +++ b/data/json/vehicle_groups.json @@ -130,6 +130,7 @@ [ "beetle", 300 ], [ "car_sports", 100 ], [ "car_sports_electric", 50 ], + [ "car_racing_electric", 5 ], [ "superbike", 50 ], [ "motorcycle", 200 ], [ "motorcycle_sidecart", 100 ], @@ -210,6 +211,7 @@ [ "portable_generator", 20 ], [ "quad_bike", 10 ], [ "quad_bike_chassis", 20 ], + [ "car_racing_electric", 5 ], [ "superbike", 5 ], [ "welding_cart", 20 ] ] @@ -280,6 +282,7 @@ [ "electric_car", 400 ], [ "car_sports", 400 ], [ "car_sports_electric", 100 ], + [ "car_racing_electric", 5 ], [ "suv", 500 ], [ "suv_electric", 200 ], [ "suv_electric", 120 ],