Initial project sync
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="EffectDefinition" format=3 uid="uid://ccy324lau1u7c"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cvlmwyu6iqb8g" path="res://resources/effects/effect_definition.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://brratisl42y1l" path="res://resources/effects/stat_modifier.gd" id="2"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_perfect_damage"]
|
||||
script = ExtResource("2")
|
||||
stat = &"damage_mult"
|
||||
value = 1.25
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
id = &"effect_perfect_damage_buff"
|
||||
display_name = "Perfect Damage Buff"
|
||||
duration_type = &"hits"
|
||||
duration = 1.0
|
||||
stat_modifiers = Array[Resource]([SubResource("Resource_perfect_damage")])
|
||||
Reference in New Issue
Block a user