Skip to content

Commit

Permalink
chore: work completed for the creation of the "contract" item
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Nov 4, 2024
1 parent 9e4db74 commit ba84fb0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES
('medikit', 'Medikit'),
('salmon_fillet', 'Salmon Fillet'),
('armour', 'armour'),
('WEAPON_FLASHLIGHT', 'WEAPON FLASHLIGHT')
('WEAPON_FLASHLIGHT', 'WEAPON FLASHLIGHT'),
('contract', 'Contract')
;
16 changes: 16 additions & 0 deletions server-data/resources/[bpt_addons]/bpt_crafting/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,21 @@ Config = {
["plastic_bag"] = 1,
},
},

["contract"] = {
Level = 0,
Category = "manufacturing",
isGun = false,
Jobs = { "import" },
JobGrades = {},
Amount = 2,
SuccessRate = 100,
requireBlueprint = false,
Time = 30,
Ingredients = {
["recycled_paper"] = 2,
},
},
},

Workbenches = { -- Every workbench location, leave {} for jobs if you want everybody to access
Expand All @@ -584,6 +599,7 @@ Config = {
"recycled_plastic",
"iron",
"diamond_tip",
"contract",
},
radius = 1.0,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES
('medikit', 'Medikit'),
('salmon_fillet', 'Filetto di salmone'),
('armour', 'giubbotto antiproiettile'),
('WEAPON_FLASHLIGHT', 'Torcia')
('WEAPON_FLASHLIGHT', 'Torcia'),
('contract', 'Contratto per auto')
;

0 comments on commit ba84fb0

Please sign in to comment.