Files
VRyHungry1/Prefabs/combine_recipe.gd
T
2026-07-16 15:09:12 +02:00

9 lines
277 B
GDScript

class_name CombineRecipe
extends Resource
## The [CombinableItem.id] of the item that must be combined into the base item.
@export var ingredient_id: StringName
## The scene the base item turns into when [member ingredient_id] is combined in.
@export var result: PackedScene