Initial MVP

This commit is contained in:
Aodhan Collins
2026-01-26 02:57:40 +00:00
commit b42521a008
33 changed files with 1004 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class_name ItemData extends Resource
@export var id: String
@export var name: String
@export_multiline var description: String
@export var effect_type: String # e.g., "HEAL", "DAMAGE"
@export var effect_value: int