mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-25 18:00:25 +00:00
Merge branch 'main' of https://github.com/thepaperpilot/Advent-Incremental into main
This commit is contained in:
commit
a4ccedb3da
1 changed files with 3 additions and 2 deletions
|
@ -1273,8 +1273,9 @@ const layer = createLayer(id, () => {
|
|||
title: "Focus",
|
||||
description: jsx(() => (
|
||||
<>
|
||||
Motivate elves to focus, multiplying 3 random elves' XP gain by up to{" "}
|
||||
{format(focusMaxMulti.value)}x for 10 seconds, equal to the focus bar's effect.
|
||||
Motivate elves to focus, multiplying {formatWhole(maximumElves.value)} random
|
||||
elves' XP gain by up to {format(focusMaxMulti.value)}x for 10 seconds, equal to
|
||||
the focus bar's effect.
|
||||
{Decimal.gte(focusCooldown.value, 0) ? (
|
||||
<>
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue