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:
@@ -3,7 +3,7 @@ class_name FireScan
|
||||
|
||||
func register():
|
||||
speed = 10
|
||||
damage = 5
|
||||
damage = 20
|
||||
|
||||
func ai():
|
||||
PresetBulletAI.forward(self, rotation)
|
||||
|
||||
Reference in New Issue
Block a user