core gameplay in! scavenging working!
This commit is contained in:
parent
c6a6171a81
commit
b773e224c0
5 changed files with 38 additions and 4 deletions
5
crafting/rollableLoot.gd
Normal file
5
crafting/rollableLoot.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Resource
|
||||
class_name RollableLoot
|
||||
|
||||
@export var item : ItemData
|
||||
@export var chance : int
|
||||
Loading…
Add table
Add a link
Reference in a new issue