meta: increase SAM cooldown from 7.5s to 12s to compensate for previous SAM improvements

This commit is contained in:
evanpelle
2026-03-10 18:47:28 -07:00
parent 19a378942d
commit 97767fa364
+1 -1
View File
@@ -201,7 +201,7 @@ export class DefaultConfig implements Config {
return 5 - falloutRatio * 2;
}
SAMCooldown(): number {
return 75;
return 120;
}
SiloCooldown(): number {
return 75;