Skip to main content

tycoon_breeding_recipe

Cross two animal species into a hybrid offspring egg — manifest entry.

Entry Information

PropertyValue
Entry IDtycoon_breeding_recipe
TypeManifest
ColorGreen
Iconmdi: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

FieldTypeDescription
parentAStringFirst parent animal definition id.
parentBStringSecond parent animal definition id.
resultStringResulting animal definition id produced by the egg.
requiredParentLevelIntMinimum level both parents must have reached.
incubationSecondsIntIncubation time in seconds before the egg hatches.
costDoubleMoney cost to start breeding (via Vault).
consumesParentsBooleanIf 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