class_name Equipment extends Item
@export var stats : StatBlock = StatBlock.new(0)
func item_type_name() -> String:
return "Equipment"