1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-03 09:51:53 +08:00

fix: 调整熊角色攻击冷却时间和移除公鸡无敌状态

调整熊角色第3个攻击技能的冷却时间从5000毫秒增加到13000毫秒以平衡游戏性
移除世界场景中公鸡的无敌状态
This commit is contained in:
2025-09-14 16:47:07 +08:00
parent e66a64c077
commit 39e88ba9a1
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ func register():
attackCooldownMap[0] = 3000
attackCooldownMap[1] = 10000
attackCooldownMap[2] = 8000
attackCooldownMap[3] = 5000
attackCooldownMap[3] = 13000
attackCooldownMap[4] = 4500
attackCooldownMap[5] = 5500
attackCooldownMap[6] = 10000