mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 14:00:54 +00:00
meta: increase SAM cooldown from 7.5s to 12s to compensate for previous SAM improvements
This commit is contained in:
@@ -201,7 +201,7 @@ export class DefaultConfig implements Config {
|
||||
return 5 - falloutRatio * 2;
|
||||
}
|
||||
SAMCooldown(): number {
|
||||
return 75;
|
||||
return 120;
|
||||
}
|
||||
SiloCooldown(): number {
|
||||
return 75;
|
||||
|
||||
Reference in New Issue
Block a user