23 lines
653 B
Plaintext
23 lines
653 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_9l3la"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_9l3la")
|
|
id = &"ground_attack_left_3"
|
|
display_name = "Ground Attack Left 3"
|
|
input_pattern = Array[StringName]([&"A", &"A", &"A"])
|
|
base_reward = 15.0
|
|
damage_mult = 1.5
|
|
move_mult_x = -1.2
|
|
hit_type = &"melee"
|
|
range = 80.0
|
|
clear_window = false
|
|
startup_beats = 0.25
|
|
active_beats = 0.25
|
|
recovery_beats = 0.75
|
|
cancel_from = 0.5
|
|
allowed_ground_states = Array[StringName]([&"Grounded"])
|
|
action_tags = Array[StringName]([&"basic", &"left"])
|
|
animation = &"atk_ground_3"
|