mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 15:26:25 +00:00
rebalance hard and impossible
This commit is contained in:
@@ -416,10 +416,10 @@ export class DefaultConfig implements Config {
|
||||
toAdd *= 1;
|
||||
break;
|
||||
case Difficulty.Hard:
|
||||
toAdd *= 1.2;
|
||||
toAdd *= 1.1;
|
||||
break;
|
||||
case Difficulty.Impossible:
|
||||
toAdd *= 1.5;
|
||||
toAdd *= 1.2;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user