mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
r133 requirement from e134k > e200k
This commit is contained in:
parent
f41a940676
commit
14a1fd06f0
@ -1495,7 +1495,7 @@
|
||||
<div id="Unique snowflakes" class="achievement achievementlocked" style="background-image: url(images/90.png)" ach-tooltip="Have 540 galaxies without having any Replicated galaxies."><br></div>
|
||||
</td>
|
||||
<td>
|
||||
<div id="I never liked this infinity stuff anyway" class="achievement achievementlocked" style="background-image: url(images/91.png)" ach-tooltip="Reach 1e140,000 IP without buying IDs or IP multipliers."><br></div>
|
||||
<div id="I never liked this infinity stuff anyway" class="achievement achievementlocked" style="background-image: url(images/91.png)" ach-tooltip="Reach 1e200,000 IP without buying IDs or IP multipliers."><br></div>
|
||||
</td>
|
||||
<td>
|
||||
<div id="When will it be enough?" class="achievement achievementlocked" style="background-image: url(images/92.png)" ach-tooltip="Reach 1e20,000 replicanti. Reward: You gain replicanti 2 times faster under 1.79e308 replicanti."><br></div>
|
||||
|
@ -2115,7 +2115,7 @@ function setAchieveTooltip() {
|
||||
layer.setAttribute('ach-tooltip', "Reach "+shortenMoney(Number.MAX_VALUE)+" EP.")
|
||||
fkoff.setAttribute('ach-tooltip', "Reach "+shortenCosts(new Decimal("1e22000"))+" IP without any time studies. Reward: Time dimensions are multiplied by the number of studies you have.")
|
||||
minaj.setAttribute('ach-tooltip', "Have 180 times more replicanti galaxies than normal galaxies. Reward: Replicanti galaxies divide your replicanti by "+shortenMoney(Number.MAX_VALUE)+" instead of resetting them to 1.")
|
||||
infstuff.setAttribute('ach-tooltip', "Reach "+shortenCosts(new Decimal("1e140000"))+" IP without buying IDs or IP multipliers. Reward: You start eternities with all Infinity Challenges unlocked and completed.")
|
||||
infstuff.setAttribute('ach-tooltip', "Reach "+shortenCosts(new Decimal("1e200000"))+" IP without buying IDs or IP multipliers. Reward: You start eternities with all Infinity Challenges unlocked and completed.")
|
||||
when.setAttribute('ach-tooltip', "Reach "+shortenCosts( new Decimal("1e20000"))+" replicanti. Reward: You gain replicanti 2 times faster under "+shortenMoney(Number.MAX_VALUE)+" replicanti.")
|
||||
thinking.setAttribute('ach-tooltip', "Eternity for "+shortenCosts( new Decimal("1e600"))+" EP in 1 minute or less while dilated.")
|
||||
thisis.setAttribute('ach-tooltip', "Reach "+shortenCosts(new Decimal('1e20000'))+" IP without any time studies while dilated.")
|
||||
@ -5130,7 +5130,7 @@ setInterval(function() {
|
||||
player.infinityDimension7.baseAmount == 0 &&
|
||||
player.infinityDimension8.baseAmount == 0 &&
|
||||
player.infMultCost.equals(10) &&
|
||||
player.infinityPoints.gt(new Decimal("1e140000"))) {
|
||||
player.infinityPoints.gt(new Decimal("1e200000"))) {
|
||||
giveAchievement("I never liked this infinity stuff anyway")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user