1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-31 00:11:54 +08:00

feat: 调整游戏平衡性和测试配置

- 提高重型水晶子弹的伤害值从20到30
- 移除玩家角色的无敌状态
- 调整KukeChild角色的攻击冷却时间
- 将默认波次从空波次改为测试BOSS波次
- 禁用自定义启动逻辑
This commit is contained in:
2025-09-19 21:58:45 +08:00
parent 566531c856
commit 0ab740a00a
4 changed files with 5 additions and 6 deletions
@@ -6,7 +6,7 @@ var readyTime: float = 1000
func register():
speed = 10
damage = 20
damage = 30
func ai():
if timeLived() < readyTime:
PresetBulletAI.lockLauncher(self, launcher, true)