Files
rthythm_archor_game/resources/actions/ground_smash_left.tres
T
2026-07-06 22:59:47 -07:00

25 lines
708 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_g6slf"]
[resource]
script = ExtResource("1_g6slf")
id = &"ground_smash_left"
display_name = "Ground Smash Left"
input_pattern = Array[StringName]([&"A", &"A", &"A", &"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", &"left", &"knockup"])
animation = &"ground_smash"