backup
parent
2c52845949
commit
a9dbff037a
@ -0,0 +1,20 @@
|
|||||||
|
[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://5h4iai40f0fs"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://script/config/attack_cfg.gd" id="1_yxdko"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
script = ExtResource("1_yxdko")
|
||||||
|
damage_rate = 1.0
|
||||||
|
break_level = 1
|
||||||
|
stun_attack = 10.0
|
||||||
|
damage_type = 0
|
||||||
|
is_floating = false
|
||||||
|
is_hit_down = false
|
||||||
|
is_rebound = false
|
||||||
|
is_stop_self = true
|
||||||
|
hit_back_speed = 0.0
|
||||||
|
hit_up_speed = 0.5
|
||||||
|
hit_back_duration = 0.0
|
||||||
|
hit_up_duration = 0.1
|
||||||
|
pause_time = 0.02
|
||||||
|
is_force_pause = true
|
||||||
Loading…
Reference in New Issue