magiclysm-bn/vehicle_groups.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

43 lines
920 B
JSON

[
{
"type": "vehicle_group",
"id": "city_vehicles",
"vehicles": [ [ "bicycle_orichalcum", 300 ] ]
},
{
"type": "vehicle_group",
"id": "suburban_home",
"vehicles": [ [ "bicycle_orichalcum", 100 ] ]
},
{
"type": "vehicle_group",
"id": "dirtlot",
"vehicles": [ [ "bicycle_orichalcum", 50 ] ]
},
{
"type": "vehicle_group",
"id": "parkinglot",
"vehicles": [ [ "bicycle_orichalcum", 350 ] ]
},
{
"type": "vehicle_group",
"id": "campground_vehicles",
"vehicles": [ [ "bicycle_orichalcum", 75 ] ]
},
{
"type": "vehicle_group",
"id": "bikeshop",
"vehicles": [ [ "bicycle_orichalcum", 600 ] ]
},
{
"type": "vehicle_group",
"id": "back_alley",
"vehicles": [ [ "bicycle_orichalcum", 450 ] ]
},
{
"type": "vehicle_group",
"id": "showroom_small_vehicles",
"vehicles": [ [ "bicycle_orichalcum", 100 ] ]
}
]