Bee Family
A bee family consists of four key pieces of information necessary for breeding a bee:
The first parent required
The second parent required
The weighting of how likely the child is to be selected among potential candidates
The chance the child is created if selected
Customization Options
weight
weight
For all possible children these two parents can create how likely is it this one will be picked? Weight affects the result distribution among potential outcomes.
Name: Weight
Key: weight
Type: Double
Range: ≥0.0
Default: 10
chance
chance
Once this child has been chosen as the result type, what is the chance that it will be created?
Note: The value has a range of 0.0 - 1.0.
A value of 0.5 = a 50% chance of the child being created.
Name: Chance
Key: chance
Type: Double
Range: 0.0 - 1.0
Default: 1
parent1
parent1
The ID of the first parent.
If not provided family will be ignored!
Name: Parent 1
Key: parent1
Type: String
Default: 1
Required: If not provided family will be ignored.
parent2
parent2
The ID of the second parent.
If not provided family will be ignored!
Name: Parent 2
Key: parent2
Type: String
Default: 1
Required: If not provided family will be ignored.
Last updated