core gameplay in! scavenging working!

This commit is contained in:
Tabby 2026-01-11 19:06:59 +11:00
parent c6a6171a81
commit b773e224c0
5 changed files with 38 additions and 4 deletions

5
crafting/rollableLoot.gd Normal file
View file

@ -0,0 +1,5 @@
extends Resource
class_name RollableLoot
@export var item : ItemData
@export var chance : int