Перейти к основному содержимому

tycoon_research_recipe

Research Recipe — manifest entry.

Entry Information

PropertyValue
Entry IDtycoon_research_recipe
TypeManifest
ColorCyan
Iconmdi:flask

Description

Defines a research recipe that can be processed in a research workbench. Each recipe has: - A catalyst item (consumed to power the research) - A combustion/fuel item (determines processing duration) - An output item (the result, with a success probability) - Optional bonus outputs (extra drops with individual chances) Adapted from BTC Sky's ResearchNodeEntry pattern.

Fields

FieldTypeDescription
displayNameStringDisplay name in the research GUI
descriptionList<String>Description shown in the recipe tooltip
iconItemRecipe icon
categoryIdStringResearch category this recipe belongs to
catalystItemItemCatalyst item required to power this research (consumed on start)
catalystCostIntAmount of catalyst items consumed per research attempt
fuelItemItemCombustion/fuel item that determines processing time (consumed per tick)
durationSecondsIntProcessing duration in seconds
successChanceDoubleBase success chance (0.0 - 100.0)
outputItemItemOutput item granted on success
bonusOutputsList<TycoonResearchBonusOutput>Bonus output items with individual drop chances
isRepeatableBooleanWhether this recipe can be repeated unlimited times
categoryXpRewardIntXP granted to the research category on success

Usage Example

- entry: tycoon_research_recipe
name: "Research Recipe"
displayName: ""
description: []
icon: ""
categoryId: ""
catalystItem: ""
catalystCost: 0
fuelItem: ""
durationSeconds: 0
successChance: 0
outputItem: ""
bonusOutputs: []
isRepeatable: false
categoryXpReward: 0