1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-11 14:17:13 +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
+3 -2
View File
@@ -14,7 +14,7 @@ typeTopic = 1
costs = Array[int]([0, 1])
costCounts = Array[int]([100, 50])
store = {
"atk": 35,
"atk": 40,
"time": 0.1
}
storeType = Array[int]([0, 0])
@@ -23,6 +23,7 @@ needEnergy = 100.0
cooldown = 6000.0
[node name="attack" parent="sounds" index="0"]
process_mode = 3
stream = ExtResource("4_cb5nh")
[node name="avatar" parent="container/info" index="0"]
@@ -37,4 +38,4 @@ quality = 2
typeTopic = 1
[node name="description" parent="container" index="2"]
text = "[center]每[color=cyan]0.1[/color]秒造成[color=cyan]35.0[/color]点伤害。[/center]"
text = "[center]每[color=cyan]0.1[/color]秒造成[color=cyan]40.0[/color]点伤害。[/center]"
+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"]