1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-15 16:12:30 +08:00

refactor(武器系统): 调整红水晶武器参数和世界边界碰撞

修改红水晶武器的攻击力和数量参数,优化游戏平衡性
将圆形碰撞形状替换为世界边界碰撞形状,改进地图边界检测
移除调试标记并更新武器描述模板
This commit is contained in:
2025-12-22 13:16:27 +08:00
parent a5830116f6
commit 92cedf08b6
3 changed files with 22 additions and 11 deletions
+2 -3
View File
@@ -12,8 +12,8 @@ displayName = "红水晶簇"
typeTopic = 1
costBeachball = 400
store = {
"atk": 45,
"count": 3,
"atk": 30,
"count": 2,
"percent": 0.5,
"radius": 150.0
}
@@ -25,7 +25,6 @@ storeType = {
}
descriptionTemplate = "发射[b]红水晶[/b],在3秒后以$radius的半径爆炸,造成$atk点伤害并向随机方向发射1~$count个[b]水晶碎片[/b],造成$percent基础伤害。"
cooldown = 1000.0
debugRebuild = true
[node name="attack" parent="sounds" index="0"]
stream = ExtResource("4_qt0vq")