Initial project sync
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://resources/action_data.gd" id="1_p13ds"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_p13ds")
|
||||
id = &"plunging_strike"
|
||||
display_name = "Plunging Strike"
|
||||
input_pattern = Array[StringName]([&"S"])
|
||||
base_reward = 15.0
|
||||
damage_mult = 1.8
|
||||
move_mult_y = -2.6
|
||||
knockback_mult_y = 1.4
|
||||
hit_type = &"melee"
|
||||
range = 85.0
|
||||
clear_window = true
|
||||
startup_beats = 0.25
|
||||
active_beats = 0.5
|
||||
recovery_beats = 0.5
|
||||
cancel_from = 0.5
|
||||
allowed_ground_states = Array[StringName]([&"Airborne"])
|
||||
action_tags = Array[StringName]([&"basic", &"air", &"down", &"knockup"])
|
||||
animation = &"plunge_start"
|
||||
Reference in New Issue
Block a user