Files
2026-07-06 22:59:47 -07:00

25 lines
710 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_g6srh"]
[resource]
script = ExtResource("1_g6srh")
id = &"ground_smash_right"
display_name = "Ground Smash Right"
input_pattern = Array[StringName]([&"D", &"D", &"D", &"SP"])
base_cost = 40.0
knockback_mult_x = 2.2
damage_mult = 2.8
move_mult_x = 0.8
knockback_mult_y = 1.8
hit_type = &"melee"
range = 110.0
clear_window = true
startup_beats = 0.5
active_beats = 0.25
recovery_beats = 1.0
cancel_from = 0.5
allowed_ground_states = Array[StringName]([&"Grounded"])
action_tags = Array[StringName]([&"skill", &"right", &"knockup"])
animation = &"ground_smash"