mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 00:11:56 +00:00
slow fallout attacks
This commit is contained in:
@@ -230,7 +230,7 @@ export class DefaultConfig implements Config {
|
||||
falloutDefenseModifier(falloutRatio: number): number {
|
||||
// falloutRatio is between 0 and 1
|
||||
// So defense modifier is between [3, 1]
|
||||
return 2 - falloutRatio;
|
||||
return 2 - 0.9 * falloutRatio;
|
||||
}
|
||||
SAMCooldown(): number {
|
||||
return 75;
|
||||
|
||||
Reference in New Issue
Block a user