mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-08 02:57:06 +08:00
refactor(子弹): 统一水晶类子弹的命名并调整粒子效果
将紫水晶类子弹的displayName统一简化为"水晶",修改重型水晶的粒子发射参数和位置
This commit is contained in:
@@ -132,14 +132,14 @@ curve = SubResource("Curve_cy4lq")
|
|||||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_hgwnm"]
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_hgwnm"]
|
||||||
particle_flag_disable_z = true
|
particle_flag_disable_z = true
|
||||||
emission_shape = 1
|
emission_shape = 1
|
||||||
emission_sphere_radius = 10.0
|
emission_sphere_radius = 5.0
|
||||||
angle_min = 1.07288e-05
|
angle_min = 1.07288e-05
|
||||||
angle_max = 360.0
|
angle_max = 360.0
|
||||||
angle_curve = SubResource("CurveTexture_0a8st")
|
angle_curve = SubResource("CurveTexture_0a8st")
|
||||||
direction = Vector3(-1, 0, 0)
|
direction = Vector3(-1, 0, 0)
|
||||||
spread = 0.0
|
spread = 0.0
|
||||||
initial_velocity_min = 200.0
|
initial_velocity_min = 300.0
|
||||||
initial_velocity_max = 400.0
|
initial_velocity_max = 600.0
|
||||||
gravity = Vector3(0, 0, 0)
|
gravity = Vector3(0, 0, 0)
|
||||||
scale_min = 3.0
|
scale_min = 3.0
|
||||||
scale_max = 6.0
|
scale_max = 6.0
|
||||||
@@ -151,7 +151,7 @@ alpha_curve = SubResource("CurveTexture_inkfe")
|
|||||||
modulate = Color(1, 1, 1, 0)
|
modulate = Color(1, 1, 1, 0)
|
||||||
scale = Vector2(2, 2)
|
scale = Vector2(2, 2)
|
||||||
script = ExtResource("2_ygemv")
|
script = ExtResource("2_ygemv")
|
||||||
displayName = "重型紫水晶"
|
displayName = "动力水晶"
|
||||||
speed = 0.0
|
speed = 0.0
|
||||||
damage = 40.0
|
damage = 40.0
|
||||||
lifeTime = 2000.0
|
lifeTime = 2000.0
|
||||||
@@ -177,8 +177,8 @@ libraries = {
|
|||||||
[node name="trail" type="GPUParticles2D" parent="texture" index="1"]
|
[node name="trail" type="GPUParticles2D" parent="texture" index="1"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
z_index = -1
|
z_index = -1
|
||||||
position = Vector2(10.6667, 0)
|
position = Vector2(-20.6667, 0)
|
||||||
amount = 400
|
amount = 100
|
||||||
process_material = SubResource("ParticleProcessMaterial_hgwnm")
|
process_material = SubResource("ParticleProcessMaterial_hgwnm")
|
||||||
local_coords = true
|
local_coords = true
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ animations = [{
|
|||||||
|
|
||||||
[node name="PurpleCrystal" instance=ExtResource("1_45mh7")]
|
[node name="PurpleCrystal" instance=ExtResource("1_45mh7")]
|
||||||
script = ExtResource("2_4lnlm")
|
script = ExtResource("2_4lnlm")
|
||||||
displayName = "紫水晶"
|
displayName = "水晶"
|
||||||
|
|
||||||
[node name="texture" parent="." index="0"]
|
[node name="texture" parent="." index="0"]
|
||||||
sprite_frames = SubResource("SpriteFrames_r86b3")
|
sprite_frames = SubResource("SpriteFrames_r86b3")
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ radius = 2.23607
|
|||||||
[node name="PurpleCrystalSmall" instance=ExtResource("1_7tnrb")]
|
[node name="PurpleCrystalSmall" instance=ExtResource("1_7tnrb")]
|
||||||
modulate = Color(1.5, 1.5, 1.5, 1)
|
modulate = Color(1.5, 1.5, 1.5, 1)
|
||||||
script = ExtResource("2_it0pa")
|
script = ExtResource("2_it0pa")
|
||||||
displayName = "微型紫水晶"
|
displayName = "微型水晶"
|
||||||
speed = 15.0
|
speed = 15.0
|
||||||
damage = 0.5
|
damage = 0.5
|
||||||
lifeDistance = 1400.0
|
lifeDistance = 1400.0
|
||||||
|
|||||||
Reference in New Issue
Block a user