Skip to content

Commit

Permalink
Merge pull request #743 from bitpredator/dev
Browse files Browse the repository at this point in the history
delete: removed iak_ammunation map
  • Loading branch information
bitpredator authored Jul 4, 2024
2 parents 4acb130 + 5c74e17 commit 396c110
Show file tree
Hide file tree
Showing 19 changed files with 753 additions and 733 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES
('ammo-sniper', '7.62 NATO'),
('grain', 'grain'),
('flour', 'flour'),
('bread', 'empty sandwich')
('bread', 'empty sandwich'),
('ammo-9', '9mm')
;
22 changes: 20 additions & 2 deletions server-data/resources/[bpt_addons]/bpt_crafting/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,24 @@ Config = {
},
},

["ammo-9"] = {
Level = 10,
Category = "ammu",
isGun = false,
Jobs = { "ammu" },
JobGrades = {},
Amount = 1,
SuccessRate = 100,
requireBlueprint = false,
Time = 30,
Ingredients = {
["copper"] = 1,
["iron"] = 1,
["gunpowder"] = 1,
["gold"] = 1,
},
},

["bread"] = {
Level = 0,
Category = "baker",
Expand Down Expand Up @@ -350,10 +368,10 @@ Config = {
radius = 1.0,
},
{
coords = vector3(809.090088, -2172.923096, 29.616821),
coords = vector3(808.984619, -2159.630859, 29.616821),
jobs = { "ammu" },
blip = false,
recipes = { "WEAPON_APPISTOL", "ammo-sniper" },
recipes = { "WEAPON_APPISTOL", "ammo-sniper", "ammo-9" },
radius = 1.0,
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions server-data/resources/[maps]/iak_ammunation/fxmanifest.lua

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 396c110

Please sign in to comment.