Combinable Items

This commit is contained in:
algodoogle
2026-07-14 17:47:47 +01:00
parent 8845a519c5
commit 1454303a80
8 changed files with 175 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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