mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
box costs
This commit is contained in:
parent
f4a5b92069
commit
ac505e3408
1 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
})) as GenericUpgrade;
|
||||
const dyeUpgrade = createUpgrade(() => ({
|
||||
resource: noPersist(boxes),
|
||||
cost: 1e30,
|
||||
cost: 1e39,
|
||||
visibility: () => showIf(management.elfTraining.boxElfTraining.milestones[4].earned.value),
|
||||
display: {
|
||||
title: "Carry dye in boxes",
|
||||
|
@ -190,7 +190,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
})) as GenericUpgrade;
|
||||
const xpUpgrade = createUpgrade(() => ({
|
||||
resource: noPersist(boxes),
|
||||
cost: 1e32,
|
||||
cost: 1e30,
|
||||
visibility: () => showIf(management.elfTraining.boxElfTraining.milestones[4].earned.value),
|
||||
display: {
|
||||
title: "Carry experience in boxes???",
|
||||
|
|
Loading…
Add table
Reference in a new issue