More work on items for quests and display

This commit is contained in:
2025-08-28 10:16:19 -04:00
parent c41cac58c2
commit 385fbbe6bf
2 changed files with 16 additions and 1 deletions

View File

@@ -6,3 +6,5 @@ class_name Item extends Resource
@export var brief : String
@export var quantity : int = 1
@export var max_quantity : int = 1
@export var varies : bool
@export var per : bool