Initial project sync
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://resources/action_data.gd" id="1_c5flf"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_c5flf")
|
||||
id = &"combo_finisher_left"
|
||||
display_name = "Combo Finisher Left"
|
||||
input_pattern = Array[StringName]([&"A", &"A", &"SP"])
|
||||
base_cost = 30.0
|
||||
knockback_mult_x = 2.0
|
||||
damage_mult = 2.2
|
||||
move_mult_x = -1.3
|
||||
hit_type = &"melee"
|
||||
range = 95.0
|
||||
clear_window = true
|
||||
startup_beats = 0.5
|
||||
active_beats = 0.25
|
||||
recovery_beats = 0.75
|
||||
cancel_from = 0.5
|
||||
allowed_ground_states = Array[StringName]([&"Grounded"])
|
||||
action_tags = Array[StringName]([&"skill", &"left"])
|
||||
animation = &"combo_finisher"
|
||||
Reference in New Issue
Block a user