increast alliance duration ~ 3minutes

This commit is contained in:
evanpelle
2024-09-22 19:58:40 -07:00
parent 08672f68a9
commit 2e85a149ca
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {pastelTheme} from "./PastelTheme";
export class DefaultConfig implements Config {
allianceDuration(): Tick {
return 10 * 100
return 20 * 100
}
percentageTilesOwnedToWin(): number {
return 95
+4 -4
View File
@@ -20,16 +20,16 @@ export const devConfig = new class extends DefaultConfig {
}
numBots(): number {
return 0
return 400
}
// allianceDuration(): Tick {
// return 10 * 10
// }
numFakeHumans(gameID: GameID): number {
return 0
}
// numFakeHumans(gameID: GameID): number {
// return 0
// }
// startTroops(playerInfo: PlayerInfo): number {
// if (playerInfo.isBot) {