fix #1597, replace achs with questionable content

This commit is contained in:
Omsi 2020-12-17 14:37:49 -08:00
parent fbebe69b9d
commit d4720c7b9d
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 KiB

After

Width:  |  Height:  |  Size: 747 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -355,7 +355,7 @@ GameDatabase.achievements.normal = [
},
{
id: 58,
name: "Is this hell?",
name: "This is fine.",
get description() { return `Complete the Tickspeed Autobuyer Challenge in ${formatInt(3)} minutes or less.`; },
checkRequirement: () => NormalChallenge(9).isRunning && Time.thisInfinityRealTime.totalMinutes <= 3,
checkEvent: GAME_EVENT.BIG_CRUNCH_BEFORE,
@ -476,7 +476,7 @@ GameDatabase.achievements.normal = [
},
{
id: 74,
name: "End me",
name: "Not a second lost",
get description() { return `Get the sum of all best Normal Challenge times under ${formatInt(5)} seconds.`; },
checkRequirement: () => Time.challengeSum.totalSeconds < 5,
checkEvent: [GAME_EVENT.BIG_CRUNCH_AFTER, GAME_EVENT.REALITY_RESET_AFTER],
@ -523,7 +523,7 @@ GameDatabase.achievements.normal = [
},
{
id: 81,
name: "Hevipelle did nothing wrong",
name: "Game Design Is My Passion",
get description() { return `Beat Infinity Challenge 5 in ${formatInt(15)} seconds or less.`; },
checkRequirement: () => InfinityChallenge(5).isRunning && Time.thisInfinityRealTime.totalSeconds <= 15,
checkEvent: GAME_EVENT.BIG_CRUNCH_BEFORE
@ -670,7 +670,7 @@ GameDatabase.achievements.normal = [
},
{
id: 97,
name: "YES This. Is. Hell.",
name: "Like jumping on a lego",
get description() { return `Get the sum of Infinity Challenge times under ${format(6.66, 2, 2)} seconds.`; },
checkRequirement: () => Time.infinityChallengeSum.totalSeconds < 6.66,
checkEvent: [GAME_EVENT.BIG_CRUNCH_AFTER, GAME_EVENT.REALITY_RESET_AFTER],