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

23 lines
642 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_r05pk"]
[resource]
script = ExtResource("1_r05pk")
id = &"ground_attack_right_1"
display_name = "Ground Attack Right 1"
input_pattern = Array[StringName]([&"D"])
base_reward = 10.0
damage_mult = 1.0
move_mult_x = 1.0
hit_type = &"melee"
range = 70.0
clear_window = false
startup_beats = 0.25
active_beats = 0.25
recovery_beats = 0.5
cancel_from = 0.5
allowed_ground_states = Array[StringName]([&"Grounded"])
action_tags = Array[StringName]([&"basic", &"right"])
animation = &"atk_ground_1"