balance: 全面提升游戏难度——怪物HP/速度/KPI扣减上调,精力消耗加快,初始HC降至150,波次加量缩间隔,Boss技能冷却12s,自动下一波等待2s

This commit is contained in:
Cloud Bot
2026-03-24 08:56:14 +00:00
parent e460d90b3a
commit 4fec1ebe9d
11 changed files with 38 additions and 33 deletions

View File

@@ -98,7 +98,7 @@ export abstract class TowerBase {
const target = this.findTarget(enemies)
if (target && this.attackCooldown <= 0) {
this.attack(target)
this.stamina -= 5
this.stamina -= 8 // 精力消耗5→8更快进入摸鱼状态
// 应用 PUA 攻速倍率(倍率越高冷却越短)
this.attackCooldown = 1000 / (this.attackSpeed * this._puaSpeedMult)
this.updateStaminaBar()