mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 04:24:36 +00:00
extend alliances to 10 mins
This commit is contained in:
@@ -199,8 +199,8 @@
|
||||
* BUG: trade ships not building DONE 11/29/2024
|
||||
* make mini map for path finding DONE 11/29/2024
|
||||
* have NPCs build destroyers and battleships DONE 11/30/2024
|
||||
* add info view on top right
|
||||
* extend alliances
|
||||
* add info view on top right DONE 11/30/2024
|
||||
* add info view for units
|
||||
* add defense post
|
||||
* add radiation from nuke
|
||||
* add cities
|
||||
|
||||
@@ -90,7 +90,7 @@ export class DefaultConfig implements Config {
|
||||
return 30 * 10
|
||||
}
|
||||
allianceDuration(): Tick {
|
||||
return 400 * 10
|
||||
return 600 * 10
|
||||
}
|
||||
percentageTilesOwnedToWin(): number {
|
||||
return 95
|
||||
|
||||
Reference in New Issue
Block a user