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.
|
||||
-- You can follow the visual tags on the in-game model to figure out where you are putting things
|
||||
exhibition = {
|
||||
a1 = "bottle_cola",
|
||||
a2 = "bottle_cola",
|
||||
a3 = "bottle_junk",
|
||||
a4 = "bottle_junk",
|
||||
a5 = "bottle_tonic",
|
||||
a6 = "bottle_tonic",
|
||||
a1 = "ecola_flasche",
|
||||
a2 = "ecola_flasche",
|
||||
a3 = "sprunk_flasche",
|
||||
a4 = "sprunk_flasche",
|
||||
a5 = "orange_o_tang_flasche",
|
||||
a6 = "orange_o_tang_flasche",
|
||||
|
||||
b1 = "bottle_orang",
|
||||
b2 = "bottle_orang",
|
||||
b3 = "bottle_sprunk",
|
||||
b4 = "bottle_sprunk",
|
||||
b5 = "bottle_water",
|
||||
b6 = "bottle_water",
|
||||
b1 = "ecola_zero_flasche",
|
||||
b2 = "orange_o_tang_zero_flasche",
|
||||
b3 = "sprunk_zero_flasche",
|
||||
b4 = "water_bottle",
|
||||
b5 = "water_bottle",
|
||||
b6 = "water_bottle",
|
||||
|
||||
c1 = "can_cola",
|
||||
c2 = "can_cola",
|
||||
c3 = "can_orang",
|
||||
c4 = "can_orang",
|
||||
c5 = "can_sprunk",
|
||||
c6 = "can_junk",
|
||||
|
||||
d1 = "can_logger",
|
||||
d2 = "can_logger",
|
||||
d3 = "can_blarneys",
|
||||
d4 = "can_blarneys",
|
||||
d5 = "can_hoplivion",
|
||||
d6 = "can_cerbeza",
|
||||
c1 = "sprunk_dose",
|
||||
c2 = "ecola_dose",
|
||||
c3 = "orange_o_tang_dose",
|
||||
c4 = "ecola_zero_dose",
|
||||
c5 = "sprunk_zero_dose",
|
||||
c6 = "orange_o_tang_zero_dose",
|
||||
},
|
||||
|
||||
--#region Advanced
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue