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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user