started research skills

This commit is contained in:
2024-03-29 10:25:53 -05:00
parent f57f7f5540
commit 39157dded2
29 changed files with 1282 additions and 19 deletions

View File

@@ -9,3 +9,5 @@ atlas_location = Vector2i(5, 6)
pickup_value = 10
name = "Gem"
spawn_patterns = Array[Resource("res://scripts/spawn_pattern.gd")]([ExtResource("2_n3fuo")])
storage_max = 0
skills_needed = Array[int]([0])