shift click items across inventories
This commit is contained in:
parent
c05f2c703b
commit
64d6e72407
15 changed files with 94 additions and 5 deletions
6
crafting/scavenge_recipe.gd
Normal file
6
crafting/scavenge_recipe.gd
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue