mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 11:02:44 +00:00
nerf bots
This commit is contained in:
@@ -747,7 +747,7 @@ export class DefaultConfig implements Config {
|
||||
this.cityTroopIncrease();
|
||||
|
||||
if (player.type() === PlayerType.Bot) {
|
||||
return maxTroops / 2;
|
||||
return maxTroops / 3;
|
||||
}
|
||||
|
||||
if (player.type() === PlayerType.Human) {
|
||||
@@ -799,6 +799,9 @@ export class DefaultConfig implements Config {
|
||||
}
|
||||
|
||||
goldAdditionRate(player: Player): Gold {
|
||||
if (player.type() === PlayerType.Bot) {
|
||||
return 50n;
|
||||
}
|
||||
return 100n;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user