mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-31 07:31:37 +00:00
change gingersnap level 4
This commit is contained in:
parent
b939a1573d
commit
f65e0fae45
1 changed files with 2 additions and 13 deletions
|
@ -796,23 +796,12 @@ const layer = createLayer(id, () => {
|
||||||
createMilestone(() => ({
|
createMilestone(() => ({
|
||||||
display: {
|
display: {
|
||||||
requirement: "Gingersnap Level 4",
|
requirement: "Gingersnap Level 4",
|
||||||
effectDisplay: jsx(() => (
|
effectDisplay: "Raise secondary dyes' first effects to the 1.1"
|
||||||
<>
|
|
||||||
Multiply ALL dye gain by{" "}
|
|
||||||
<Fraction>
|
|
||||||
<div>
|
|
||||||
<Sqrt>classrooms</Sqrt>
|
|
||||||
</div>
|
|
||||||
<div>2</div>
|
|
||||||
</Fraction>
|
|
||||||
+1, but reset all dyes.
|
|
||||||
</>
|
|
||||||
))
|
|
||||||
},
|
},
|
||||||
visibility: () => showIf(clothElfMilestones[2].earned.value && main.day.value >= 13),
|
visibility: () => showIf(clothElfMilestones[2].earned.value && main.day.value >= 13),
|
||||||
shouldEarn: () => clothElfTraining.level.value >= 4,
|
shouldEarn: () => clothElfTraining.level.value >= 4,
|
||||||
onComplete() {
|
onComplete() {
|
||||||
(["red", "yellow", "blue", "orange", "green", "purple"] as const).forEach(
|
(["red", "yellow", "blue"] as const).forEach(
|
||||||
dyeColor => {
|
dyeColor => {
|
||||||
dyes.dyes[dyeColor].amount.value = 0;
|
dyes.dyes[dyeColor].amount.value = 0;
|
||||||
dyes.dyes[dyeColor].buyable.amount.value = 0;
|
dyes.dyes[dyeColor].buyable.amount.value = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue