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

25 lines
678 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_2smdg"]
[resource]
script = ExtResource("1_2smdg")
id = &"launcher_up"
display_name = "Launcher Up"
input_pattern = Array[StringName]([&"W"])
base_reward = 12.0
damage_mult = 1.2
move_mult_x = 0.6
move_mult_y = 1.8
knockback_mult_y = 1.8
hit_type = &"melee"
range = 60.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", &"launcher", &"knockup"])
animation = &"rising_slash"