Initial project sync
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://resources/action_data.gd" id="1_hlh5a"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_hlh5a")
|
||||
id = &"jian_yu_right_lv1"
|
||||
display_name = "Jian Yu Right Lv1"
|
||||
damage_mult = 1.8
|
||||
move_mult_x = 0.0
|
||||
base_cost = 20.0
|
||||
knockback_mult_x = 0.8
|
||||
knockback_mult_y = 0.6
|
||||
range = 280.0
|
||||
special = &"charge_cast"
|
||||
startup_beats = 0.25
|
||||
active_beats = 0.25
|
||||
recovery_beats = 0.5
|
||||
allowed_action_phases = Array[StringName]([&"Charging"])
|
||||
action_tags = Array[StringName]([&"charge", &"right"])
|
||||
defense_tags = Array[StringName]([&"super_armor"])
|
||||
animation = &"blade_rain_cast"
|
||||
Reference in New Issue
Block a user