mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 09:37:14 +00:00
update win condtion: 80% non fallout tiles
This commit is contained in:
@@ -171,7 +171,7 @@ export class DefaultConfig implements Config {
|
||||
return 600 * 10
|
||||
}
|
||||
percentageTilesOwnedToWin(): number {
|
||||
return 95
|
||||
return 80
|
||||
}
|
||||
boatMaxNumber(): number {
|
||||
return 3
|
||||
|
||||
@@ -30,6 +30,10 @@ export class DevConfig extends DefaultConfig {
|
||||
return info
|
||||
}
|
||||
|
||||
// percentageTilesOwnedToWin(): number {
|
||||
// return 1
|
||||
// }
|
||||
|
||||
// populationIncreaseRate(player: Player): number {
|
||||
// return this.maxPopulation(player)
|
||||
// }
|
||||
@@ -38,15 +42,15 @@ export class DevConfig extends DefaultConfig {
|
||||
|
||||
// tradeShipSpawnRate(): number { // return 10
|
||||
// }
|
||||
// boatMaxDistance(): number {
|
||||
// return 5000
|
||||
// }
|
||||
boatMaxDistance(): number {
|
||||
return 5000
|
||||
}
|
||||
|
||||
// numBots(): number {
|
||||
// return 0
|
||||
// }
|
||||
// spawnNPCs(): boolean {
|
||||
// return false
|
||||
// }
|
||||
numBots(): number {
|
||||
return 0
|
||||
}
|
||||
spawnNPCs(): boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user