1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-12 16:51:54 +02:00
parent 3a6d8ed994
commit 9178871ecd
34 changed files with 330 additions and 50 deletions

View file

@ -99,15 +99,15 @@ Config.Items = {
model = "mxc_vend_prop_item_chips6",
price = 100
},
chocolate_meteorite = {
label = "Chocolate: Meteorite",
model = "mxc_vend_prop_item_chocolate1",
price = 100
},
chocolate_captain = {
label = "Chocolate: Captain's Log",
label = "Ego Chaser Schockriegel",
model = "mxc_vend_prop_item_chocolate1",
price = 2
},
chocolate_meteorite = {
label = "EarthQuakes",
model = "mxc_vend_prop_item_chocolate2",
price = 100
price = 2
},
condom = {
label = "Condom: Soth Lags",
@ -233,41 +233,41 @@ Config.Items = {
price = 4
},
sprunk_zero_dose = {
label = "Sprunk Dose Zero",
label = "Sprunk Zero Dose",
model = "mxc_vend_prop_item_cansoda4",
price = 4
},
can_logger = {
label = "Logger Can",
label = "Logger dose",
model = "mxc_vend_prop_item_canbeer1",
price = 100
},
can_blarneys = {
label = "Blarneys Can",
label = "Blarneys Dose",
model = "mxc_vend_prop_item_canbeer2",
price = 100
},
can_hoplivion = {
label = "Hoplivion Can",
label = "Hoplivion Dose",
model = "mxc_vend_prop_item_canbeer3",
price = 100
},
can_cerbeza = {
label = "Cerbeza Can",
label = "Cerbeza Dose",
model = "mxc_vend_prop_item_canbeer4",
price = 100
},
--#endregion
--#region svapo
sand_evapebox = {
label = "E-Vape Box",
droelfbar = {
label = "Drölfbar Döner Ice Explosion",
model = "mxc_smoking_prop_evape_2a",
price = 100
price = 20
},
grey_evapebox = {
label = "E-Vape 2 Box",
droelfbar2 = {
label = "Drölfbar Pfirsich Minze Ice",
model = "mxc_smoking_prop_evape_2f",
price = 100
price = 20
},
pink_smokebox = {
label = "Smoke Box",
@ -361,10 +361,10 @@ Config.Items = {
},
--#endregion
cigs_redwood = {
label = "Cigarettes: Redwood",
redwoodpack = {
label = "Packung Redwood Zigaretten",
model = "v_ret_ml_cigs",
price = 100
price = 10
},
cigs_redwood2 = {
label = "Cigarettes: Redwood2",
@ -478,18 +478,14 @@ Config.Vendings = {
b2 = "chips_habanero",
b3 = "chips_cheese",
b4 = "chips_paprika",
c1 = "chocolate_meteorite",
c2 = "chocolate_captain",
c1 = "chocolate_captain",
c2 = "chocolate_meteorite",
c3 = "condom",
c4 = "candy_zebra",
d1 = "candy_psqs",
d2 = "gum_peppermint",
d3 = "gum_cinnamon",
d4 = "gum_spearmint",
e1 = "medicine_laxmax",
e2 = "medicine_alcopatch",
e3 = "medicine_mollis",
e4 = "medicine_betta",
},
--#region Advanced
@ -676,7 +672,7 @@ Config.Vendings = {
-- For this vending, this will only be used for the menu, it will not create any model
exhibition = {
a1 = "cigs_redwood",
a1 = "redwoodpack",
a2 = "cigs_redwood2",
a3 = "cigs_estancia",
a4 = "cigs_69brand",
@ -802,26 +798,26 @@ Config.Vendings = {
},
exhibition = {
a1 = "sand_evapebox",
a2 = "grey_evapebox",
a3 = "pink_smokebox",
a4 = "red_smokebox",
b1 = "black_notankatomizer",
b2 = "grey_shortatomizer",
b3 = "pink_shortatomizer",
b4 = "red_shortatomizer",
c1 = "orange_stickevape",
c2 = "yellow_stickevape",
c3 = "blue_stickevape",
c4 = "green_stickevape",
d1 = "black_vaporglowvape",
d2 = "lightgrey_vaporglowvape",
d3 = "red_vaporglowvape",
d4 = "pink_vaporglowvape",
e1 = "orange_sumovape",
e2 = "green_sumovape",
e3 = "lightgrey_sumovape",
e4 = "blue_sumovape",
a1 = "droelfbar2",
a2 = "droelfbar2",
a3 = "droelfbar2",
a4 = "droelfbar2",
b1 = "droelfbar2",
b2 = "droelfbar2",
b3 = "droelfbar2",
b4 = "droelfbar2",
c1 = "droelfbar2",
c2 = "droelfbar2",
c3 = "droelfbar",
c4 = "droelfbar",
d1 = "droelfbar",
d2 = "droelfbar",
d3 = "droelfbar",
d4 = "droelfbar",
e1 = "droelfbar",
e2 = "droelfbar",
e3 = "droelfbar",
e4 = "droelfbar",
},
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View file

@ -11027,8 +11027,292 @@ itemsData = {
image = 'gym_pass.png',
name = 'gym_pass',
},
chips_cheese= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Chips Cheese',
unique = true,
useable = true,
image = 'chips_cheese.png',
name = 'chips_cheese',
},
chips_paprika= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Chips Parika',
unique = true,
useable = true,
image = 'chips_paprika.png',
name = 'chips_cheese',
},
chips_ribs= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Chips Ribs',
unique = true,
useable = true,
image = 'chips_ribs.png',
name = 'chips_ribs',
},
chips_salt= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Chips Salt',
unique = true,
useable = true,
image = 'chips_salt.png',
name = 'chips_salt',
},
chips_supersalt= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Chips Supersalt',
unique = true,3
useable = true,
image = 'chips_supersalt.png',
name = 'chips_supersalt',
},
chips_habanero= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Chips Habanero',
unique = true,3
useable = true,
image = 'chips_habanero.png',
name = 'chips_habanero',
},
can_cerbeza= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Dose Cerveza Barracho',
unique = true,
useable = true,
image = 'can_cerbeza.png',
name = 'can_cerbeza',
},
can_hoplivion= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Dose Hoblivion',
unique = true,
useable = true,
image = 'can_hoplivion.png',
name = 'can_hoplivion',
},
can_logger= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Dose Logger',
unique = true,
useable = true,
image = 'can_logger.png',
name = 'can_logger',
},
can_blarneys= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Dose Blarneys',
unique = true,
useable = true,
image = 'can_blarneys.png',
name = 'can_blarneys',
},
bottle_tonic= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Flasche Tonicwater',
unique = true,
useable = true,
image = 'bottle_tonic.png',
name = 'bottle_tonic',
},
gum_spearmint= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Kaugummi grüne Minze',
unique = true,
useable = true,
image = 'gum_spearmint.png',
name = 'gum_spearmint',
},
gum_cinnamon= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Kaugummi Zimt',
unique = true,
useable = true,
image = 'gum_cinnamon.png',
name = 'gum_cinnamon',
},
gum_peppermint= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Kaugummi Zimt',
unique = true,
useable = true,
image = 'gum_peppermint.png',
name = 'gum_peppermint',
},
candy_psqs= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'P\'s & Q\'s',
unique = true,
useable = true,
image = 'candy_psqs.png',
name = 'candy_psqs',
},
candy_zebra= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Zebrabar',
unique = true,
useable = true,
image = 'candy_zebra.png',
name = 'candy_zebra',
},
condom= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung Kondome',
unique = true,
useable = true,
image = 'condom.png',
name = 'condom',
},
cigs_redwood2= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung Redwood Old',
unique = true,
useable = true,
image = 'cigs_redwood2.png',
name = 'cigs_redwood2',
},
cigs_debonaireb= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung Debonaire Blue',
unique = true,
useable = true,
image = 'cigs_debonaireb.png',
name = 'cigs_debonaireb',
},
cigs_debonaireg= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung Debonaire Green',
unique = true,
useable = true,
image = 'cigs_debonaireg.png',
name = 'cigs_debonaireg',
},
cigs_cardiaque= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung Cardiaque',
unique = true,
useable = true,
image = 'cigs_cardiaque.png',
name = 'cigs_cardiaque',
},
cigs_69brand= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung 69Brand',
unique = true,
useable = true,
image = 'cigs_69brand.png',
name = 'cigs_69brand',
},
cigs_cok= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung CoK',
unique = true,
useable = true,
image = 'cigs_cok.png',
name = 'cigs_cok',
},
cigs_estancia= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Packung Estancia Zigarren',
unique = true,
useable = true,
image = 'cigs_estancia.png',
name = 'cigs_estancia',
},
chocolate_captain= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Captain Schockoriegel',
unique = true,
useable = true,
image = 'chocolate_captain.png',
name = 'chocolate_captain',
},
chocolate_meteorite= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Captain Meteoritel',
unique = true,
useable = true,
image = 'chocolate_meteorite.png',
name = 'chocolate_meteorite',
},
}