I have a question regarding the rarity of items for a given prefab.
For example - I have a fuse put in my barrel and crate.
And I would like to set that in the
- barrel was 3 - rare
- crate was 1 - common
Rarity of items per prefab
"Rarity": {
"Override": {
"autoturret": 4,
"lmg.m249": 4,
"targeting.computer": 3
}
}
}Can I replace this "Override" with the name of some prefab?
no, it is not per container.
firingLaserzno, it is not per container.
So there is no way to set the rarity of items on a given container?
If not, is there any way to set the rarity of items on a given container?
Does Rarity override even work? I put M2 as 4 and seem to get a lot of them in containers.
new topic? Yes, just not the same way the game does it. You need to look at and think about your loot table for that container. If you have 100 items that are rarity 0-1 and only the m2, then m2 should be really rare, but if all you have is rarity 4 items, or only 5 items to pick from total, well then no wonder. You understand?
firingLaserznew topic? Yes, just not the same way the game does it. You need to look at and think about your loot table for that container. If you have 100 items that are rarity 0-1 and only the m2, then m2 should be really rare, but if all you have is rarity 4 items, or only 5 items to pick from total, well then no wonder. You understand?
Yes, makes sense now. Thanks!