- 0
Total number of downloads.
Total customers served.
Total number of files sold.
Total payments processed.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
Chloe_Glano
I want to set the number of item spawns, which are currently configured for each difficulty level, for each raid base.
I would be happy if it could be set up like this.
/oxide/data/RaidableBases/Profiles/Nightmare Bases.json
"Amount Of Items To Spawn": 180,
↓
"Additional Bases For This Difficulty": {
"raidnightmare": [
{
"Option": "autoheight",
"Value": "false"
},
{
"Option": "height",
"Value": "1.0"
},
{
"Option": "Amount Of Items To Spawn",
"Value": "180"
}
],
"raidnightmare2": [
{
"Option": "autoheight",
"Value": "false"
},
{
"Option": "height",
"Value": "1.0"
},
{
"Option": "Amount Of Items To Spawn",
"Value": "250"
}
]
}
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now