Is it possible to set a scrap range? I know I can add scrap as an item and set a range that way, but I want my barrels to drop scrap, within a certain range, every time.
If I set it as an additional item then I have to rely on RNG to give my users that item. I've tried editing the scrap line after the ItemsMin and ItemsMax entries but it breaks the plugin. As an example this is the entry in the LootTables.json
If I set it as an additional item then I have to rely on RNG to give my users that item. I've tried editing the scrap line after the ItemsMin and ItemsMax entries but it breaks the plugin. As an example this is the entry in the LootTables.json
"ItemsMax": 3,
"ItemsMin": 3,
"MaxBPs": 0,
"Scrap": {
"Max": 100,
"Min": 50
},The values above are just random for testing, but you get the idea. Does anyone know a way to get this to work or should I just move on to another loot editor?