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

fix: 调整子弹伤害和角色冷却时间

- 提高FireScan子弹的伤害值从5到20
- 调整Chick角色的攻击冷却时间,将attackCooldownMap[2]从100增加到2000
- 移除Wave中未使用的chick变量
This commit is contained in:
2025-09-14 16:24:45 +08:00
parent c961f6082d
commit 14f43b76b7
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ class_name FireScan
func register():
speed = 10
damage = 5
damage = 20
func ai():
PresetBulletAI.forward(self, rotation)