mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-18 00:20:13 +00:00
Fix line length, fix IC5 desc
This commit is contained in:
parent
617f5553b9
commit
b0c7314dbf
@ -63,9 +63,9 @@ GameDatabase.challenges.infinity = [
|
||||
{
|
||||
id: 5,
|
||||
description:
|
||||
`Costs increase like in Tickspeed Challenge (C9), except buying Antimatter Dimensions 1-4 instead causes all
|
||||
smaller or equal AD costs to increase and buying Antimatter Dimensions 5-8 causes all instead causes all
|
||||
larger or equal AD costs to increase.`,
|
||||
`When buying Antimatter Dimensions 1-4, every AD with cost smaller or equal increases.
|
||||
When buying Antimatter Dimensions 5-8, every AD with cost bigger or equal increases.
|
||||
When buying Tickspeed, every AD with the same cost increases.`,
|
||||
goal: new Decimal("1e16500"),
|
||||
isQuickResettable: true,
|
||||
reward: {
|
||||
|
@ -1055,7 +1055,10 @@ GameDatabase.news = [
|
||||
},
|
||||
{
|
||||
id: "a194",
|
||||
text: "<a href='https://youtube.com/watch?v=iJgNpm8cTE8' target='_blank'>This link is not a rick roll. It's a reference to a certain scene in the movie Star Wars that was also referenced by a certain website and was a very popular meme.</a>"
|
||||
text:
|
||||
`<a href='https://youtube.com/watch?v=iJgNpm8cTE8' target='_blank'>This link is not a rick roll.
|
||||
It's a reference to a certain scene in the movie Star Wars that was also referenced by a certain
|
||||
website and was a very popular meme.</a>`
|
||||
},
|
||||
{
|
||||
id: "a195",
|
||||
|
Loading…
Reference in New Issue
Block a user