拳套空中攻击 击落特效
parent
6929c597b1
commit
8ec81d307c
@ -0,0 +1,19 @@
|
||||
[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://dr70nrjjk754r"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_cfg.gd" id="1_esnha"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_esnha")
|
||||
damage_rate = 1.0
|
||||
break_level = 2
|
||||
stun_attack = 10.0
|
||||
damage_type = 1
|
||||
is_floating = false
|
||||
is_hit_down = true
|
||||
is_rebound = false
|
||||
hit_back_speed = 6.0
|
||||
hit_up_speed = -6.0
|
||||
hit_back_duration = 0.05
|
||||
hit_up_duration = 0.05
|
||||
pause_time = 0.15
|
||||
is_force_pause = false
|
||||
@ -0,0 +1,24 @@
|
||||
[gd_resource type="Resource" script_class="SkillPlayerCfg" load_steps=7 format=3 uid="uid://hg7aptg0wl1j"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dib6g7t6p5ac2" path="res://config/attack/blunt_normal_hit.tres" id="1_v7ajo"]
|
||||
[ext_resource type="Resource" uid="uid://bqejjllfy03h3" path="res://config/attack_box/box_normal.tres" id="2_6x3pw"]
|
||||
[ext_resource type="Script" path="res://script/config/player_skill_cfg.gd" id="3_v1wiv"]
|
||||
[ext_resource type="Animation" uid="uid://chj3rlh6krt66" path="res://resource/skill_animation/hero01_fist_air_attack01.tres" id="4_nfkff"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="5_7yyxp"]
|
||||
[ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_aclp5"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_v1wiv")
|
||||
weapon = ExtResource("6_aclp5")
|
||||
stance_from = 10
|
||||
stance_to = 11
|
||||
break_level = 3
|
||||
action = "attack_light"
|
||||
name = ""
|
||||
skill_animation = ExtResource("4_nfkff")
|
||||
free_lock = false
|
||||
attack1 = ExtResource("1_v7ajo")
|
||||
attack1_box = ExtResource("2_6x3pw")
|
||||
refresh_animation = false
|
||||
sprite_frames = ExtResource("5_7yyxp")
|
||||
animation_name = "fist_air_attack01"
|
||||
@ -0,0 +1,24 @@
|
||||
[gd_resource type="Resource" script_class="SkillPlayerCfg" load_steps=7 format=3 uid="uid://d1q7buaerirow"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dib6g7t6p5ac2" path="res://config/attack/blunt_normal_hit.tres" id="1_cut8n"]
|
||||
[ext_resource type="Resource" uid="uid://bqejjllfy03h3" path="res://config/attack_box/box_normal.tres" id="2_bgip4"]
|
||||
[ext_resource type="Script" path="res://script/config/player_skill_cfg.gd" id="3_agxba"]
|
||||
[ext_resource type="Animation" uid="uid://dia1xwl6foafg" path="res://resource/skill_animation/hero01_fist_air_attack02.tres" id="4_jbb00"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="5_byipk"]
|
||||
[ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_ad202"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_agxba")
|
||||
weapon = ExtResource("6_ad202")
|
||||
stance_from = 11
|
||||
stance_to = 12
|
||||
break_level = 3
|
||||
action = "attack_light"
|
||||
name = ""
|
||||
skill_animation = ExtResource("4_jbb00")
|
||||
free_lock = false
|
||||
attack1 = ExtResource("1_cut8n")
|
||||
attack1_box = ExtResource("2_bgip4")
|
||||
refresh_animation = false
|
||||
sprite_frames = ExtResource("5_byipk")
|
||||
animation_name = "fist_air_attack02"
|
||||
@ -0,0 +1,24 @@
|
||||
[gd_resource type="Resource" script_class="SkillPlayerCfg" load_steps=7 format=3 uid="uid://0nysxqwoq5tj"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dr70nrjjk754r" path="res://config/attack/blunt_mid_hit_down.tres" id="1_w8lg4"]
|
||||
[ext_resource type="Resource" uid="uid://bqejjllfy03h3" path="res://config/attack_box/box_normal.tres" id="2_2gnst"]
|
||||
[ext_resource type="Script" path="res://script/config/player_skill_cfg.gd" id="3_ghxjs"]
|
||||
[ext_resource type="Animation" uid="uid://dfe8krunqdf3m" path="res://resource/skill_animation/hero01_fist_air_attack03.tres" id="4_y802t"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="5_pslv2"]
|
||||
[ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_t7m8t"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_ghxjs")
|
||||
weapon = ExtResource("6_t7m8t")
|
||||
stance_from = 12
|
||||
stance_to = 13
|
||||
break_level = 3
|
||||
action = "attack_light"
|
||||
name = ""
|
||||
skill_animation = ExtResource("4_y802t")
|
||||
free_lock = false
|
||||
attack1 = ExtResource("1_w8lg4")
|
||||
attack1_box = ExtResource("2_2gnst")
|
||||
refresh_animation = false
|
||||
sprite_frames = ExtResource("5_pslv2")
|
||||
animation_name = "fist_air_attack03"
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 9.3 KiB |
@ -0,0 +1,119 @@
|
||||
[gd_resource type="Animation" load_steps=2 format=3 uid="uid://chj3rlh6krt66"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="1_hxg0r"]
|
||||
|
||||
[resource]
|
||||
resource_name = "hero01_fist_air_attack01"
|
||||
length = 0.8
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("View:sprite_frames")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [ExtResource("1_hxg0r")]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("View:animation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": ["fist_air_attack01"]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("View:frame")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
tracks/3/enabled = true
|
||||
tracks/3/path = NodePath("Status:break_level")
|
||||
tracks/3/interp = 1
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0, 0.3, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0, 3, 4]
|
||||
}
|
||||
tracks/4/type = "value"
|
||||
tracks/4/imported = false
|
||||
tracks/4/enabled = true
|
||||
tracks/4/path = NodePath("Status:speed_up_rate")
|
||||
tracks/4/interp = 1
|
||||
tracks/4/loop_wrap = true
|
||||
tracks/4/keys = {
|
||||
"times": PackedFloat32Array(0.2, 0.3),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 1,
|
||||
"values": [-0.5, -1.0]
|
||||
}
|
||||
tracks/5/type = "value"
|
||||
tracks/5/imported = false
|
||||
tracks/5/enabled = true
|
||||
tracks/5/path = NodePath("Status:skill_move_speed")
|
||||
tracks/5/interp = 1
|
||||
tracks/5/loop_wrap = true
|
||||
tracks/5/keys = {
|
||||
"times": PackedFloat32Array(0.1, 0.3),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 1,
|
||||
"values": [1.0, 0.0]
|
||||
}
|
||||
tracks/6/type = "value"
|
||||
tracks/6/imported = false
|
||||
tracks/6/enabled = true
|
||||
tracks/6/path = NodePath("Status:skill_float_speed")
|
||||
tracks/6/interp = 1
|
||||
tracks/6/loop_wrap = true
|
||||
tracks/6/keys = {
|
||||
"times": PackedFloat32Array(0, 0.2, 0.4),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0.1, 1.0, 0.0]
|
||||
}
|
||||
tracks/7/type = "method"
|
||||
tracks/7/imported = false
|
||||
tracks/7/enabled = true
|
||||
tracks/7/path = NodePath("Battle")
|
||||
tracks/7/interp = 1
|
||||
tracks/7/loop_wrap = true
|
||||
tracks/7/keys = {
|
||||
"times": PackedFloat32Array(0.2),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"values": [{
|
||||
"args": [],
|
||||
"method": &"attack1"
|
||||
}]
|
||||
}
|
||||
tracks/8/type = "method"
|
||||
tracks/8/imported = false
|
||||
tracks/8/enabled = true
|
||||
tracks/8/path = NodePath("Effect")
|
||||
tracks/8/interp = 1
|
||||
tracks/8/loop_wrap = true
|
||||
tracks/8/keys = {
|
||||
"times": PackedFloat32Array(0.1),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"values": [{
|
||||
"args": [],
|
||||
"method": &"cast_attack_particle1"
|
||||
}]
|
||||
}
|
||||
@ -0,0 +1,119 @@
|
||||
[gd_resource type="Animation" load_steps=2 format=3 uid="uid://dia1xwl6foafg"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="1_h03mj"]
|
||||
|
||||
[resource]
|
||||
resource_name = "hero01_fist_air_attack02"
|
||||
length = 0.6
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("View:sprite_frames")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [ExtResource("1_h03mj")]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("View:animation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": ["fist_air_attack02"]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("View:frame")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
tracks/3/enabled = true
|
||||
tracks/3/path = NodePath("Status:break_level")
|
||||
tracks/3/interp = 1
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0, 0.4, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0, 3, 4]
|
||||
}
|
||||
tracks/4/type = "value"
|
||||
tracks/4/imported = false
|
||||
tracks/4/enabled = true
|
||||
tracks/4/path = NodePath("Status:speed_up_rate")
|
||||
tracks/4/interp = 1
|
||||
tracks/4/loop_wrap = true
|
||||
tracks/4/keys = {
|
||||
"times": PackedFloat32Array(0.2, 0.3),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 1,
|
||||
"values": [-0.5, -1.0]
|
||||
}
|
||||
tracks/5/type = "value"
|
||||
tracks/5/imported = false
|
||||
tracks/5/enabled = true
|
||||
tracks/5/path = NodePath("Status:skill_move_speed")
|
||||
tracks/5/interp = 1
|
||||
tracks/5/loop_wrap = true
|
||||
tracks/5/keys = {
|
||||
"times": PackedFloat32Array(0.1, 0.3),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 1,
|
||||
"values": [1.0, 0.0]
|
||||
}
|
||||
tracks/6/type = "value"
|
||||
tracks/6/imported = false
|
||||
tracks/6/enabled = true
|
||||
tracks/6/path = NodePath("Status:skill_float_speed")
|
||||
tracks/6/interp = 1
|
||||
tracks/6/loop_wrap = true
|
||||
tracks/6/keys = {
|
||||
"times": PackedFloat32Array(0, 0.2, 0.4),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0.1, 2.0, 0.0]
|
||||
}
|
||||
tracks/7/type = "method"
|
||||
tracks/7/imported = false
|
||||
tracks/7/enabled = true
|
||||
tracks/7/path = NodePath("Battle")
|
||||
tracks/7/interp = 1
|
||||
tracks/7/loop_wrap = true
|
||||
tracks/7/keys = {
|
||||
"times": PackedFloat32Array(0.2),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"values": [{
|
||||
"args": [],
|
||||
"method": &"attack1"
|
||||
}]
|
||||
}
|
||||
tracks/8/type = "method"
|
||||
tracks/8/imported = false
|
||||
tracks/8/enabled = true
|
||||
tracks/8/path = NodePath("Effect")
|
||||
tracks/8/interp = 1
|
||||
tracks/8/loop_wrap = true
|
||||
tracks/8/keys = {
|
||||
"times": PackedFloat32Array(0.1),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"values": [{
|
||||
"args": [],
|
||||
"method": &"cast_attack_particle1"
|
||||
}]
|
||||
}
|
||||
@ -0,0 +1,119 @@
|
||||
[gd_resource type="Animation" load_steps=2 format=3 uid="uid://dfe8krunqdf3m"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="1_yejui"]
|
||||
|
||||
[resource]
|
||||
resource_name = "hero01_fist_air_attack03"
|
||||
length = 0.6
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("View:sprite_frames")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [ExtResource("1_yejui")]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("View:animation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": ["fist_air_attack03"]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("View:frame")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
tracks/3/enabled = true
|
||||
tracks/3/path = NodePath("Status:break_level")
|
||||
tracks/3/interp = 1
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0, 0.3, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0, 3, 4]
|
||||
}
|
||||
tracks/4/type = "value"
|
||||
tracks/4/imported = false
|
||||
tracks/4/enabled = true
|
||||
tracks/4/path = NodePath("Status:speed_up_rate")
|
||||
tracks/4/interp = 1
|
||||
tracks/4/loop_wrap = true
|
||||
tracks/4/keys = {
|
||||
"times": PackedFloat32Array(0.2, 0.3),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 1,
|
||||
"values": [-0.5, -1.0]
|
||||
}
|
||||
tracks/5/type = "value"
|
||||
tracks/5/imported = false
|
||||
tracks/5/enabled = true
|
||||
tracks/5/path = NodePath("Status:skill_move_speed")
|
||||
tracks/5/interp = 1
|
||||
tracks/5/loop_wrap = true
|
||||
tracks/5/keys = {
|
||||
"times": PackedFloat32Array(0.1, 0.3),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 1,
|
||||
"values": [1.0, 0.0]
|
||||
}
|
||||
tracks/6/type = "value"
|
||||
tracks/6/imported = false
|
||||
tracks/6/enabled = true
|
||||
tracks/6/path = NodePath("Status:skill_float_speed")
|
||||
tracks/6/interp = 1
|
||||
tracks/6/loop_wrap = true
|
||||
tracks/6/keys = {
|
||||
"times": PackedFloat32Array(0, 0.2, 0.4),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0.1, 1.0, 0.0]
|
||||
}
|
||||
tracks/7/type = "method"
|
||||
tracks/7/imported = false
|
||||
tracks/7/enabled = true
|
||||
tracks/7/path = NodePath("Battle")
|
||||
tracks/7/interp = 1
|
||||
tracks/7/loop_wrap = true
|
||||
tracks/7/keys = {
|
||||
"times": PackedFloat32Array(0.2),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"values": [{
|
||||
"args": [],
|
||||
"method": &"attack1"
|
||||
}]
|
||||
}
|
||||
tracks/8/type = "method"
|
||||
tracks/8/imported = false
|
||||
tracks/8/enabled = true
|
||||
tracks/8/path = NodePath("Effect")
|
||||
tracks/8/interp = 1
|
||||
tracks/8/loop_wrap = true
|
||||
tracks/8/keys = {
|
||||
"times": PackedFloat32Array(0.1),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"values": [{
|
||||
"args": [],
|
||||
"method": &"cast_attack_particle1"
|
||||
}]
|
||||
}
|
||||
@ -0,0 +1,205 @@
|
||||
[gd_scene load_steps=40 format=3 uid="uid://dpewyvwr7358m"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/effect/particle.gd" id="1_c4i0s"]
|
||||
[ext_resource type="Shader" path="res://render/shader/particle.gdshader" id="2_028e2"]
|
||||
[ext_resource type="Texture2D" uid="uid://ccl81e2qroccb" path="res://render/texture/particle/shape/flare2.png" id="3_h47rb"]
|
||||
[ext_resource type="Texture2D" uid="uid://bslhqlcg8cw2l" path="res://render/texture/particle/shape/flare3.png" id="4_x4pau"]
|
||||
[ext_resource type="Texture2D" uid="uid://colhtjt8jon3v" path="res://render/texture/particle/shape/smoke.png" id="5_ji4m5"]
|
||||
[ext_resource type="Shader" path="res://render/shader/trail.gdshader" id="6_jp3yv"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0bmvub81xvmf" path="res://render/texture/particle/shape/glow.png" id="7_u8iqs"]
|
||||
[ext_resource type="PackedScene" uid="uid://5d1a3s6x77wd" path="res://scene/effect/particle/_particle_hit_ground.tscn" id="8_x8r0p"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_dkmkb"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("2_028e2")
|
||||
shader_parameter/is_billboard = null
|
||||
shader_parameter/tex_main = ExtResource("3_h47rb")
|
||||
|
||||
[sub_resource type="Curve" id="Curve_n5hkj"]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_hdmmt"]
|
||||
curve = SubResource("Curve_n5hkj")
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_wb6fx"]
|
||||
offsets = PackedFloat32Array(0, 0.291429, 1)
|
||||
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 0.649479, 1, 1, 1, 0.223529, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_8ltar"]
|
||||
gradient = SubResource("Gradient_wb6fx")
|
||||
|
||||
[sub_resource type="Curve" id="Curve_2o6rl"]
|
||||
max_value = 1.5
|
||||
_data = [Vector2(0, 0.758242), 0.0, 2.00769, 0, 0, Vector2(0.0394089, 1.08791), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_5ce5r"]
|
||||
curve = SubResource("Curve_2o6rl")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_acw2w"]
|
||||
particle_flag_disable_z = true
|
||||
angle_min = 1.07288e-05
|
||||
angle_max = 720.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
scale_curve = SubResource("CurveTexture_5ce5r")
|
||||
color_ramp = SubResource("GradientTexture1D_8ltar")
|
||||
alpha_curve = SubResource("CurveTexture_hdmmt")
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_0j7av"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_i0f24"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("2_028e2")
|
||||
shader_parameter/is_billboard = null
|
||||
shader_parameter/tex_main = ExtResource("4_x4pau")
|
||||
|
||||
[sub_resource type="Curve" id="Curve_3uvr5"]
|
||||
_data = [Vector2(0, 0.461538), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_1og0n"]
|
||||
curve = SubResource("Curve_3uvr5")
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_tj5v6"]
|
||||
offsets = PackedFloat32Array(0.0171429, 0.182857)
|
||||
colors = PackedColorArray(0.952941, 1, 1, 1, 0.976471, 1, 0.396078, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_g0jyv"]
|
||||
gradient = SubResource("Gradient_tj5v6")
|
||||
|
||||
[sub_resource type="Curve" id="Curve_8klc5"]
|
||||
max_value = 2.0
|
||||
_data = [Vector2(0, 0.615385), 0.0, 1.4, 0, 0, Vector2(1, 2), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_k3cwo"]
|
||||
curve = SubResource("Curve_8klc5")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_3w28u"]
|
||||
particle_flag_disable_z = true
|
||||
angle_min = 1.07288e-05
|
||||
angle_max = 720.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
scale_curve = SubResource("CurveTexture_k3cwo")
|
||||
color_ramp = SubResource("GradientTexture1D_g0jyv")
|
||||
alpha_curve = SubResource("CurveTexture_1og0n")
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_vkw8i"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("2_028e2")
|
||||
shader_parameter/is_billboard = false
|
||||
shader_parameter/tex_main = ExtResource("5_ji4m5")
|
||||
|
||||
[sub_resource type="Curve" id="Curve_didyq"]
|
||||
_data = [Vector2(0, 0.32967), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_3pi6l"]
|
||||
curve = SubResource("Curve_didyq")
|
||||
|
||||
[sub_resource type="Curve" id="Curve_6dnuy"]
|
||||
max_value = 4.0
|
||||
_data = [Vector2(0, 1.75824), 0.0, 0.0, 0, 0, Vector2(1, 2.76923), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_skg43"]
|
||||
curve = SubResource("Curve_6dnuy")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_gjwvd"]
|
||||
particle_flag_disable_z = true
|
||||
angle_min = 1.07288e-05
|
||||
angle_max = 720.0
|
||||
velocity_pivot = Vector3(0, 0, 1)
|
||||
spread = 180.0
|
||||
initial_velocity_max = 0.2
|
||||
gravity = Vector3(0, 0, 0)
|
||||
scale_curve = SubResource("CurveTexture_skg43")
|
||||
color = Color(0.521569, 0.509804, 0.501961, 1)
|
||||
alpha_curve = SubResource("CurveTexture_3pi6l")
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_0kefl"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_axcwu"]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_wpjie"]
|
||||
curve = SubResource("Curve_axcwu")
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_q1rex"]
|
||||
offsets = PackedFloat32Array(0, 0.285714, 1)
|
||||
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 0.52549, 1, 0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_x4ksg"]
|
||||
gradient = SubResource("Gradient_q1rex")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_5lomq"]
|
||||
spread = 180.0
|
||||
initial_velocity_min = 4.0
|
||||
initial_velocity_max = 5.0
|
||||
color_ramp = SubResource("GradientTexture1D_x4ksg")
|
||||
alpha_curve = SubResource("CurveTexture_wpjie")
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_hrjt4"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("6_jp3yv")
|
||||
shader_parameter/tex_main = ExtResource("7_u8iqs")
|
||||
|
||||
[sub_resource type="RibbonTrailMesh" id="RibbonTrailMesh_urftu"]
|
||||
material = SubResource("ShaderMaterial_hrjt4")
|
||||
size = 0.1
|
||||
|
||||
[node name="Particle" type="Node3D"]
|
||||
script = ExtResource("1_c4i0s")
|
||||
|
||||
[node name="Slash" type="GPUParticles3D" parent="."]
|
||||
layers = 512
|
||||
material_override = SubResource("ShaderMaterial_dkmkb")
|
||||
cast_shadow = 0
|
||||
emitting = false
|
||||
amount = 1
|
||||
lifetime = 0.15
|
||||
one_shot = true
|
||||
fixed_fps = 60
|
||||
local_coords = true
|
||||
process_material = SubResource("ParticleProcessMaterial_acw2w")
|
||||
draw_pass_1 = SubResource("QuadMesh_0j7av")
|
||||
|
||||
[node name="Slash2" type="GPUParticles3D" parent="."]
|
||||
layers = 512
|
||||
material_override = SubResource("ShaderMaterial_i0f24")
|
||||
cast_shadow = 0
|
||||
emitting = false
|
||||
amount = 1
|
||||
lifetime = 0.15
|
||||
one_shot = true
|
||||
fixed_fps = 60
|
||||
local_coords = true
|
||||
process_material = SubResource("ParticleProcessMaterial_3w28u")
|
||||
draw_pass_1 = SubResource("QuadMesh_0j7av")
|
||||
|
||||
[node name="Smoke" type="GPUParticles3D" parent="."]
|
||||
layers = 512
|
||||
material_override = SubResource("ShaderMaterial_vkw8i")
|
||||
cast_shadow = 0
|
||||
emitting = false
|
||||
amount = 2
|
||||
lifetime = 2.0
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
local_coords = true
|
||||
process_material = SubResource("ParticleProcessMaterial_gjwvd")
|
||||
draw_pass_1 = SubResource("QuadMesh_0kefl")
|
||||
|
||||
[node name="Flare" type="GPUParticles3D" parent="."]
|
||||
emitting = false
|
||||
lifetime = 0.3
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
trail_enabled = true
|
||||
trail_lifetime = 0.1
|
||||
process_material = SubResource("ParticleProcessMaterial_5lomq")
|
||||
draw_pass_1 = SubResource("RibbonTrailMesh_urftu")
|
||||
|
||||
[node name="Particle" parent="." instance=ExtResource("8_x8r0p")]
|
||||
Loading…
Reference in New Issue