1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-09 13:17:12 +08:00

feat(武器): 调整LGBT武器冷却时间并添加爆炸效果

- 将LGBT武器的冷却时间从2000ms减少到500ms
- 移除子弹的固定伤害值,改为在销毁时创建爆炸效果
- 为爆炸效果添加粒子系统,包含彩虹渐变和随机方向
This commit is contained in:
2025-09-06 09:08:28 +08:00
parent 6cf3c409e3
commit 65ef6dd5bb
3 changed files with 53 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ store = {
storeType = Array[int]([2, 0, 0, 1, 0])
descriptionTemplate = "发射$count条,每条间分隔$angle,可追踪$trace秒,效率为$power的带状彩虹,每条造成$atk点伤害。"
needEnergy = 10.0
cooldown = 2000.0
cooldown = 500.0
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ou6jo")