Added decent remix system

This commit is contained in:
2025-08-23 20:27:22 +10:00
parent 57a57d2b91
commit 16c92a4903
68 changed files with 885 additions and 678 deletions

View File

@@ -1,31 +1,18 @@
[gd_resource type="Resource" script_class="CardText" load_steps=7 format=3 uid="uid://c65rq455ma8f6"]
[gd_resource type="Resource" script_class="CardText" load_steps=4 format=3 uid="uid://c65rq455ma8f6"]
[ext_resource type="Script" uid="uid://yjb0uv6og430" path="res://Scripts/Resources/stat_attribute.gd" id="1_jajj0"]
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="2_gaqbj"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_lag26"]
[sub_resource type="Resource" id="Resource_4fjm2"]
script = ExtResource("1_jajj0")
key = "Fire Delay"
value = 5.0
[sub_resource type="Resource" id="Resource_uwj4j"]
script = ExtResource("1_jajj0")
key = "Target Limit"
value = 3.0
[sub_resource type="Resource" id="Resource_6qv5v"]
script = ExtResource("1_jajj0")
key = "Damage"
value = 8.0
[sub_resource type="Resource" id="Resource_y1rtq"]
script = ExtResource("1_jajj0")
key = "Range"
value = 20.0
[ext_resource type="Resource" uid="uid://nh7g23b3rnvr" path="res://Scripts/Features/Radar/radar_feature.tres" id="3_h2m5c"]
[resource]
script = ExtResource("2_lag26")
target_type = Array[int]([2])
target_type = Array[int]([])
energy_type = 0
attributes = Array[ExtResource("1_jajj0")]([SubResource("Resource_4fjm2"), SubResource("Resource_uwj4j"), SubResource("Resource_6qv5v"), SubResource("Resource_y1rtq")])
attributes = Dictionary[String, float]({
"Damage": 8.0,
"Fire Delay": 5.0,
"Range": 20.0,
"Target Limit": 3.0
})
features = Array[ExtResource("2_gaqbj")]([ExtResource("3_h2m5c")])
text = "DESC_TOWER_ROCKET"