Skip to content

Commit

Permalink
chore: creation of mechanical shops for the sale of their products
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jul 31, 2024
1 parent 84b9358 commit e917ef3
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,28 @@ Config.Shops = {
},
},
},

["mechanic"] = {
label = "Mechanic Shop",
blip = {
enabled = true,
coords = vec3(811.147278, -2157.349365, 29.616821),
sprite = 61,
color = 8,
scale = 0.7,
string = "mechanic",
},
locations = {
stash = {
string = "[E] - Access Inventory",
coords = vec3(-319.410980, -131.907684, 38.968506),
range = 3.0,
},
shop = {
string = "[E] - Access Shop",
coords = vec3(-344.149445, -139.951645, 39.002197),
range = 4.0,
},
},
},
}

0 comments on commit e917ef3

Please sign in to comment.