拳套 普通攻击初版配置
parent
f24d9f0396
commit
188b18b8b1
@ -0,0 +1,22 @@
|
|||||||
|
[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://2bkub7vmxjeu"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://script/config/attack_cfg.gd" id="1_ggt4q"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
script = ExtResource("1_ggt4q")
|
||||||
|
damage_rate = 1.0
|
||||||
|
break_level = 2
|
||||||
|
stun_attack = 10.0
|
||||||
|
hit_back_speed = 3.5
|
||||||
|
hit_back_duration = 0.05
|
||||||
|
hit_up_speed = 3.0
|
||||||
|
hit_up_duration = 0.05
|
||||||
|
pause_time = 0.1
|
||||||
|
is_floating = true
|
||||||
|
is_hit_down = false
|
||||||
|
is_rebound = false
|
||||||
|
is_force_pause = false
|
||||||
|
height = 2.0
|
||||||
|
radius = 0.0
|
||||||
|
size = Vector2(2, 1)
|
||||||
|
offset = Vector2(1, 0)
|
||||||
@ -0,0 +1,22 @@
|
|||||||
|
[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://68h2b6wmwfiq"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://script/config/attack_cfg.gd" id="1_3r6q8"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
script = ExtResource("1_3r6q8")
|
||||||
|
damage_rate = 1.0
|
||||||
|
break_level = 1
|
||||||
|
stun_attack = 10.0
|
||||||
|
hit_back_speed = 2.0
|
||||||
|
hit_back_duration = 0.05
|
||||||
|
hit_up_speed = 2.0
|
||||||
|
hit_up_duration = 0.05
|
||||||
|
pause_time = 0.05
|
||||||
|
is_floating = true
|
||||||
|
is_hit_down = false
|
||||||
|
is_rebound = false
|
||||||
|
is_force_pause = false
|
||||||
|
height = 2.0
|
||||||
|
radius = 0.0
|
||||||
|
size = Vector2(2, 1)
|
||||||
|
offset = Vector2(1, 0)
|
||||||
Binary file not shown.
Loading…
Reference in New Issue