1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
Dog-Lynx-And-HCN/components/Effects/HXDBoom.tscn
T
fallingshrimp e581a4e381 feat(武器): 调整茴香豆武器参数和效果
修改茴香豆武器的散射角度从40°降低到20°
添加反弹伤害衰减20%的机制
当特效纹理ID为1时不计入反弹次数
更新武器描述模板和数值计算
移除不再使用的HXDBoom特效脚本
2026-02-02 11:52:26 +08:00

36 lines
1.3 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://c0oppv5v8grnu"]
[ext_resource type="PackedScene" uid="uid://bcvuuy2m0pke0" path="res://components/Abstracts/EffectBase.tscn" id="1_41cv2"]
[ext_resource type="Texture2D" uid="uid://ctvlwl62ieuu6" path="res://resources/bullets/HXD/effect/4.png" id="3_4u6cx"]
[sub_resource type="Curve" id="Curve_4u6cx"]
_data = [Vector2(0.5, 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_rt83h"]
curve = SubResource("Curve_4u6cx")
[sub_resource type="Curve" id="Curve_l6ml7"]
_data = [Vector2(0.75, 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_tkfx4"]
curve = SubResource("Curve_l6ml7")
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_4u6cx"]
particle_flag_disable_z = true
spread = 180.0
initial_velocity_min = 50.0
initial_velocity_max = 100.0
gravity = Vector3(0, 0, 0)
scale_curve = SubResource("CurveTexture_tkfx4")
alpha_curve = SubResource("CurveTexture_rt83h")
[node name="HXDBoom" instance=ExtResource("1_41cv2")]
[node name="particles" parent="." index="1"]
amount = 1
texture = ExtResource("3_4u6cx")
local_coords = true
process_material = SubResource("ParticleProcessMaterial_4u6cx")