1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-01 13:48:53 +02:00
parent f807f6dba1
commit cd48f3b066
2 changed files with 9 additions and 2 deletions

View file

@ -523,6 +523,13 @@ CodeStudio.Products = {
itemPrice = 4, itemPrice = 4,
itemInfo = "", itemInfo = "",
}, },
['weapon_knife'] = {
itemName = "Messer",
itemStock = 150,
itemPrice = 600,
itemInfo = "",
},
} }
}, },
@ -2981,7 +2988,7 @@ CodeStudio.Shops = {
}, },
[14] = { [14] = {
ShopName = 'Millars Fihsery', ShopName = 'Millars Fishery',
Category = { Category = {
[1] = 'fishing', [1] = 'fishing',

View file

@ -108,7 +108,7 @@ Config.processing = {
sourceItem = 'pufferfish', sourceItem = 'pufferfish',
yield = { yield = {
{ item = 'fish_fillet', amount = {1, 3} }, { item = 'fish_fillet', amount = {1, 3} },
{ item = 'poison', chance = 25 } -- 25% chance { item = 'poison', chance = 15 } -- 25% chance
} }
} }
} }