forked from Simnation/Main
ed
This commit is contained in:
parent
7e4165d190
commit
e7a9163925
4 changed files with 29 additions and 4 deletions
|
@ -307,7 +307,7 @@ CodeStudio.Products = {
|
|||
},
|
||||
|
||||
['normal'] = {
|
||||
categoryName = "Gemischtwaren",
|
||||
categoryName = "General",
|
||||
categoryLogo = "fa-shopping-basket",
|
||||
items = {
|
||||
['vape'] = {
|
||||
|
@ -424,7 +424,12 @@ CodeStudio.Products = {
|
|||
itemPrice = 4,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
['baking_soda'] = {
|
||||
itemName = "Backpulver",
|
||||
itemStock = 5000,
|
||||
itemPrice = 4,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/baking_soda.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/baking_soda.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
BIN
resources/[inventory]/inventory_images/images/baking_soda.png
Normal file
BIN
resources/[inventory]/inventory_images/images/baking_soda.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
|
@ -10610,6 +10610,26 @@ itemsData = {
|
|||
image = 'airsoft_bullets.png',
|
||||
name = 'airsoft_bullets',
|
||||
},
|
||||
|
||||
|
||||
baking_soda = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'Backpulver',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'baking_soda.png',
|
||||
name = 'baking_soda',
|
||||
},
|
||||
mixed_coke = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'Tüte gestrecktes Kokain',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'cocaine_baggy.png',
|
||||
name = 'mixed_coke',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue