tycoon_breeding_recipe
Cross two animal species into a hybrid offspring egg — manifest entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | tycoon_breeding_recipe |
| Type | Manifest |
| Color | Green |
| Icon | mdi:egg |
Description
A breeding recipe: two parent animal species produce an offspring egg that hatches into a (possibly hybrid) result animal. Order-independent — parentA×parentB matches parentB×parentA. @since 0.2.0
Fields
| Field | Type | Description |
|---|---|---|
parentA | String | First parent animal definition id. |
parentB | String | Second parent animal definition id. |
result | String | Resulting animal definition id produced by the egg. |
requiredParentLevel | Int | Minimum level both parents must have reached. |
incubationSeconds | Int | Incubation time in seconds before the egg hatches. |
cost | Double | Money cost to start breeding (via Vault). |
consumesParents | Boolean | If true, the two parents are consumed when breeding starts. |
Usage Example
- entry: tycoon_breeding_recipe
name: "Cross two animal species into a hybrid offspring egg"
parentA: ""
parentB: ""
result: ""
requiredParentLevel: 0
incubationSeconds: 0
cost: 0
consumesParents: false