forked from Simnation/Main
resources/[inventory]/cs_shops/config/config.lua aktualisiert
This commit is contained in:
parent
fc0a0d7f12
commit
f8e2cff3dc
1 changed files with 2388 additions and 2370 deletions
|
@ -538,6 +538,24 @@ CodeStudio.Products = {
|
|||
itemPrice = 100,
|
||||
itemInfo = "",
|
||||
},
|
||||
['emptybag'] = {
|
||||
itemName = "leer Sack",
|
||||
itemStock = 150,
|
||||
itemPrice = 150,
|
||||
itemInfo = "",
|
||||
},
|
||||
['korb'] = {
|
||||
itemName = "Korb",
|
||||
itemStock = 150,
|
||||
itemPrice = 200,
|
||||
itemInfo = "",
|
||||
},
|
||||
['gardensicorr'] = {
|
||||
itemName = "Gartenschere",
|
||||
itemStock = 150,
|
||||
itemPrice = 100,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue