A plugin that can blacklist items from the loot tablel with multiplier of items and scrap
Need to work with all "prefabs", barrels, crates and so on.
This way the game can controll what spawns and how offen, and the plugin can prevent certain items from beining in the loot table at all.
Something like this, hope it make sens?
"Loot": {
"lootMultiplier": 2,
"scrapMultiplier": 2
},
"Loot Tables": {
"assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab": {
"Enabled": true,
"Black List Item": {
"fuse": {
"Max": 1,
"Min": 1
},
"gears": {
"Max": 4,
"Min": 4
}
}