forked from Simnation/Main
ed
This commit is contained in:
parent
2f5bc54e2c
commit
305602602e
2 changed files with 49 additions and 16 deletions
|
@ -15,7 +15,7 @@
|
|||
<animConvRoofName>brush_truck</animConvRoofName>
|
||||
<animConvRoofWindowsAffected />
|
||||
<ptfxAssetName>null</ptfxAssetName>
|
||||
<audioNameHash>null<audioNameHash>
|
||||
<audioNameHash>null</audioNameHash>
|
||||
<layout>LAYOUT_RANGER</layout>
|
||||
<coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets>
|
||||
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
|
||||
|
|
|
@ -468,9 +468,20 @@ itemsData = {
|
|||
description = 'Die Friedenspfeife 2.0',
|
||||
image = 'joint7.png',
|
||||
shouldClose = true,
|
||||
label = 'Joint',
|
||||
label = 'Puprle Haze Joint',
|
||||
name = 'joint',
|
||||
},
|
||||
joint2 = {
|
||||
useable = true,
|
||||
weight = 500,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = 'Die Friedenspfeife 2.0',
|
||||
image = 'joint7.png',
|
||||
shouldClose = true,
|
||||
label = 'OGKush Joint',
|
||||
name = 'joint2',
|
||||
},
|
||||
sugar = {
|
||||
useable = false,
|
||||
weight = 1000,
|
||||
|
@ -2451,7 +2462,18 @@ itemsData = {
|
|||
description = '1KG Weed Brick to sell to large customers.',
|
||||
image = 'weed_brick.png',
|
||||
shouldClose = true,
|
||||
label = 'Weed Brick',
|
||||
label = 'Purple Haze Brick',
|
||||
name = 'weed_brick',
|
||||
},
|
||||
weed_brick2 = {
|
||||
useable = false,
|
||||
weight = 1000,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = '1KG Weed Brick to sell to large customers.',
|
||||
image = 'weed_brick.png',
|
||||
shouldClose = true,
|
||||
label = 'OGKush Brick',
|
||||
name = 'weed_brick',
|
||||
},
|
||||
weapon_switchblade = {
|
||||
|
@ -4107,9 +4129,20 @@ itemsData = {
|
|||
description = 'A weed bag with 2g Purple Haze',
|
||||
image = 'weed_baggy.png',
|
||||
shouldClose = false,
|
||||
label = 'Purple Haze 2g',
|
||||
label = 'Tüte Purple Haze',
|
||||
name = 'weed_purplehaze',
|
||||
},
|
||||
weed_ogkush = {
|
||||
useable = true,
|
||||
weight = 200,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = 'A weed bag with 2g OG Kush',
|
||||
image = 'weed_baggy.png',
|
||||
shouldClose = false,
|
||||
label = 'Tüte OGKush',
|
||||
name = 'weed_ogkush',
|
||||
},
|
||||
veh_wheels = {
|
||||
useable = true,
|
||||
weight = 1000,
|
||||
|
@ -4919,9 +4952,20 @@ itemsData = {
|
|||
description = 'Wächst, riecht, entspannt',
|
||||
image = 'marihuana.png',
|
||||
shouldClose = false,
|
||||
label = 'Cannabis Knolle',
|
||||
label = 'Purple Haze Knolle',
|
||||
name = 'weed',
|
||||
},
|
||||
weed2 = {
|
||||
useable = true,
|
||||
weight = 100,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = 'Wächst, riecht, entspannt',
|
||||
image = 'marihuana.png',
|
||||
shouldClose = false,
|
||||
label = 'OGKush Knolle',
|
||||
name = 'weed2',
|
||||
},
|
||||
ifs_olden_ectar = {
|
||||
useable = true,
|
||||
weight = 200,
|
||||
|
@ -8186,17 +8230,6 @@ itemsData = {
|
|||
label = 'Heimdall\'s Clear Sight',
|
||||
name = 'heimdalls_clear_sight',
|
||||
},
|
||||
weed_ogkush = {
|
||||
useable = true,
|
||||
weight = 200,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = 'A weed bag with 2g OG Kush',
|
||||
image = 'weed_baggy.png',
|
||||
shouldClose = false,
|
||||
label = 'OGKush 2g',
|
||||
name = 'weed_ogkush',
|
||||
},
|
||||
weapontint_mk2_7 = {
|
||||
useable = true,
|
||||
weight = 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue