1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-01 15:52:30 +08:00

feat(武器): 调整武器平衡性和伤害计算逻辑

- 提高LGBT武器的能量消耗至50
- 为PurpleCrystal和BigLaser武器添加伤害值读取逻辑
- 增加BigLaser武器的伤害至40并优化dot时间计算
- 降低BigLaser的屏幕震动强度
- 优化BigLaser的伤害检测逻辑,防止跳帧
This commit is contained in:
2025-09-06 09:13:19 +08:00
parent 65ef6dd5bb
commit 85db6b4232
5 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ store = {
}
storeType = Array[int]([2, 0, 0, 1, 0])
descriptionTemplate = "发射$count条,每条间分隔$angle,可追踪$trace秒,效率为$power的带状彩虹,每条造成$atk点伤害。"
needEnergy = 10.0
needEnergy = 50.0
cooldown = 500.0
[node name="avatar" parent="container/info" index="0"]