implement paper upgard 5

This commit is contained in:
unsoftcapped3 2022-12-14 04:22:40 +00:00
parent 4d37bab43a
commit 43a24bb427

View file

@ -126,6 +126,9 @@ const layer = createLayer(id, function (this: BaseLayer) {
if (management.elfTraining.paperElfTraining.milestones[0].earned.value) {
cost = Decimal.div(cost, sumBooks.value.max(1));
}
if (bookUpgrade.bought){
cost = cost.div(10);
}
return cost;
},
style: "width: 600px",