mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-07 11:09:34 +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;
|
return 5 - falloutRatio * 2;
|
||||||
}
|
}
|
||||||
SAMCooldown(): number {
|
SAMCooldown(): number {
|
||||||
return 120;
|
return 90;
|
||||||
}
|
}
|
||||||
SiloCooldown(): number {
|
SiloCooldown(): number {
|
||||||
return 75;
|
return 90;
|
||||||
}
|
}
|
||||||
|
|
||||||
defensePostRange(): number {
|
defensePostRange(): number {
|
||||||
|
|||||||
Reference in New Issue
Block a user