Make buildings take longer to build.
This commit is contained in:
parent
9062d7b626
commit
933796bb4a
@ -5,7 +5,7 @@ import type { VillageState } from "../village";
|
|||||||
|
|
||||||
|
|
||||||
function getStandardTimeToBuild(level: number) {
|
function getStandardTimeToBuild(level: number) {
|
||||||
return Math.round(Math.pow(level, 1 / 1.2) + 1);
|
return Math.round(Math.pow(level, 1 / 0.8) + 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user