Skip to content

Commit

Permalink
json/randenc: add vehicle loot zones to caravaner truck
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei8l committed Apr 22, 2022
1 parent 9597607 commit 22aa750
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/json/vehicles/factional.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
}
]

0 comments on commit 22aa750

Please sign in to comment.