24 lines
672 B
Plaintext
24 lines
672 B
Plaintext
[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://resources/action_data.gd" id="1_h5slf"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_h5slf")
|
|
id = &"dash_slash_left"
|
|
display_name = "Dash Slash Left"
|
|
input_pattern = Array[StringName]([&"A", &"SP"])
|
|
base_cost = 20.0
|
|
knockback_mult_x = 1.5
|
|
damage_mult = 1.6
|
|
move_mult_x = -2.6
|
|
hit_type = &"melee"
|
|
range = 95.0
|
|
clear_window = true
|
|
startup_beats = 0.25
|
|
active_beats = 0.5
|
|
recovery_beats = 0.25
|
|
cancel_from = 0.5
|
|
allowed_ground_states = Array[StringName]([&"Grounded"])
|
|
action_tags = Array[StringName]([&"skill", &"left", &"dash_through"])
|
|
animation = &"dash_slash"
|