forked from Simnation/Main
ed
This commit is contained in:
parent
660c766f79
commit
179f7c0d12
7 changed files with 59 additions and 2 deletions
|
@ -430,6 +430,21 @@ CodeStudio.Products = {
|
||||||
itemPrice = 4,
|
itemPrice = 4,
|
||||||
itemInfo = "",
|
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 = "",
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/droelfbar.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/droelfbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
resources/[inventory]/cs_shops/ui/image/droelfbar2.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/droelfbar2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
BIN
resources/[inventory]/inventory_images/images/droelfbar.png
Normal file
BIN
resources/[inventory]/inventory_images/images/droelfbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
resources/[inventory]/inventory_images/images/droelfbar2.png
Normal file
BIN
resources/[inventory]/inventory_images/images/droelfbar2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
|
@ -313,7 +313,26 @@ Config.Consumables = {
|
||||||
dict = 'amb@world_human_smoking@male@male_b@base',
|
dict = 'amb@world_human_smoking@male@male_b@base',
|
||||||
anim = 'base',
|
anim = 'base',
|
||||||
flags = 49,
|
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,
|
bone = 28422,
|
||||||
pos = vec3(-0.029, 0.007, -0.005),
|
pos = vec3(-0.029, 0.007, -0.005),
|
||||||
rot = vec3(91.0, 270.0, -180.0),
|
rot = vec3(91.0, 270.0, -180.0),
|
||||||
|
@ -321,7 +340,6 @@ Config.Consumables = {
|
||||||
armour = 0,
|
armour = 0,
|
||||||
damageHealth = 0,
|
damageHealth = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10816,4 +10816,28 @@ itemsData = {
|
||||||
image = 'empty_glasbootle.png',
|
image = 'empty_glasbootle.png',
|
||||||
name = 'empty_glasbottle',
|
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',
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue