Skip to content

Commit

Permalink
Remove bubble car spawns (#38050)
Browse files Browse the repository at this point in the history
Minireactor powered vehicles haven't fit in canon fore a while, so they
shouldn't be spawning.
Have them spawn in Aftershock instead.
  • Loading branch information
anothersimulacrum authored Feb 15, 2020
1 parent 01d82b3 commit 26b2614
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/json/vehicle_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@
[ "suv_electric", 120 ],
[ "car_mini", 300 ],
[ "beetle", 500 ],
[ "bubble_car", 20 ],
[ "pickup", 600 ],
[ "hippie_van", 700 ],
[ "4x4_car", 500 ]
Expand Down Expand Up @@ -392,7 +391,6 @@
"type": "vehicle_group",
"id": "parkinglotbasic",
"vehicles": [
[ "bubble_car", 50 ],
[ "car_sports_electric", 100 ],
[ "cube_van", 1000 ],
[ "car_mini", 375 ],
Expand Down Expand Up @@ -476,7 +474,6 @@
"vehicles": [
[ "electric_car", 100 ],
[ "suv_electric", 70 ],
[ "bubble_car", 60 ],
[ "rara_x", 40 ],
[ "car_sports", 30 ],
[ "car_sports_electric", 20 ]
Expand Down Expand Up @@ -547,7 +544,6 @@
"type": "vehicle_group",
"id": "parking_garage",
"vehicles": [
[ "bubble_car", 200 ],
[ "4x4_car", 200 ],
[ "car_sports_electric", 100 ],
[ "car_mini", 375 ],
Expand Down
21 changes: 21 additions & 0 deletions data/mods/Aftershock/vehicles/vehicle_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@
[ "compact_atomic", 300 ]
]
},
{
"id": "parkinglotbasic",
"type": "vehicle_group",
"vehicles": [ [ "bubble_car", 50 ] ]
},
{
"type": "vehicle_group",
"id": "parking_garage",
"vehicles": [ [ "bubble_car", 200 ] ]
},
{
"type": "vehicle_group",
"id": "junkyard_vehicles",
"vehicles": [ [ "bubble_car", 20 ] ]
},
{
"type": "vehicle_group",
"id": "oa_vg_cs_vehicles",
"//": "For cs_car_showroom",
"vehicles": [ [ "bubble_car", 60 ] ]
},
{
"id": "highway",
"type": "vehicle_group",
Expand Down

0 comments on commit 26b2614

Please sign in to comment.