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
@@ -135,7 +135,7 @@
* add updates to eventbox: boats (max count, too far) DONE 9/21/2024 * add updates to eventbox: boats (max count, too far) DONE 9/21/2024
* BUG: boats landing doesn't launch attack DONE 9/21/2024 * BUG: boats landing doesn't launch attack DONE 9/21/2024
* fake humans handle alliances DONE 9/22/2024 * fake humans handle alliances DONE 9/22/2024
* make alliances expire * make alliances expire DONE 9/22/2024
* make alliance request mobile friendly * make alliance request mobile friendly
* make year clock * make year clock
* block user inputs if too far behind server * block user inputs if too far behind server
+1 -1
View File
@@ -8,7 +8,7 @@ import {pastelTheme} from "./PastelTheme";
export class DefaultConfig implements Config { export class DefaultConfig implements Config {
allianceDuration(): Tick { allianceDuration(): Tick {
return 10 * 100 return 20 * 100
} }
percentageTilesOwnedToWin(): number { percentageTilesOwnedToWin(): number {
return 95 return 95
+4 -4
View File
@@ -20,16 +20,16 @@ export const devConfig = new class extends DefaultConfig {
} }
numBots(): number { numBots(): number {
return 0 return 400
} }
// allianceDuration(): Tick { // allianceDuration(): Tick {
// return 10 * 10 // return 10 * 10
// } // }
numFakeHumans(gameID: GameID): number { // numFakeHumans(gameID: GameID): number {
return 0 // return 0
} // }
// startTroops(playerInfo: PlayerInfo): number { // startTroops(playerInfo: PlayerInfo): number {
// if (playerInfo.isBot) { // if (playerInfo.isBot) {