forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
ca7676f400
commit
3a6d8ed994
1 changed files with 18 additions and 25 deletions
|
@ -543,33 +543,26 @@ Config.Vendings = {
|
||||||
-- This section is for choosing which items (from the Config.Items list) to show for each individual stand.
|
-- This section is for choosing which items (from the Config.Items list) to show for each individual stand.
|
||||||
-- You can follow the visual tags on the in-game model to figure out where you are putting things
|
-- You can follow the visual tags on the in-game model to figure out where you are putting things
|
||||||
exhibition = {
|
exhibition = {
|
||||||
a1 = "bottle_cola",
|
a1 = "ecola_flasche",
|
||||||
a2 = "bottle_cola",
|
a2 = "ecola_flasche",
|
||||||
a3 = "bottle_junk",
|
a3 = "sprunk_flasche",
|
||||||
a4 = "bottle_junk",
|
a4 = "sprunk_flasche",
|
||||||
a5 = "bottle_tonic",
|
a5 = "orange_o_tang_flasche",
|
||||||
a6 = "bottle_tonic",
|
a6 = "orange_o_tang_flasche",
|
||||||
|
|
||||||
b1 = "bottle_orang",
|
b1 = "ecola_zero_flasche",
|
||||||
b2 = "bottle_orang",
|
b2 = "orange_o_tang_zero_flasche",
|
||||||
b3 = "bottle_sprunk",
|
b3 = "sprunk_zero_flasche",
|
||||||
b4 = "bottle_sprunk",
|
b4 = "water_bottle",
|
||||||
b5 = "bottle_water",
|
b5 = "water_bottle",
|
||||||
b6 = "bottle_water",
|
b6 = "water_bottle",
|
||||||
|
|
||||||
c1 = "can_cola",
|
c1 = "sprunk_dose",
|
||||||
c2 = "can_cola",
|
c2 = "ecola_dose",
|
||||||
c3 = "can_orang",
|
c3 = "orange_o_tang_dose",
|
||||||
c4 = "can_orang",
|
c4 = "ecola_zero_dose",
|
||||||
c5 = "can_sprunk",
|
c5 = "sprunk_zero_dose",
|
||||||
c6 = "can_junk",
|
c6 = "orange_o_tang_zero_dose",
|
||||||
|
|
||||||
d1 = "can_logger",
|
|
||||||
d2 = "can_logger",
|
|
||||||
d3 = "can_blarneys",
|
|
||||||
d4 = "can_blarneys",
|
|
||||||
d5 = "can_hoplivion",
|
|
||||||
d6 = "can_cerbeza",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
--#region Advanced
|
--#region Advanced
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue