Allow the same parents to create different bee types
WenXin20 opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
Currently, bee types are limited
Describe the solution you'd like
If Breedable is enable for a bee, allow the parents to have a random bee type output. This could allow for more flexibility.
Describe alternatives you've considered
None that I can think of at the moment.
Added in the ability for multiple bees to share the same two parents. This is in my current dev version. The way it will work is when two parents are a match a random bee from the child list will be selected. The breed weighting for that child will then be calculated and if it passes the child bee will spawn otherwise no bee spawns. Other child selection processes will remain unchanged.