We have regional cars now. Right?
Why not add a way for regional container loot?
```PoliceLockers = {
rolls = 4,
Rosewood = {
"Rosewood-RegionZone-Specific-Item", 2,
},
Generic = {
"Generic-RegionZone-Specific-Item", 2,
},
items = {
"Normal-Item", 2,
},
junk = { rolls = 1, items = {
"Junk-Item", 0.0001,
}
}
},```
Then the "Rosewood" items would only appear in the "Rosewood" region zone. Anywhere else would use "Generic".
Could also do a similar approach with the zombiesZoneDefinitions file.
Mainly asking for this because I could sure use it, and I'm more than sure other mod devs could too.
I just made a batch of muffins. I then tried to "Get Muffins". I get an empty muffin tin, but no actual muffins appear and the tin with the baked muffins remains in inventory. Only thing that changes was the "Hunger" level dropped by a couple of points.