mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 12:51:30 +00:00
meta: make sam & missile silo cooldown 90 ticks
This commit is contained in:
@@ -204,10 +204,10 @@ export class DefaultConfig implements Config {
|
||||
return 5 - falloutRatio * 2;
|
||||
}
|
||||
SAMCooldown(): number {
|
||||
return 120;
|
||||
return 90;
|
||||
}
|
||||
SiloCooldown(): number {
|
||||
return 75;
|
||||
return 90;
|
||||
}
|
||||
|
||||
defensePostRange(): number {
|
||||
|
||||
Reference in New Issue
Block a user