shift click items across inventories

This commit is contained in:
Tabby 2026-01-11 18:11:14 +11:00
parent c05f2c703b
commit 64d6e72407
15 changed files with 94 additions and 5 deletions

View file

@ -0,0 +1,6 @@
extends Resource
class_name ScavengeRecipe
@export var input : ItemData
@export var rolls : int = 3
@export var loot_pool : Dictionary[int, ItemData]