Initial project sync

This commit is contained in:
wxm
2026-07-06 22:55:14 -07:00
commit 8cca00d0da
1066 changed files with 58585 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[gd_resource type="Resource" script_class="EffectDefinition" load_steps=3 format=3]
[ext_resource type="Script" path="res://resources/effects/effect_definition.gd" id="1"]
[ext_resource type="Script" path="res://resources/effects/stat_modifier.gd" id="2"]
[sub_resource type="Resource" id="Resource_slow_move"]
script = ExtResource("2")
stat = &"move_speed"
operation = "multiply"
value = 0.5
[resource]
script = ExtResource("1")
id = &"effect_slow"
display_name = "Slow"
duration_type = &"seconds"
duration = 2.0
max_stacks = 1
stat_modifiers = Array[Resource]([SubResource("Resource_slow_move")])