Skip to content
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

[export.asb.breeding] Ensure only 1 fertilized egg is possible #99

Open
VolatilePulse opened this issue Apr 15, 2020 · 0 comments
Open
Labels
help wanted Extra attention is needed wontfix This will not be worked on

Comments

@VolatilePulse
Copy link
Collaborator

VolatilePulse commented Apr 15, 2020

e5efee0 attempts to address this is a "good enough" solution.

During testing, a species is able to drop any one item from it's array of FertilizedEggItemsToSpawn, even it wouldn't spawn the same species. For example, the Ark: Eternal Spectral Rabbit has 77 different fertilized eggs, none of which coincide with that species.

The proper fix for this appears to be to parse all PrimalItems and detect fertilized egg information for each species for ASB. Since ASB can only handle one egg item at the moment for incubation data, we opted to choose the highest weighted fertilized egg.

@VolatilePulse VolatilePulse added help wanted Extra attention is needed wontfix This will not be worked on labels Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant