短刀普攻
parent
92a17820df
commit
1bdaea8652
@ -0,0 +1,20 @@
|
||||
[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://cw7rb4rlfw33q"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_cfg.gd" id="1_xmict"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_xmict")
|
||||
damage_rate = 1.0
|
||||
break_level = 3
|
||||
stun_attack = 10.0
|
||||
damage_type = 0
|
||||
is_floating = true
|
||||
is_rebound = false
|
||||
is_stop_self = false
|
||||
is_throw_check = false
|
||||
is_throw_end = false
|
||||
hit_back_speed = 0.0
|
||||
hit_up_speed = 6.0
|
||||
hit_back_duration = 0.05
|
||||
hit_up_duration = 0.05
|
||||
is_force_pause = true
|
||||
@ -1,17 +1,14 @@
|
||||
[gd_resource type="RibbonTrailMesh" load_steps=5 format=3 uid="uid://cv0787wcswb6d"]
|
||||
[gd_resource type="RibbonTrailMesh" load_steps=3 format=3 uid="uid://cv0787wcswb6d"]
|
||||
|
||||
[ext_resource type="Shader" path="res://render/shader/trail.gdshader" id="1_lp8r8"]
|
||||
[ext_resource type="Texture2D" uid="uid://dg6i5l05y3vww" path="res://render/texture/particle/gradient/gradient2.png" id="2_kxo7s"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0bmvub81xvmf" path="res://render/texture/particle/shape/glow1.png" id="3_g5a4h"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_od7xi"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("1_lp8r8")
|
||||
shader_parameter/tex_main = ExtResource("3_g5a4h")
|
||||
shader_parameter/tex_gradient = ExtResource("2_kxo7s")
|
||||
|
||||
[resource]
|
||||
material = SubResource("ShaderMaterial_od7xi")
|
||||
size = 0.03
|
||||
sections = 2
|
||||
section_length = 0.15
|
||||
section_segments = 4
|
||||
section_segments = 2
|
||||
|
||||
@ -0,0 +1,15 @@
|
||||
[gd_resource type="RibbonTrailMesh" load_steps=4 format=3 uid="uid://bn70s68ohnw7b"]
|
||||
|
||||
[ext_resource type="Shader" path="res://render/shader/trail.gdshader" id="1_wwyo3"]
|
||||
[ext_resource type="Texture2D" uid="uid://d2tcm2g7sh1ne" path="res://render/texture/particle/gradient/gradient3.png" id="2_b77qu"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_cvevy"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("1_wwyo3")
|
||||
shader_parameter/tex_gradient = ExtResource("2_b77qu")
|
||||
|
||||
[resource]
|
||||
material = SubResource("ShaderMaterial_cvevy")
|
||||
size = 0.02
|
||||
sections = 3
|
||||
section_segments = 2
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue