I configured "default" loot as a loot table that I want to appear in any difficulty. after doing so I realized that it only uses default if there are not enough items in a difficulty table. is there a way to tell it to do something like: get half its loot from its own difficulty and half from the default or something (or any ratio)?
Split loot between default and difficulty?
yes, it is intended that default loot spawns only when there isn't enough loot elsewhere
you can do this by using the base loot file instead and if you want it to always spawn then enable the setting Always Spawn Base Loot Table option in each profile
the paid version of the plugin requires you use the profile's name as your base loot tables name. so if your profile is named Easy Bases.json then your base loot file must also be named Easy Bases.json
the free version of the plugin requires you have 1 file in the base loot folder with the name of any profile. if you have multiple files then it may choose the wrong file. this is because multiple difficulties is not supported in the free version
profiles are in oxide/data/RaidableBases/Profiles/
nivexyou can do this by using the base loot file instead and if you want it to always spawn then enable the setting Always Spawn Base Loot Table option in each profile
Is there an explanation on how to do this? to make it use some loot from base-loot and the rest from it's difficulty? I read the documentation and couldn't really get how to do it like this
my fear is if the base loot table is so big that it will only pull from that until full
the base loot file is meant to be a few items that you always want to spawn, and the difficulty loot is meant to contain everything that should a chance to randomly spawn
you would set Always Spawn Base Loot Table to true in the profiles in order to guarantee it always spawned the base loot
nivexthe base loot file is meant to be a few items that you always want to spawn, and the difficulty loot is meant to contain everything that should a chance to randomly spawn
you would set Always Spawn Base Loot Table to true in the profiles in order to guarantee it always spawned the base loot
thanks! I learned this with a bunch of trial and error seems to be the way to go!