forked from Simnation/Main
ed
This commit is contained in:
parent
f807f6dba1
commit
cd48f3b066
2 changed files with 9 additions and 2 deletions
|
@ -523,6 +523,13 @@ CodeStudio.Products = {
|
|||
itemPrice = 4,
|
||||
itemInfo = "",
|
||||
},
|
||||
['weapon_knife'] = {
|
||||
itemName = "Messer",
|
||||
itemStock = 150,
|
||||
itemPrice = 600,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -2981,7 +2988,7 @@ CodeStudio.Shops = {
|
|||
|
||||
},
|
||||
[14] = {
|
||||
ShopName = 'Millars Fihsery',
|
||||
ShopName = 'Millars Fishery',
|
||||
Category = {
|
||||
[1] = 'fishing',
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ Config.processing = {
|
|||
sourceItem = 'pufferfish',
|
||||
yield = {
|
||||
{ item = 'fish_fillet', amount = {1, 3} },
|
||||
{ item = 'poison', chance = 25 } -- 25% chance
|
||||
{ item = 'poison', chance = 15 } -- 25% chance
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue