relics added
This commit is contained in:
13
data/game_resources/relic/relic_resource.tres
Normal file
13
data/game_resources/relic/relic_resource.tres
Normal file
@@ -0,0 +1,13 @@
|
||||
[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])
|
||||
11
data/game_resources/relic/spawn_pattern_scatter.tres
Normal file
11
data/game_resources/relic/spawn_pattern_scatter.tres
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="SpawnPattern" load_steps=2 format=3 uid="uid://dyvae0qmdt180"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/spawn_pattern.gd" id="1_h52k5"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_h52k5")
|
||||
min_distance = 35
|
||||
max_distance = 50
|
||||
min_spread = 10
|
||||
quantity = 8
|
||||
cluster_size = 2
|
||||
Reference in New Issue
Block a user