forked from Simnation/Main
ed
This commit is contained in:
parent
68151e44fe
commit
b390ae483b
5 changed files with 21 additions and 1 deletions
|
@ -1250,7 +1250,12 @@ CodeStudio.Products = {
|
||||||
itemPrice = 50,
|
itemPrice = 50,
|
||||||
itemInfo = "",
|
itemInfo = "",
|
||||||
},
|
},
|
||||||
|
['breathalyzer'] = {
|
||||||
|
itemName = "Alkoholtester",
|
||||||
|
itemStock = 150,
|
||||||
|
itemPrice = 50,
|
||||||
|
itemInfo = "",
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/breathalyzer.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/breathalyzer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
BIN
resources/[inventory]/inventory_images/images/breathalyzer.png
Normal file
BIN
resources/[inventory]/inventory_images/images/breathalyzer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
|
@ -22,6 +22,7 @@ config.maxStacks = {
|
||||||
vehiclekeys = 1,
|
vehiclekeys = 1,
|
||||||
keyring = 1,
|
keyring = 1,
|
||||||
customizableplate = 1,
|
customizableplate = 1,
|
||||||
|
breathalyzer = 1,
|
||||||
|
|
||||||
c_necklace = 1,
|
c_necklace = 1,
|
||||||
c_bproof = 1,
|
c_bproof = 1,
|
||||||
|
|
|
@ -11005,5 +11005,19 @@ itemsData = {
|
||||||
image = 'customizableplate.png',
|
image = 'customizableplate.png',
|
||||||
name = 'customizableplate',
|
name = 'customizableplate',
|
||||||
},
|
},
|
||||||
|
breathalyzer= {
|
||||||
|
shouldClose = true,
|
||||||
|
type = 'item',
|
||||||
|
description = 'Misst den Blutalkoholspiegel',
|
||||||
|
weight = 500,
|
||||||
|
label = 'Alkoholtester',
|
||||||
|
unique = true,
|
||||||
|
useable = true,
|
||||||
|
image = 'breathalyzer.png',
|
||||||
|
name = 'breathalyzer',
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue