ed
This commit is contained in:
parent
39171e54d3
commit
b117c38c60
8 changed files with 47 additions and 15 deletions
|
@ -18,7 +18,7 @@ itemsData = {
|
|||
description = 'Small package of cocaine, mostly used for deals and takes a lot of space',
|
||||
image = 'coke_small_brick.png',
|
||||
shouldClose = true,
|
||||
label = 'Coke Package',
|
||||
label = 'Kokain Brick',
|
||||
name = 'coke_small_brick',
|
||||
},
|
||||
veh_armor = {
|
||||
|
@ -7353,7 +7353,7 @@ itemsData = {
|
|||
description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
|
||||
image = 'coke_brick.png',
|
||||
shouldClose = true,
|
||||
label = 'Coke Brick',
|
||||
label = 'großer Kokain Brick',
|
||||
name = 'coke_brick',
|
||||
},
|
||||
butcherknife = {
|
||||
|
@ -8785,7 +8785,7 @@ itemsData = {
|
|||
description = 'To get happy real quick',
|
||||
image = 'cocaine_baggy.png',
|
||||
shouldClose = true,
|
||||
label = 'Bag of Coke',
|
||||
label = 'Tüte Kokain',
|
||||
name = 'cokebaggy',
|
||||
},
|
||||
weed_purplehaze_seed = {
|
||||
|
@ -10434,5 +10434,49 @@ itemsData = {
|
|||
image = 'cabletie.png',
|
||||
name = 'cabletie',
|
||||
},
|
||||
sulfuric_acid = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'Schwefelsäure',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'sulfuric_acid.png',
|
||||
name = 'sulfuric_acid',
|
||||
},
|
||||
kalk_bag = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 500,
|
||||
label = 'Sack Kalk',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'kalk_bag.png',
|
||||
name = 'kalk_bag',
|
||||
},
|
||||
kalk_stone = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'Kalk Stein',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'kalk_stone.png',
|
||||
name = 'kalk_stone',
|
||||
},
|
||||
ammoniak = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'Ammoniak',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'ammoniak.png',
|
||||
name = 'ammoniak',
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue