diff --git a/data/json/vehicles/factional.json b/data/json/vehicles/factional.json index 9f06d3eff86d5..7a382eb180613 100644 --- a/data/json/vehicles/factional.json +++ b/data/json/vehicles/factional.json @@ -60,6 +60,12 @@ { "x": -3, "y": 1, "chance": 20, "item_groups": [ "car_kit" ] }, { "x": -3, "y": 0, "chance": 18, "item_groups": [ "fuel_gasoline" ] }, { "x": -2, "y": 1, "chance": 13, "items": [ "ax" ] } + ], + "zones": [ + { "type": "LOOT_UNSORTED", "x": -2, "y": 0 }, + { "type": "LOOT_UNSORTED", "x": -2, "y": 1 }, + { "type": "LOOT_AMMO", "x": -3, "y": 0 }, + { "type": "LOOT_GUNS", "x": -3, "y": 1 } ] } ]