Revised attack parameters

This commit is contained in:
1brucben
2025-04-19 00:00:14 +02:00
parent 97fa91769a
commit 0bc7c51fb3
+2 -2
View File
@@ -53,7 +53,7 @@ export abstract class DefaultServerConfig implements ServerConfig {
abstract env(): GameEnv;
abstract discordRedirectURI(): string;
turnIntervalMs(): number {
return 100;
return 120;
}
gameCreationRate(): number {
return 60 * 1000;
@@ -483,7 +483,7 @@ export class DefaultConfig implements Config {
defenderdensity ** 0.6 *
within(defender.troops() / attackTroops, 0.3, 10) ** 0.5 *
speed,
8,
10,
480,
),
};