the AI is too smart with the algerithm. I was hit hard as well, it can be crazy when their cycleAwareness and dashUsage get high. now the normal ai is with low number already
switch (mode) {
case GameMode.PVE_NORMAL: return {
reactionDelay: 15,
cycleAwareness: 0.5,
dashUsage: 0.3,
aggression: 0.5
};
case GameMode.PVE_HARD: return {
reactionDelay: 10, // Super fast reactions
cycleAwareness: 0.7, // Will fix bad cycles immediately
dashUsage: 0.6, // Uses dash for positioning and defense
aggression: 0.6 // Relentless
};