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,17 @@
[gd_resource type="Resource" script_class="CardText" load_steps=7 format=3 uid="uid://5l758yxfpi1e"]
[gd_resource type="Resource" script_class="CardText" load_steps=3 format=3 uid="uid://5l758yxfpi1e"]
[ext_resource type="Script" uid="uid://yjb0uv6og430" path="res://Scripts/Resources/stat_attribute.gd" id="1_dxffl"]
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="1_18tr7"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_wny82"]
[sub_resource type="Resource" id="Resource_j28f4"]
script = ExtResource("1_dxffl")
key = "Fire Delay"
value = 0.5
[sub_resource type="Resource" id="Resource_likes"]
script = ExtResource("1_dxffl")
key = "Damage"
value = 1.0
[sub_resource type="Resource" id="Resource_b65mk"]
script = ExtResource("1_dxffl")
key = "Range"
value = 3.0
[sub_resource type="Resource" id="Resource_voaa5"]
script = ExtResource("1_dxffl")
key = "Energy"
value = 14.0
[resource]
script = ExtResource("2_wny82")
target_type = 0
target_type = Array[int]([])
energy_type = 2
attributes = Array[ExtResource("1_dxffl")]([SubResource("Resource_j28f4"), SubResource("Resource_likes"), SubResource("Resource_b65mk"), SubResource("Resource_voaa5")])
attributes = Dictionary[String, float]({
"Damage": 1.0,
"Energy": 14.0,
"Fire Delay": 0.5,
"Range": 3.0
})
features = Array[ExtResource("1_18tr7")]([])
text = "DESC_WEAPON_FREEZER"