1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-21 01:43:56 +02:00
parent 2f5bc54e2c
commit 305602602e
2 changed files with 49 additions and 16 deletions

View file

@ -15,7 +15,7 @@
<animConvRoofName>brush_truck</animConvRoofName> <animConvRoofName>brush_truck</animConvRoofName>
<animConvRoofWindowsAffected /> <animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName> <ptfxAssetName>null</ptfxAssetName>
<audioNameHash>null<audioNameHash> <audioNameHash>null</audioNameHash>
<layout>LAYOUT_RANGER</layout> <layout>LAYOUT_RANGER</layout>
<coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets> <coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo> <explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>

View file

@ -468,9 +468,20 @@ itemsData = {
description = 'Die Friedenspfeife 2.0', description = 'Die Friedenspfeife 2.0',
image = 'joint7.png', image = 'joint7.png',
shouldClose = true, shouldClose = true,
label = 'Joint', label = 'Puprle Haze Joint',
name = '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 = { sugar = {
useable = false, useable = false,
weight = 1000, weight = 1000,
@ -2451,7 +2462,18 @@ itemsData = {
description = '1KG Weed Brick to sell to large customers.', description = '1KG Weed Brick to sell to large customers.',
image = 'weed_brick.png', image = 'weed_brick.png',
shouldClose = true, 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', name = 'weed_brick',
}, },
weapon_switchblade = { weapon_switchblade = {
@ -4107,9 +4129,20 @@ itemsData = {
description = 'A weed bag with 2g Purple Haze', description = 'A weed bag with 2g Purple Haze',
image = 'weed_baggy.png', image = 'weed_baggy.png',
shouldClose = false, shouldClose = false,
label = 'Purple Haze 2g', label = 'Tüte Purple Haze',
name = 'weed_purplehaze', 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 = { veh_wheels = {
useable = true, useable = true,
weight = 1000, weight = 1000,
@ -4919,9 +4952,20 @@ itemsData = {
description = 'Wächst, riecht, entspannt', description = 'Wächst, riecht, entspannt',
image = 'marihuana.png', image = 'marihuana.png',
shouldClose = false, shouldClose = false,
label = 'Cannabis Knolle', label = 'Purple Haze Knolle',
name = 'weed', 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 = { ifs_olden_ectar = {
useable = true, useable = true,
weight = 200, weight = 200,
@ -8186,17 +8230,6 @@ itemsData = {
label = 'Heimdall\'s Clear Sight', label = 'Heimdall\'s Clear Sight',
name = 'heimdalls_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 = { weapontint_mk2_7 = {
useable = true, useable = true,
weight = 1000, weight = 1000,