1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-26 05:22:29 +08:00

fix(武器): 调整武器参数和修复弹反逻辑

- 修改Tree武器的攻击速率从0.25提升到1.0
- 移除Tree和PurpleCrystal的debugRebuild标志
- 修正Parrier弹反时的冲量计算公式
- 更新弹反子弹的目标定位为追踪锚点
- 完善PurpleCrystal场景结构和属性配置
This commit is contained in:
2026-04-29 22:09:59 +08:00
parent e2da3ec86e
commit 33192fbf8d
3 changed files with 16 additions and 12 deletions
+1 -2
View File
@@ -16,7 +16,7 @@ store = {
"atk": 10,
"count": 1.0,
"max": 3.0,
"rate": 0.25
"rate": 1.0
}
storeType = {
"atk": 1,
@@ -44,7 +44,6 @@ descriptionTemplate = "进行[b]格挡[/b],化解飞来的子弹。
sources = Array[String](["Nine Sols", "Terraria"])
tease = "卸劲反伤"
cooldown = 250.0
debugRebuild = true
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
texture = ExtResource("3_nwamk")