diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 1ca2f91bf..33124481e 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -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 = "", + }, + + + } }, diff --git a/resources/[inventory]/cs_shops/ui/image/droelfbar.png b/resources/[inventory]/cs_shops/ui/image/droelfbar.png new file mode 100644 index 000000000..aee58743e Binary files /dev/null and b/resources/[inventory]/cs_shops/ui/image/droelfbar.png differ diff --git a/resources/[inventory]/cs_shops/ui/image/droelfbar2.png b/resources/[inventory]/cs_shops/ui/image/droelfbar2.png new file mode 100644 index 000000000..bb13a22ee Binary files /dev/null and b/resources/[inventory]/cs_shops/ui/image/droelfbar2.png differ diff --git a/resources/[inventory]/inventory_images/images/droelfbar.png b/resources/[inventory]/inventory_images/images/droelfbar.png new file mode 100644 index 000000000..aee58743e Binary files /dev/null and b/resources/[inventory]/inventory_images/images/droelfbar.png differ diff --git a/resources/[inventory]/inventory_images/images/droelfbar2.png b/resources/[inventory]/inventory_images/images/droelfbar2.png new file mode 100644 index 000000000..bb13a22ee Binary files /dev/null and b/resources/[inventory]/inventory_images/images/droelfbar2.png differ diff --git a/resources/[inventory]/lusty94_smoking/shared/config.lua b/resources/[inventory]/lusty94_smoking/shared/config.lua index bf8ca47ec..d08d5b3c9 100644 --- a/resources/[inventory]/lusty94_smoking/shared/config.lua +++ b/resources/[inventory]/lusty94_smoking/shared/config.lua @@ -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, }, - } diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index f03e624e1..b201424a4 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -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', + }, + + }