mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 09:14:09 +00:00
increast alliance duration ~ 3minutes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user