1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-29 08:58:53 +02:00
parent 660c766f79
commit 179f7c0d12
7 changed files with 59 additions and 2 deletions

View file

@ -430,6 +430,21 @@ CodeStudio.Products = {
itemPrice = 4,
itemInfo = "",
},
['droelfbar'] = {
itemName = "Drölfbar Döner Ice Explosion",
itemStock = 5000,
itemPrice = 6,
itemInfo = "",
},
['droelfbar2'] = {
itemName = "Drölfbar Pfirsich Minze Ice",
itemStock = 5000,
itemPrice = 6,
itemInfo = "",
},
}
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View file

@ -313,7 +313,26 @@ Config.Consumables = {
dict = 'amb@world_human_smoking@male@male_b@base',
anim = 'base',
flags = 49,
prop = 'xm3_prop_xm3_vape_01a',
prop = 'brum_greenapple_elfbar',
bone = 28422,
pos = vec3(-0.029, 0.007, -0.005),
rot = vec3(91.0, 270.0, -180.0),
stress = 25,
armour = 0,
damageHealth = 0,
},
["droelfbar2"] = {
label = 'vapen',
duration = 30,
requiredItem = false,
requiredLabel = '',
returnItem = false,
returned = nil,
amountReturned = 0,
dict = 'amb@world_human_smoking@male@male_b@base',
anim = 'base',
flags = 49,
prop = 'brum_mango_elfbar',
bone = 28422,
pos = vec3(-0.029, 0.007, -0.005),
rot = vec3(91.0, 270.0, -180.0),
@ -321,7 +340,6 @@ Config.Consumables = {
armour = 0,
damageHealth = 0,
},
}

View file

@ -10816,4 +10816,28 @@ itemsData = {
image = 'empty_glasbootle.png',
name = 'empty_glasbottle',
},
droelfbar = {
shouldClose = true,
type = 'item',
description = '',
weight = 20,
label = 'Drölfbar Döner Ice Explosion',
unique = true,
useable = true,
image = 'droelfbar.png',
name = 'droelfbar',
},
droelfbar2 = {
shouldClose = true,
type = 'item',
description = '',
weight = 20,
label = 'Drölfbar Pfirsich Minze Ice',
unique = true,
useable = true,
image = 'droelfbar2.png',
name = 'droelfbar2',
},
}