Jump to content

Items


Ken

Recommended Posts

I need someone to approve me so i know that i'm doing good.

conveniencestore =
    {
-- HERE I PUT THE CONTAINER THAT WILL BE JUST IN THE CONVENIENCE STORE --
        fridge =
        {
            rolls = 4, -- WHAT ROLLS MEANS? --
            items = {
               -- HERE THE ITEMS THAT I WANT TO SPAWN JUST IN THE FRIDGE IN THE  CONVENIENCE STORE --
            }
        },
     
    },
 
all =
{
        icecream = {
            rolls = 5,
            items = {
                "Base.Icecream", 5,
            },
        },
 
        }, -- CAN SOMEONE TELL ME WHERE THIS WILL SPAWN...."ALL" MEANS WHERE? --
 
other = {
-- WHAT IS THE "OTHER" CONTAINER? --
rolls = 1,
items = {
 
}
},
},

-- WHAT IS THE "OTHER" CONTAINER? --

 
bin = { 
rolls = 1,
items = {
-- THE ITEMS THAT I PUT HERE WILL BE SPAWNED IN ALL BINS WITH NO SPECIFIC PLACE --
}
},

 

It will be great if someone can help me:)

Link to comment
Share on other sites

Rolls mean we'll roll X times to spawn the items in the list.

 

"All" is the container type, Fridge mean you spawning this item only for the fridge in that room, "All" mean will always spawn those item, no matter the container type, and "other" mean for every other container type, liek if you forgot to add a fridge distributor, or if you have for example lot of container type (example : you have the room tooltore_storage, no matter the container type like shelves or crate, you'll always spawn this items)

Link to comment
Share on other sites

Rolls mean we'll roll X times to spawn the items in the list.

 

"All" is the container type, Fridge mean you spawning this item only for the fridge in that room, "All" mean will always spawn those item, no matter the container type, and "other" mean for every other container type, liek if you forgot to add a fridge distributor, or if you have for example lot of container type (example : you have the room tooltore_storage, no matter the container type like shelves or crate, you'll always spawn this items)

Thanks for help:) Now i know for sure:d

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...