mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-24 13:11:50 +00:00
fix #1597, replace achs with questionable content
This commit is contained in:
parent
fbebe69b9d
commit
d4720c7b9d
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 |
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user