hello,
I saw recently on an old post that you can set the rarity of items in the BetterLoot.json file. I attached a file of some example code that someone gave.
I saw recently on an old post that you can set the rarity of items in the BetterLoot.json file. I attached a file of some example code that someone gave.
"Rarity": {
"Override": {
"riflebody": 4,
"smgbody": 4,
"semibody": 4,
"itemswontspawn": 0,
"commonitems": 1,
"uncommonitems": 2,
"rareitems": 3,
"veryrareitems": 4
}
}, I'm curious if you could generally set loot like this over each different rarity field or if it has to be specific items. I'm also curious if I could set every single one to the number "1" and have an equal chance for any item to drop.