Loot table blacklist and multiplier

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
  }
}

 

You can remove items from everywhere or specific containers with Loot Plus, but the configuration is kinda large.

I am using BetterLoot at the moment for that, but the problem is that is makes it's own Rarity on items (All items have the same). And I do want the game to do that for me. How does the Loot Plus handel that? @misticos

CrXxiHt65IE3NEV.png bjarkeh

I am using BetterLoot at the moment for that, but the problem is that is makes it's own Rarity on items (All items have the same). And I do want the game to do that for me. How does the Loot Plus handel that? @misticos

If you dont want BetterLoot to set the rarity you remove any items from the Rarity list

B7zXxhuwKM4Rn1g.jpg pookins

If you dont want BetterLoot to set the rarity you remove any items from the Rarity list

It just seem to be out of wak then I do it, then you get AKs and thomsons all the time :)
If I leave it, will it use the games rarity system?