Files
Corupture/data/game_resources/relic/relic_resource.tres
2024-04-09 10:16:28 -05:00

14 lines
574 B
Plaintext

[gd_resource type="Resource" script_class="GameResource" load_steps=3 format=3 uid="uid://b7ku6pta1ysby"]
[ext_resource type="Script" path="res://scripts/game_resource.gd" id="1_aftkd"]
[ext_resource type="Resource" uid="uid://dyvae0qmdt180" path="res://data/game_resources/relic/spawn_pattern_scatter.tres" id="2_kgujr"]
[resource]
script = ExtResource("1_aftkd")
atlas_location = Vector2i(0, 8)
pickup_value = 5
name = "Relic"
spawn_patterns = Array[Resource("res://scripts/spawn_pattern.gd")]([ExtResource("2_kgujr")])
storage_max = 100
skills_needed = Array[int]([0])