mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 21:23:37 +00:00
tweaked values again
This commit is contained in:
@@ -371,7 +371,7 @@ export class DefaultConfig implements Config {
|
||||
}
|
||||
trainGoldRefillTime(): Tick {
|
||||
// Baseline: full refill in x ticks
|
||||
return 300;
|
||||
return 120;
|
||||
}
|
||||
|
||||
trainStationMinRange(): number {
|
||||
|
||||
@@ -3,7 +3,7 @@ import { TileRef } from "./GameMap";
|
||||
import { GameUpdateType, RailTile, RailType } from "./GameUpdates";
|
||||
import { TrainStation } from "./TrainStation";
|
||||
|
||||
const CONGESTION_EMA_ALPHA = 0.05;
|
||||
const CONGESTION_EMA_ALPHA = 0.1;
|
||||
|
||||
export class Railroad {
|
||||
private trainCount: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user