mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +00:00
boost plastic gain even more
This commit is contained in:
parent
50e228245b
commit
0ada0d8b2b
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
enabled: workshop.milestones.extraExpansionMilestone4.earned
|
||||
})),
|
||||
createMultiplicativeModifier(() => ({
|
||||
multiplier: () => Decimal.add(oil.buildExtractor.amount.value, 1),
|
||||
multiplier: () => Decimal.add(oil.buildExtractor.amount.value, 1).pow(1.75),
|
||||
description: "Snowball Level 4",
|
||||
enabled: management.elfTraining.kilnElfTraining.milestones[3].earned
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue