-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zeds CBM duplication #5996
Comments
i think it's intended? e.g it won't be weird to find zed with 2 battery CBMs |
With power storage it makes perfect sense, yeah. Problem is that bionic group harvest yields have no sanity-checking for duplicates, and indeed really can't be allowed to gain sanity-checking so long as the same harvest entry type is used for random scrap and power storage CBMs (since those 100% should be allowed to return the same result more than once). The usual fix for this tends to be JSON-based, via making the dissection entry roll multiple smaller pools of bionics one time each. For example, the evolved bio-operators have a separate roll each for offensive, defensive, and utility bionics, and Bio-Weapon Apophis in Cataclysm++ does the same thing to avoid this problem. So for husks in particular, main solutions are either to:
|
Or do we have JSON field that tells you whether only one can be installed? when generating loots could deduplicate CBMs based on this |
Could also work but is more effort than fixing what should be very few cases of this, since most bionic zed harvests only roll one potential power storage spawn and one potential other bionics spawn. Fairly certain evolved bio-ops and husks are the only vanilla harvest entries to roll more than one non-power-storage bionic, and as noted the former already rolls separate CBM pools to avoid this issue. |
Describe the bug
It's possible find Zeds with multiple same CBMs installed
Steps To Reproduce
Screenshots
Versions and configuration
Bright Nights [bn],
Disable NPC Needs [no_npc_food],
Limit Fungal Growth [limit_fungal_growth],
Item Category Overhaul [Item_Category_Overhaul],
UDP Redux [udp_redux],
Stats Through Skills [StatsThroughSkills],
SpeedyDex [speedydex]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: