1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-13 05:11:10 +00:00

Added standardized automation

This commit is contained in:
Acamaeda 2020-11-07 23:34:53 -05:00
parent 6506f81556
commit f0c3942253
9 changed files with 49 additions and 16 deletions

View file

@ -379,7 +379,7 @@ addLayer("f", {
resource: "farm points",
baseResource: "candies",
baseAmount() {return player.points},
type: "custom", // A "Custom" type which is effectively static
type: "static",
exponent: 0.5,
base: 3,
roundUpCost: true,