2017-08-30 01:21:01 +00:00
<!doctype html>
2017-08-26 01:54:58 +00:00
< html >
2017-08-30 01:21:01 +00:00
2017-08-26 01:54:58 +00:00
< head >
2017-08-30 01:21:01 +00:00
< title > Antimatter Dimensions< / title >
2017-09-23 17:54:10 +00:00
< link rel = "icon" type = "image/png" href = "icon.png" >
2017-08-30 01:21:01 +00:00
< meta name = "Antimatter Dimensions" content = "A game about huge numbers and watching them go up." / >
2017-12-01 00:38:21 +00:00
< h1 id = "hiddenheader" style = "display: none" > Antimatter Dimensions< / h1 >
2017-10-07 02:15:03 +00:00
< script type = "text/javascript" src = 'https://cdn1.kongregate.com/javascripts/kongregate_api.js' > < / script >
< script type = "text/javascript" src = "javascripts/jquery-3.2.1.min.js" > < / script >
< script type = "text/javascript" src = "javascripts/notify.js" > < / script >
2017-10-04 04:13:54 +00:00
< link rel = "stylesheet" type = "text/css" href = "stylesheets/styles.css?2" >
2017-08-30 01:21:01 +00:00
< script >
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
2017-08-26 01:54:58 +00:00
2017-08-30 01:21:01 +00:00
ga('create', 'UA-77268961-1', 'auto');
ga('send', 'pageview');
2017-08-26 01:54:58 +00:00
2017-08-30 01:21:01 +00:00
< / script >
2017-08-26 01:54:58 +00:00
< / head >
2017-12-01 00:38:21 +00:00
< img id = "loading" src = "images/Loading.png" >
< div id = "snow" style = "display: none; " > < / div >
< body id = "body" style = "height: 95vh; " >
< div id = "container" class = "container" style = "color:#4F5957; font-family: Typewriter; text-align:center; font-size: 11px; display:none" >
2017-09-26 20:35:38 +00:00
< div id = 'game' >
< div id = 'news' > .< / div >
< / div >
2017-09-05 20:53:21 +00:00
< div id = "matter" > < / div >
2017-10-05 16:11:35 +00:00
< div style = "position: relative" > < div class = "IP" id = "infinityPoints2" > < / div > < / div >
2017-12-01 00:38:21 +00:00
< div style = "position: relative" > < div class = "EP" id = "eternityPoints2" > < / div > < / div >
2017-08-30 01:50:21 +00:00
< div >
2017-10-07 01:21:40 +00:00
< p > You have < span id = "coinAmount" style = "font-size:25px; color: black" > 0< / span > antimatter.< / p >
2017-08-30 01:50:21 +00:00
< / div >
2017-10-05 16:11:35 +00:00
2017-12-01 00:38:21 +00:00
< div style = "position: relative" >
< button id = "postInfinityButton" class = "postinfcrunch" > Big Crunch for x Infinity Points< / button >
< button id = "newDimensionButton" class = "newdim" onclick = "newDimension()" > Get x antimatter to unlock a new Dimension.< / button >
< button id = "eternitybtn" class = "eternitybtn" onclick = "eternity()" > Other times await.. I need to become Eternal< / button >
< / div >
2017-08-30 01:50:21 +00:00
< div id = "coinsPerSec" > You are getting 0 antimatter per second.< / div >
2017-09-14 00:10:48 +00:00
2017-08-30 01:50:21 +00:00
< tr id = "tickSpeedRow" style = "visibility: hidden" >
< div id = "tickLabel" style = "visibility: hidden" > Make the game 10% faster.< / div >
2017-10-07 17:25:50 +00:00
< button id = "tickSpeed" style = "color:black; visibility: hidden; height: 25px;width: 170px; font-size: 12px" class = "storebtn" > Cost: 1000< / button >
2017-10-07 01:21:40 +00:00
< button id = "tickSpeedMax" onclick = "buyMaxTickSpeed()" style = "color:black; visibility: hidden; height: 25px; font-size: 12px" class = "storebtn" > Buy Max< / button >
2017-08-30 01:50:21 +00:00
< div id = "tickSpeedAmount" style = "visibility: hidden" > Tickspeed: 1000< / div >
2017-08-26 01:54:58 +00:00
< / tr >
2017-08-30 01:21:01 +00:00
< p > < / p >
2017-09-19 14:47:22 +00:00
< div style = "position:absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 360px; top: 95px" >
< button id = "bigcrunch" style = "font-family: Typewriter; font-size: 50px; width: 360px; height: 100px;" class = "tabbtn" > Big Crunch< / button >
2017-08-30 01:21:01 +00:00
< / div >
< div >
2017-10-07 01:21:40 +00:00
< button id = "dimensionsbtn" style = "font-family: Typewriter; font-size: 20px" class = "tabbtn" > Dimensions< / button >
< button id = "optionsbtn" style = "font-family: Typewriter; font-size: 20px" class = "tabbtn" > Options< / button >
< button id = "statisticsbtn" style = "font-family: Typewriter; font-size: 20px" class = "tabbtn" > Statistics< / button >
< button id = "achievementsbtn" style = "font-family: Typewriter; font-size: 20px" class = "tabbtn" > Achievements< / button >
< button id = "challengesbtn" style = "font-family: Typewriter; font-size: 20px" class = "tabbtn" > Challenges< / button >
2017-12-01 00:38:21 +00:00
< button id = "infinitybtn" style = "font-family: Typewriter; font-size: 20px; display: none" class = "infinitybtn" > Infinity< / button >
< button id = "eternitystorebtn" style = "font-family: Typewriter; font-size: 20px; display: none" class = "eternitytabbtn" > Eternity< / button >
2017-10-10 19:10:33 +00:00
< button id = "shopbtn" style = "font-family: Typewriter; font-size: 20px" class = "tabbtn" > Shop< / button >
2017-08-30 01:21:01 +00:00
< / div >
< div id = "emptiness" class = "tab" style = "font-size: 150%" >
< br > The world has collapsed on itself due to excess of antimatter.
< br >
< br >
< / div >
2017-10-04 03:55:27 +00:00
< div id = "shop" class = "tab" style = "font-size: 15px" >
< div align = "center" >
< br >
2017-10-06 18:52:31 +00:00
< span id = "kongip" > Double your IP gain from all sources. Forever. < / span > < br >
2017-10-04 04:13:54 +00:00
< button class = "greedbtn" onclick = "purchaseIP()" > 50 Kreds< / button >
2017-10-04 03:55:27 +00:00
< br > < br > < br >
2017-10-06 18:52:31 +00:00
< span id = "kongdim" > Double all your dimension multipliers (dimensions 1-8). Forever. < / span > < br >
2017-10-04 04:13:54 +00:00
< button class = "greedbtn" onclick = "purchaseDimMult()" > 30 Kreds< / button >
2017-10-04 03:55:27 +00:00
< br > < br > < br >
< span > Get 6 hours worth of offline production. (Doesn't work for autobuyers)< / span > < br >
2017-10-04 04:13:54 +00:00
< button class = "greedbtn" onclick = "purchaseTimeSkip()" > 10 Kreds< / button >
2017-10-06 17:27:10 +00:00
< br > < br > < br >
< span style = "font-size: 12px" > < b > Disclaimer: These are not required to progress in the game, they are just to help and support the developer.< / b > < / span >
2017-10-04 03:55:27 +00:00
< / div >
< / div >
2017-12-01 00:38:21 +00:00
< div id = "eternitystore" class = "tab" style = "font-size: 15px; width: 60%; margin: 0 auto; display: none" align = "center" >
< table class = "table" align = "center" style = "margin: auto" >
< tr >
< td > < button class = "secondarytabbtn" onclick = "showEternityTab('timestudies')" > Time studies< / button > < td >
< td > < button class = "secondarytabbtn" onclick = "showEternityTab('eternityupgrades')" > Eternity upgrades< / button > < td >
2017-12-19 08:19:38 +00:00
< td > < button class = "secondarytabbtn" onclick = "showEternityTab('milestones')" > Eternity milestones< / button > < td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
2017-12-01 02:27:00 +00:00
< div class = "eternitytab" id = "timestudies" style = "font-size: 15px" >
2017-12-11 08:50:49 +00:00
< canvas id = "studyTreeCanvas" > < / canvas >
2017-12-01 00:38:21 +00:00
< div > < button class = "storebtn" onclick = "respecToggle()" id = "respec" style = "width:150px; height: 40px; font-size: 10px; margin: auto" > Respec time studies on next Eternity< / button > < / div >
2017-12-16 06:03:08 +00:00
< button class = "timetheorembtn" onclick = "buyWithAntimatter()" id = "theoremam" style = "margin-left: -266px" > Buy Time Theorems < br > Cost: 1e20000 antimatter< / button >
< button class = "timetheorembtn" onclick = "buyWithIP()" id = "theoremip" style = "margin-left: -86px" > Buy Time Theorems < br > Cost: 1 IP< / button >
< button class = "timetheorembtnlocked" onclick = "buyWithEP()" id = "theoremep" style = "margin-left: 96px" > Buy Time Theorems < br > Cost: 1 EP< / button >
< div id = "theorembuybackground" > < / div >
2017-12-01 00:38:21 +00:00
2017-12-16 06:03:08 +00:00
< p id = "timetheorems" style = "position: fixed;" > You have 0 Time Theorems.< / p >
2017-12-01 00:38:21 +00:00
< table class = "table" id = "studytable" >
< tr style = "width: 100%; text-align: center" >
< td style = "margin: auto;" > < button class = "timestudylocked" id = "11" onclick = "buyTimeStudy(11, 1)" > Tickspeed affects First Time Dimension (With reduced effect)< span > Cost: 1 Time Theorem< / button > < / td >
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
< td style = "margin: auto; width: 50%;" > < button class = "timestudy" id = "21" onclick = "buyTimeStudy(21, 3)" > Replicanti multiplier formula is better (log2(x)^2 -> x^0.032)< span > Cost: 3 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 50%;" > < button class = "timestudy" id = "22" onclick = "buyTimeStudy(22, 2)" > Replicanti interval limit 50ms -> 1ms< span > Cost: 2 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto; width: 50%;" > < button class = "timestudy" id = "31" onclick = "buyTimeStudy(31, 3)" > Powers up existing upgrades based on infinitied stat (to the power of 4)< span > Cost: 3 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 50%;" > < button class = "timestudy" id = "32" onclick = "buyTimeStudy(32, 2)" > You gain x1 more infinitied stat (based on soft resets)< span > Cost: 2 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto;" > < button class = "timestudy" id = "41" onclick = "buyTimeStudy(41, 4)" > Each galaxy gives a 1.2x multiplier on IP gained. < span > Cost: 4 Time Theorems< / button > < / td >
< td style = "margin: auto;" > < button class = "timestudy" id = "42" onclick = "buyTimeStudy(42, 6)" > Galaxy requirement goes up 52 8ths instead of 60.< span > Cost: 6 Time Theorems< / button > < / td >
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
< td style = "margin: auto; width: 100%;text-align:center;" > < button class = "timestudy" id = "51" onclick = "buyTimeStudy(51, 3)" > You gain 1e15 times more IP< span > Cost: 3 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto; width: 100%;text-align:center;" > < button class = "timestudy" id = "61" onclick = "buyTimeStudy(61, 3)" > You gain 10x more EP< span > Cost: 3 Time Theorems< / button > < / td >
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy normaldimstudy" id = "71" onclick = "buyTimeStudy(71, 4)" > Sacrifice affects all normal dimensions< span > Cost: 4 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy infdimstudy" id = "72" onclick = "buyTimeStudy(72, 6)" > Sacrifice affects 4th and 8th Infinity Dimension < span > Cost: 6 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy timedimstudy" id = "73" onclick = "buyTimeStudy(73, 5)" > Sacrifice affects 3rd Time Dimension< span > Cost: 5 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy normaldimstudy" id = "81" onclick = "buyTimeStudy(81, 4)" > Dimensional boost power becomes 10x < span > Cost: 4 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy infdimstudy" id = "82" onclick = "buyTimeStudy(82, 6)" > Dimensional boosts affect Infinity Dimensions 1.0000109^(dimboosts^2)< span > Cost: 6 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy timedimstudy" id = "83" onclick = "buyTimeStudy(83, 5)" > Dimensional boosts are 0.01% more effective for each tick upgrade gained from Time Dimensions< span > Cost: 5 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy normaldimstudy" id = "91" onclick = "buyTimeStudy(91, 4)" > Normal dimensions gain a multiplier based on time spent this eternity< span > Currently: x< span > Cost: 4 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy infdimstudy" id = "92" onclick = "buyTimeStudy(92, 5)" > Infinity dimensions gain a multiplier based on fastest eternity time< span > Currently: x< span > Cost: 5 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy timedimstudy" id = "93" onclick = "buyTimeStudy(93, 7)" > Time dimensions gain a multiplier based on tick upgrades gained from them< span > Currently: x< span > Cost: 7 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy normaldimstudy" id = "101" onclick = "buyTimeStudy(101, 4)" > Replicantis give multiplier to normal dims equal to their amount.< span > Cost: 4 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy infdimstudy" id = "102" onclick = "buyTimeStudy(102, 6)" > Replicanti galaxies power replicanti multiplier< span > Cost: 6 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy timedimstudy" id = "103" onclick = "buyTimeStudy(103, 6)" > Time dimensions gain a multiplier equal to replicanti galaxy amount< span > Cost: 6 Time Theorems< / p > < / button > < / td >
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
< td style = "margin: auto; width: 100%;text-align:center;" > < button class = "timestudy" id = "111" onclick = "buyTimeStudy(111, 12)" > Make the IP formula better< span > Cost: 12 Time Theorems< / button > < / td >
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
< td style = "margin: auto; width: 33%" > < button class = "timestudy activestudy" id = "121" onclick = "buyTimeStudy(121, 9)" > The worse your average EP/min is on last ten eternities, the more EP you get.< span > Currently: Xx more EP< span > Cost: 9 Time Theorems< / button > < / td >
2017-12-01 16:35:43 +00:00
< td style = "margin: auto; width: 33%;" > < button class = "timestudy passivestudy" id = "122" onclick = "buyTimeStudy(122, 9)" > You gain 35x more EP.< span > Cost: 9 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< td style = "margin: auto; width: 33%;" > < button class = "timestudy idlestudy" id = "123" onclick = "buyTimeStudy(123, 9)" > You gain more EP based on time spent this eternity.< span > Currently: Xx more EP< span > Cost: 9 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy activestudy" id = "131" onclick = "buyTimeStudy(131, 5)" > Automatic replicanti galaxies are disabled, but you can get 50% more< span > Cost: 5 Time Theorems< / button > < / td >
2017-12-01 16:35:43 +00:00
< td style = "margin: auto; width: 33%;" > < button class = "timestudy passivestudy" id = "132" onclick = "buyTimeStudy(132, 5)" > Replicanti galaxies are 30% more effective< span > Cost: 5 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< td style = "margin: auto; width: 33%;" > < button class = "timestudy idlestudy" id = "133" onclick = "buyTimeStudy(133, 5)" > You gain replicantis 10 times slower but each galaxy is 50% more effective< span > Cost: 5 Time Theorems< / button > < / td >
< / tr >
< tr >
< td style = "margin: auto; width: 33%;" > < button class = "timestudy activestudy" id = "141" onclick = "buyTimeStudy(141, 4)" > Multiplier to IP, decaying over this infinity< span > Currently Xx< span > Cost: 4 Time Theorems< / button > < / td >
2017-12-01 16:35:43 +00:00
< td style = "margin: auto; width: 33%;" > < button class = "timestudy passivestudy" id = "142" onclick = "buyTimeStudy(142, 4)" > You gain 1e25x more IP< span > Cost: 4 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< td style = "margin: auto; width: 33%;" > < button class = "timestudy idlestudy" id = "143" onclick = "buyTimeStudy(143, 4)" > Multiplier to IP, increasing over this infinity< span > Currently Xx< span > Cost: 4 Time Theorems< / button > < / td >
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-01-03 00:11:35 +00:00
< td style = "opacity: 0; width: 33%" > < / td >
< td style = "margin: auto; width: 33%;text-align:center;" > < button class = "timestudy" id = "151" onclick = "buyTimeStudy(151, 8)" > 1e4x multiplier on all Time Dimensions< span > Cost: 8 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;text-align:center;" > < button class = "eternitychallengestudy" id = "ec4unl" > Eternity Challenge 4< span > Requirement: 100,000,000 infinities< span > Cost: 85 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
< td style = "margin: auto; width: 50%;text-align:center;" > < button class = "timestudy" id = "161" onclick = "buyTimeStudy(161, 7)" > 1e616x multiplier on all normal dimensions< span > Cost: 7 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 50%;text-align:center;" > < button class = "timestudy" id = "162" onclick = "buyTimeStudy(162, 7)" > 1e11x multiplier on all Infinity Dimensions< span > Cost: 7 Time Theorems< / button > < / td >
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
< td style = "margin: auto; width: 100%;text-align:center;" > < button class = "timestudy" id = "171" onclick = "buyTimeStudy(171, 15)" > Time shard requirement for the next tickspeed upgrade goes up slower< span > Cost: 15 Time Theorems< / button > < / td >
< / tr >
< / table >
2017-12-11 22:26:01 +00:00
< table class = "table" id = "studytable" >
< tr >
2017-12-13 08:14:30 +00:00
< td style = "margin: auto; width: 33%;text-align:center;" > < button class = "eternitychallengestudy" id = "ec1unl" > Eternity Challenge 1< span > Requirement: 25,000 Eternities< span > Cost: 20 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;text-align:center;" > < button class = "eternitychallengestudy" id = "ec2unl" > Eternity Challenge 2< span > Requirement: 1,300 Time upgrades gained from time dimensions< span > Cost: 25 Time Theorems< / button > < / td >
< td style = "margin: auto; width: 33%;text-align:center;" > < button class = "eternitychallengestudy" id = "ec3unl" > Eternity Challenge 3< span > Requirement: 30 dicks in your ass< span > Cost: 30 Time Theorems< / button > < / td >
2017-12-11 22:26:01 +00:00
< / tr >
< / table >
2017-12-16 06:03:08 +00:00
< div style = "height: 60px;" > < / div >
2017-12-01 00:38:21 +00:00
< div >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
< / div >
< div class = "eternitytab" id = "eternityupgrades" >
< br >
< table class = "table" style = "margin: 0 auto" >
< tr >
< td >
< button id = "eter1" class = "eternityupbtn" onclick = "buyEternityUpgrade(1, 5)" > Infinity Dimensions multiplier equal to unspent EP to the power of 5.< br > Currently: x< br > Cost: 5 EP< / button >
< / td >
< td >
< button id = "eter2" class = "eternityupbtnlocked" onclick = "buyEternityUpgrade(2, 10)" > You gain Infinity Dimension multiplier based on eternities (x^log4(2x))< br > Currently: x< br > Cost: 10 EP< / button >
< / td >
< td >
< button id = "eter3" class = "eternityupbtnbought" onclick = "buyEternityUpgrade(3, 50e3)" > Infinity Dimensions multiplier based on sum of Infinity Challenge times< br > Currently: Xx< br > Cost: 50 K EP< / button >
< / td >
< / tr >
2017-12-06 06:18:12 +00:00
< tr >
< td >
2017-12-09 23:29:47 +00:00
< div class = "eternityupbtnbought" style = "opacity: 0" > < / div >
2017-12-06 06:18:12 +00:00
< / td >
< td >
< button id = "epmult" class = "eternityupbtn" onclick = "buyEPMult()" > You gain 5 times more EP< p > Cost: 500 EP< / button >
< / td >
< td >
2017-12-09 23:29:47 +00:00
< div class = "eternityupbtnbought" style = "opacity: 0" > < / div >
2017-12-06 06:18:12 +00:00
< / td >
< / tr >
< / table >
2017-12-01 00:38:21 +00:00
< div >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
< / div >
< div class = "eternitytab" id = "milestones" >
< table class = "table" align = "center" style = "margin: auto" id = "milestones" >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 1 Eternity:< / td >
< td class = "milestoneText" > 2 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward0" > Unlock IP multiplier autobuyer< / button > < / td >
2017-12-12 01:54:31 +00:00
< td > < button class = "milestonerewardlocked" id = "reward1" > You keep your autobuyers on Eternity< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 3 Eternities:< / td >
< td class = "milestoneText" > 4 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward2" > Unlock replicanti galaxy autobuyer< / button > < / td >
2017-12-12 01:54:31 +00:00
< td > < button class = "milestonerewardlocked" id = "reward3" > You keep your infinity upgrades on Eternity< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 5 Eternities:< / td >
< td class = "milestoneText" > 7 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward4" style = "font-size: 12px" > Unlock more big crunch autobuyer options.< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward5" style = "font-size: 10px" > You complete Infinity Challenges as soon as you unlock them (you get sacrifice autobuyer immediately)< / button > < / td >
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 9 Eternities:< / td >
< td class = "milestoneText" > 10 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward6" > Unlock autobuy max galaxies< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward7" > Unlock autobuy max Dimensional Boosts< / button > < / td >
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 11 Eternities:< / td >
< td class = "milestoneText" > 12 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward8" > Unlock autobuyer for First Infinity Dimension< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward9" > Unlock autobuyer for Second Infinity Dimension< / button > < / td >
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 13 Eternities:< / td >
< td class = "milestoneText" > 14 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward10" > Unlock autobuyer for Third Infinity Dimension< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward11" > Unlock autobuyer for Fourth Infinity Dimension< / button > < / td >
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 15 Eternities:< / td >
< td class = "milestoneText" > 16 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward12" > Unlock autobuyer for Fifth Infinity Dimension< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward13" > Unlock autobuyer for Sixth Infinity Dimension< / button > < / td >
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 17 Eternities:< / td >
< td class = "milestoneText" > 18 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward14" > Unlock autobuyer for Seventh Infinity Dimension< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward15" > Unlock autobuyer for Eighth Infinity Dimension< / button > < / td >
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 20 Eternities:< / td >
< td class = "milestoneText" > 25 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward16" > You keep your Breaking infinity upgrades on Eternity< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward17" > You automatically unlock Infinity Dimensions upon reaching them< / button > < / td >
< / tr >
2017-12-15 04:50:52 +00:00
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 30 Eternities:< / td >
< td class = "milestoneText" > 40 Eternities:< / td >
2017-12-15 04:50:52 +00:00
< / tr >
2017-12-01 00:38:21 +00:00
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward18" > Start with all normal dimensions available for purchase< / button > < / td >
2017-12-15 04:50:52 +00:00
< td > < button class = "milestonerewardlocked" id = "reward19" > Unlock autobuyer for replicanti chance upgrade< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 50 Eternities:< / td >
< td class = "milestoneText" > 60 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward20" > You start with replicanti unlocked< / button > < / td >
2017-12-15 04:50:52 +00:00
< td > < button class = "milestonerewardlocked" id = "reward21" > Unlock autobuyer for replicanti interval upgrade< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td class = "milestoneText" > 80 Eternities:< / td >
< td class = "milestoneText" > 100 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2017-12-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward22" > Unlock autobuyer for replicanti galaxy upgrade< / button > < / td >
2017-12-15 04:50:52 +00:00
< td > < button class = "milestonerewardlocked" id = "reward23" > Unlock autobuyer for Eternities< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< div >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
< / div >
< / div >
2017-08-30 01:21:01 +00:00
< div id = "dimensions" class = "tab" >
2017-09-22 04:06:28 +00:00
< table class = "table" align = "center" style = "margin: auto" id = "dimTabButtons" >
< tr >
2017-12-19 08:19:38 +00:00
< td id = "dtabbtn" > < button class = "secondarytabbtn" onclick = "showDimTab('antimatterdimensions')" > Dimensions< / button > < / td >
< td id = "idtabbtn" > < button class = "secondarytabbtn" onclick = "showDimTab('infinitydimensions')" > Infinity Dimensions< / button > < / td >
< td id = "tdtabbtn" > < button class = "secondarytabbtn" onclick = "showDimTab('timedimensions')" > Time Dimensions< / button > < / td >
< td id = "prodtabbtn" > < button class = "secondarytabbtn" onclick = "showDimTab('production')" > Production< / button > < / td >
2017-08-30 01:21:01 +00:00
< / tr >
< / table >
2017-09-22 04:06:28 +00:00
< div id = "antimatterdimensions" class = "dimtab" >
< p > < / p >
2017-10-07 04:39:24 +00:00
< input id = "confirmation" type = "checkbox" style = "width:20px; height:18px; display: none" ach-tooltip = "No confirmation when doing Dimensional Sacrifice" onchange = "sacrificeConf()" >
2017-09-24 15:09:52 +00:00
< button id = "sacrifice" class = "storebtn" style = "font-size:12px; width: 260px; display: none" ach-tooltip = "" > Dimensional Sacrifice< / button >
2017-09-22 04:06:28 +00:00
< button id = "maxall" class = "storebtn" style = "font-size: 12px" > Max all< / Button >
< span id = "chall2Pow" > < / span >
< span id = "chall3Pow" > < / span >
< table class = "table" >
< tbody id = "parent" >
2017-10-07 01:21:40 +00:00
< tr style = "font-size: 15px" id = "firstRow" >
2017-09-22 04:06:28 +00:00
< td id = "firstD" width = "32%" >
First Dimension x1
< / td >
< td >
< div id = "firstAmount" > 0 (0)< / div >
< / td >
< td align = "right" width = "10%" >
2017-10-07 17:25:50 +00:00
< button id = "first" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" align = "right" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td align = "right" width = "10%" >
2017-10-11 15:31:29 +00:00
< button id = "firstMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" align = "right" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-10-07 01:21:40 +00:00
< tr id = "secondRow" style = "display: none; font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "secondD" >
Second Dimension
< / td >
2017-09-26 20:35:38 +00:00
< td >
2017-09-22 04:06:28 +00:00
< div id = "secondAmount" align = "left" > 0 (0)< / div >
< / td >
2017-10-07 17:25:50 +00:00
< td > < button id = "second" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" > Cost: 100< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "secondMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-10-07 01:21:40 +00:00
< tr id = "thirdRow" style = "display: none; font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "thirdD" >
Third Dimension
< / td >
2017-09-26 20:35:38 +00:00
< td >
2017-09-22 04:06:28 +00:00
< div id = "thirdAmount" align = "left" > 0 (0)< / div >
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "third" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" > Cost: 10000< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "thirdMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-10-07 01:21:40 +00:00
< tr id = "fourthRow" style = "display: none; font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "fourthD" >
Fourth Dimension
< / td >
2017-09-26 20:35:38 +00:00
< td >
2017-09-22 04:06:28 +00:00
< div id = "fourthAmount" align = "left" > 0 (0)< / div >
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "fourth" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" > Cost: 1000000< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "fourthMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-10-07 01:21:40 +00:00
< tr id = "fifthRow" style = "display: none; font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "fifthD" >
Fifth Dimension
< / td >
2017-09-26 20:35:38 +00:00
< td >
2017-09-22 04:06:28 +00:00
< div id = "fifthAmount" align = "left" > 0 (0)< / div >
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "fifth" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" > Cost: 1000000< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "fifthMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-10-07 01:21:40 +00:00
< tr id = "sixthRow" style = "display: none; font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "sixthD" >
Sixth Dimension
< / td >
2017-09-26 20:35:38 +00:00
< td >
2017-09-22 04:06:28 +00:00
< div id = "sixthAmount" align = "left" > 0 (0)< / div >
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "sixth" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" > Cost: 1000000< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "sixthMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-10-07 01:21:40 +00:00
< tr id = "seventhRow" style = "display: none; font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "seventhD" >
Seventh Dimension
< / td >
2017-09-26 20:35:38 +00:00
< td >
2017-09-22 04:06:28 +00:00
< div id = "seventhAmount" align = "left" > 0 (0)< / div >
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "seventh" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" > Cost: 1000000< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "seventhMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-10-07 01:21:40 +00:00
< tr id = "eightRow" style = "display: none; font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "eightD" >
Eight Dimension
< / td >
2017-09-26 20:35:38 +00:00
< td >
2017-09-22 04:06:28 +00:00
< div id = "eightAmount" align = "left" > 0 (0)< / div >
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "eight" style = "color:black; height: 25px; font-size: 10px; width: 135px" class = "storebtn" > Cost: 1000000< / button >
2017-09-22 04:06:28 +00:00
< / td >
< td >
2017-10-07 17:25:50 +00:00
< button id = "eightMax" style = "color:black; width:210px; height: 25px; font-size: 10px" class = "storebtn" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-12-01 01:55:34 +00:00
< / tbody >
2017-09-22 04:06:28 +00:00
< / table >
< table style = "width: 100%" >
2017-09-25 02:15:15 +00:00
< tr style = "font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "resetLabel" >
Dimension Shift: requires 20 Fourth Dimension
< / td >
< td >
2017-10-10 20:21:38 +00:00
< button id = "softReset" style = "color:black; width: 200px; height: 25px; font-size: 9px" class = "storebtn" > Reset the game for a new Dimension< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-09-25 02:15:15 +00:00
< tr style = "font-size: 15px" >
2017-09-22 04:06:28 +00:00
< td id = "secondResetLabel" >
Antimatter Galaxies: requires 80 Eight Dimension
< / td >
< td >
2017-12-01 01:39:20 +00:00
< button id = "secondSoftReset" style = "color:black; width: 200px; height: 35px; font-size: 9px" class = "storebtn" > Lose all your previous progress, but get a tickspeed boost< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
< / table >
< button id = "quickReset" style = "color:black; width: 200px; height: 50px; font-size: 12px; display: none" class = "storebtn" > Lose a reset, returning to the start of the reset< / button >
< / div >
< div id = "infinitydimensions" class = "dimtab" >
< div >
< p > You have < span id = "infPowAmount" style = "font-size:35px; color: black" > 0< / span > infinity power. translated to < span id = "infDimMultAmount" style = "font-size:35px; color: black" > 0< / span > x multiplier on all dimensions< / p >
< / div >
< div id = "infPowPerSec" > You are getting 0 antimatter per second.< / div >
< table class = "table" >
2017-12-01 00:38:21 +00:00
< tr style = "font-size: 16px" id = "infRow1" >
< td id = "infD1" width = "41%" >
2017-09-22 04:06:28 +00:00
First Infinity Dimension x1
< / td >
< td >
< div id = "infAmount1" > 0 (0)< / div >
< / td >
2017-12-01 00:38:21 +00:00
< td >
< button id = "infauto1" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(1)" class = "storebtn" > Auto: ON< / button >
< / td >
2017-09-22 04:06:28 +00:00
< td align = "right" width = "10%" >
2017-10-07 01:21:40 +00:00
< button id = "infMax1" style = "color:black; width:195px; height:30px" class = "storebtn" align = "right" onclick = "buyManyInfinityDimension(1)" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-12-01 00:38:21 +00:00
< tr id = "infRow2" style = "display: none; font-size: 16px" >
2017-09-22 04:06:28 +00:00
< td id = "infD2" >
Second Infinity Dimension x1
< / td >
< td >
< div id = "infAmount2" align = "left" > 0 (0)< / div >
2017-12-01 00:38:21 +00:00
< / td >
< td >
< button id = "infauto2" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(2)" class = "storebtn" > Auto: ON< / button >
< / td >
2017-09-22 04:06:28 +00:00
< td >
2017-10-07 01:21:40 +00:00
< button id = "infMax2" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyManyInfinityDimension(2)" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-12-01 00:38:21 +00:00
< tr id = "infRow3" style = "display: none; font-size: 16px" >
2017-09-22 04:06:28 +00:00
< td id = "infD3" >
Third Infinity Dimension x1
< / td >
< td >
< div id = "infAmount3" align = "left" > 0 (0)< / div >
< / td >
2017-12-01 00:38:21 +00:00
< td >
< button id = "infauto3" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(3)" class = "storebtn" > Auto: ON< / button >
< / td >
2017-09-22 04:06:28 +00:00
< td >
2017-10-07 01:21:40 +00:00
< button id = "infMax3" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyManyInfinityDimension(3)" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-12-01 00:38:21 +00:00
< tr id = "infRow4" style = "display: none; font-size: 16px" >
2017-09-22 04:06:28 +00:00
< td id = "infD4" >
Fourth Infinity Dimension x1
< / td >
< td >
< div id = "infAmount4" align = "left" > 0 (0)< / div >
< / td >
2017-12-01 00:38:21 +00:00
< td >
< button id = "infauto4" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(4)" class = "storebtn" > Auto: ON< / button >
< / td >
2017-09-22 04:06:28 +00:00
< td >
2017-10-07 01:21:40 +00:00
< button id = "infMax4" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyManyInfinityDimension(4)" > Cost: 10< / button >
2017-09-22 04:06:28 +00:00
< / td >
< / tr >
2017-12-01 00:38:21 +00:00
< tr id = "infRow5" style = "display: none; font-size: 16px" >
< td id = "infD5" >
Fourth Infinity Dimension x1
< / td >
< td >
< div id = "infAmount5" align = "left" > 0 (0)< / div >
< / td >
< td >
< button id = "infauto5" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(5)" class = "storebtn" > Auto: ON< / button >
< / td >
< td >
< button id = "infMax5" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyManyInfinityDimension(5)" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "infRow6" style = "display: none; font-size: 16px" >
< td id = "infD6" >
Fourth Infinity Dimension x1
< / td >
< td >
< div id = "infAmount6" align = "left" > 0 (0)< / div >
< / td >
< td >
< button id = "infauto6" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(6)" class = "storebtn" > Auto: ON< / button >
< / td >
< td >
< button id = "infMax6" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyManyInfinityDimension(6)" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "infRow7" style = "display: none; font-size: 16px" >
< td id = "infD7" >
Fourth Infinity Dimension x1
< / td >
< td >
< div id = "infAmount7" align = "left" > 0 (0)< / div >
< / td >
< td >
< button id = "infauto7" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(7)" class = "storebtn" > Auto: ON< / button >
< / td >
< td >
< button id = "infMax7" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyManyInfinityDimension(7)" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "infRow8" style = "display: none; font-size: 16px" >
< td id = "infD8" >
Fourth Infinity Dimension x1
< / td >
< td >
< div id = "infAmount8" align = "left" > 0 (0)< / div >
< / td >
< td >
< button id = "infauto8" style = "width:70px; font-size: 10px; float: right; visibility: hidden" onclick = "switchAutoInf(8)" class = "storebtn" > Auto: ON< / button >
< / td >
< td >
< button id = "infMax8" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyManyInfinityDimension(8)" > Cost: 10< / button >
< / td >
< / tr >
2017-09-22 04:06:28 +00:00
< / table >
2017-12-01 00:38:21 +00:00
< button id = "toggleallinfdims" style = "width:140px; height: 30px; font-size: 12px; visibility: hidden" onclick = "toggleAllInfDims()" class = "storebtn" > Toggle all ON/OFF< / button >
< / div >
< div id = "timedimensions" class = "dimtab" >
< div >
< p id = "totaltickgained" > You've gained 0 tickspeed upgrades.< / p >
< p > You have < span id = "timeShardAmount" style = "font-size:35px; color: black" > 0< / span > time shards. Next tickspeed upgrade at < span id = "tickThreshold" style = "font-size:35px; color: black" > 0< / span > < / p >
< / div >
< div id = "timeShardsPerSec" > You are getting 0 Timeshards per second.< / div >
< table class = "table" >
< tr style = "font-size: 17px" id = "timeRow1" >
< td id = "timeD1" width = "43%" >
First Time Dimension x1
< / td >
< td >
< div id = "timeAmount1" > 0 (0)< / div >
< / td >
< td align = "right" width = "10%" >
< button id = "timeMax1" style = "color:black; width:195px; height:30px" class = "storebtn" align = "right" onclick = "buyTimeDimension(1)" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "timeRow2" style = "font-size: 17px" >
< td id = "timeD2" >
Second Time Dimension x1
< / td >
< td >
< div id = "timeAmount2" align = "left" > 0 (0)< / div >
< td >
< button id = "timeMax2" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyTimeDimension(2)" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "timeRow3" style = "font-size: 17px" >
< td id = "timeD3" >
Third Time Dimension x1
< / td >
< td >
< div id = "timeAmount3" align = "left" > 0 (0)< / div >
< / td >
< td >
< button id = "timeMax3" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyTimeDimension(3)" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "timeRow4" style = "font-size: 17px" >
< td id = "timeD4" >
Fourth Time Dimension x1
< / td >
< td >
< div id = "timeAmount4" align = "left" > 0 (0)< / div >
< / td >
< td >
< button id = "timeMax4" style = "color:black; width:195px; height:30px" class = "storebtn" onclick = "buyTimeDimension(4)" > Cost: 10< / button >
< / td >
< / tr >
< / table >
< / div >
2017-12-13 08:24:52 +00:00
< div id = "production" class = "dimtab" >
2017-12-14 03:09:49 +00:00
< b > seconds of history:< / b >
2017-12-13 08:24:52 +00:00
< input type = "number" value = "10" onchange = "updateChartValues()" id = "chartDurationInput" > < / input >
2017-12-14 03:09:49 +00:00
< b > update rate (in ms):< / b >
2017-12-13 08:24:52 +00:00
< input type = "number" value = "1000" onchange = "updateChartValues()" id = "chartUpdateRateInput" > < / input >
2018-01-02 07:24:17 +00:00
< canvas id = "normalDimChart" width = "1500" height = "500" style = "user-select: none;" > < / canvas >
2017-12-13 08:24:52 +00:00
< / div >
2017-12-01 00:38:21 +00:00
< div id = "progress" ach-tooltip = "Percentage until Infinity" >
< div id = "progressbar" > < / div >
2017-08-30 01:21:01 +00:00
< / div >
2017-09-29 00:02:42 +00:00
< div id = "footercontainer" >
2017-12-01 00:38:21 +00:00
2017-09-29 00:02:42 +00:00
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
2017-08-30 01:21:01 +00:00
< / div >
< div id = "options" class = "tab" align = "center" >
< br >
2017-09-08 00:00:31 +00:00
< table >
< tr >
2017-12-01 00:38:21 +00:00
< td > < div > < button id = "theme" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > Current theme: Normal< / button > < / div > < / td >
< td > < div > < button id = "notation" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Notation: Standard< / button > < / div > < / td >
< td > < div > < button id = "newsbtn" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Hide/show the news< / button > < / div > < / td >
2017-09-08 00:00:31 +00:00
< / tr >
< tr >
2017-12-01 00:38:21 +00:00
2017-09-14 03:45:15 +00:00
< td > < div > < button id = "save" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > Save< / button > < / div > < / td >
2017-12-01 00:38:21 +00:00
< td > < div > < button id = "exportbtn" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > Export< / button > < / div > < / td >
< td > < div > < button id = "importbtn" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > Import< / button > < / div > < / td >
2017-09-08 00:00:31 +00:00
< / tr >
< tr >
2017-12-01 00:38:21 +00:00
< td > < div > < button id = "challengeconfirmation" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 15px" > Challenge confirmation on< / button > < / div > < / td >
< td > < div > < button id = "retry" onclick = "toggleChallengeRetry()" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Automatically retry challenges< / button > < / div > < / td >
< td > < div > < button id = "commas" onclick = "toggleCommas()" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Commas on large exponents ON< / button > < / div > < / td >
2017-09-08 00:00:31 +00:00
< / tr >
2017-09-24 19:57:52 +00:00
< tr id = "cloudOptions" >
2017-09-24 15:28:18 +00:00
< td > < div > < button onclick = "playFabSaveCheck()" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Cloud save< / button > < / div > < / td >
< td > < div > < button onclick = "playFabLoadCheck()" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Cloud load< / button > < / div > < / td >
2017-12-01 00:38:21 +00:00
< td > < div > < button id = "cloud" onclick = "toggleCloud()" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Toggle automatic cloud saving/loading< / button > < / div > < / td >
2017-09-24 15:17:06 +00:00
< / tr >
2017-09-26 13:08:21 +00:00
< tr >
2017-12-01 00:38:21 +00:00
< td > < div > < button id = "hotkeys" onclick = "toggleHotkeys()" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Disable hotkeys< / button > < / div > < / td >
< td > < div > < button id = "reset" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > RESET THE GAME< / button > < / div > < / td >
< td > < div > < button id = "eternityconf" onclick = "toggleEternityConf()" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%; display: none" > Eternity confimation ON< / button > < / div > < / td >
< / tr >
< tr >
< / tr >
< tr >
2017-09-26 13:08:21 +00:00
< / tr >
2017-12-01 00:38:21 +00:00
2017-09-24 15:17:06 +00:00
2017-09-08 00:00:31 +00:00
< / table >
2017-09-21 23:54:58 +00:00
< div style = "display: none;" > < textarea id = "exportOutput" style = "color:black; width: 200px; height: 55px;" > < / textarea > < / div >
2017-12-17 15:46:32 +00:00
< p > Hotkeys: 1-8 for buy 10 dimension, shift+1-8 for buy 1 dimension, T to buy max tickspeed, shift+T to buy one tickspeed, M for max all< br > S for sacrifice, D for dimension boost, G for galaxy, C for crunch, A for toggle autobuyers< br > Hotkeys do not work while holding control.< / p >
2017-09-29 00:02:42 +00:00
< div id = "footercontainer" >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
2017-08-30 01:21:01 +00:00
< / div >
2017-09-29 00:02:42 +00:00
< div id = "statistics" class = "tab" align = "center" style = "color: black; font-size: 12px; font-family: Typewriter; margin: 0 auto" >
2017-09-13 21:57:36 +00:00
< br >
< tr >
< td > < button class = "secondarytabbtn" onclick = "showStatsTab('stats')" > Statistics< / button > < td >
2017-12-01 00:38:21 +00:00
< td > < button class = "secondarytabbtn" onclick = "showStatsTab('challengetimes')" id = "challengetimesbtn" style = "display:none" > Challenge records< / button > < td >
< td > < button class = "secondarytabbtn" onclick = "showStatsTab('infchallengetimes')" id = "infchallengesbtn" style = "display:none" > InfChallenge records< / button > < td >
< td > < button class = "secondarytabbtn" onclick = "showStatsTab('lasttenruns')" id = "pastinfs" style = "display:none" > Past Infinities< / button > < td >
< td > < button class = "secondarytabbtn" onclick = "showStatsTab('lastteneternities')" id = "pasteternities" > Past Eternities< / button > < td >
2017-09-13 21:57:36 +00:00
< / tr >
< div id = "stats" class = "statstab" >
2017-08-30 01:21:01 +00:00
< br >
< div id = "totalmoney" > You have made x antimatter.< / div >
< div id = "totalresets" > You have made x soft resets.< / div >
< div id = "galaxies" > You have made x Antimatter galaxies.< / div >
2017-12-01 00:38:21 +00:00
< div id = "eternitied" > You have eternitied x times.< / div >
< div id = "thiseternity" > You have spent x in this eternity< / div >
< div id = "besteternity" > Your fastest eternity is in x.< / div >
2017-08-30 01:21:01 +00:00
< div id = "infinitied" > You have infinitied x times.< / div >
< div id = "bestInfinity" > Your fastest infinity is in x.< / div >
< div id = "thisInfinity" > You have spent x in this Infinity.< / div >
< div id = "totalTime" > You have played for < / div >
2017-09-09 19:55:55 +00:00
< div id = "infoScale" > If every antimatter were a planck volume, you would have enough to < / div >
2017-09-13 21:57:36 +00:00
< / div >
2017-09-15 00:34:38 +00:00
< div id = "challengetimes" class = "statstab" >
2017-09-13 21:57:36 +00:00
< br >
< div id = "challengetime2" > < / div >
< div id = "challengetime3" > < / div >
< div id = "challengetime4" > < / div >
< div id = "challengetime5" > < / div >
< div id = "challengetime6" > < / div >
< div id = "challengetime7" > < / div >
< div id = "challengetime8" > < / div >
< div id = "challengetime9" > < / div >
< div id = "challengetime10" > < / div >
< div id = "challengetime11" > < / div >
< div id = "challengetime12" > < / div >
2017-09-15 00:34:38 +00:00
< br >
2017-09-13 21:57:36 +00:00
< / div >
2017-12-01 00:38:21 +00:00
< div id = "infchallengetimes" class = "statstab" >
< br >
< div id = "infchallengetime1" > < / div >
< div id = "infchallengetime2" > < / div >
< div id = "infchallengetime3" > < / div >
< div id = "infchallengetime4" > < / div >
< div id = "infchallengetime5" > < / div >
< div id = "infchallengetime6" > < / div >
< div id = "infchallengetime7" > < / div >
< div id = "infchallengetime8" > < / div >
< br >
< / div >
2017-09-14 22:07:27 +00:00
< div id = "lasttenruns" class = "statstab" >
< div id = "run1" > < / div >
< div id = "run2" > < / div >
< div id = "run3" > < / div >
< div id = "run4" > < / div >
< div id = "run5" > < / div >
< div id = "run6" > < / div >
< div id = "run7" > < / div >
< div id = "run8" > < / div >
< div id = "run9" > < / div >
< div id = "run10" > < / div >
2017-09-15 00:34:38 +00:00
< br >
< div id = "averagerun" > < / div >
< br >
2017-09-29 00:02:42 +00:00
< / div >
2017-12-01 00:38:21 +00:00
< div id = "lastteneternities" class = "statstab" >
< div id = "eternityrun1" > < / div >
< div id = "eternityrun2" > < / div >
< div id = "eternityrun3" > < / div >
< div id = "eternityrun4" > < / div >
< div id = "eternityrun5" > < / div >
< div id = "eternityrun6" > < / div >
< div id = "eternityrun7" > < / div >
< div id = "eternityrun8" > < / div >
< div id = "eternityrun9" > < / div >
< div id = "eternityrun10" > < / div >
< br >
< div id = "averageEternityRun" > < / div >
< br >
< / div >
2017-09-29 00:02:42 +00:00
< div id = "footercontainer" >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
2017-09-14 22:07:27 +00:00
< / div >
2017-08-30 01:21:01 +00:00
< / div >
< div id = "achievements" class = "tab" >
< br >
< div id = "achmultlabel" style = "font-size: 140%" > Current achievement multiplier on each Dimension: 1x< / div >
2017-08-31 21:29:03 +00:00
< table style = "margin: auto" >
2017-08-30 01:21:01 +00:00
< tr id = "achRow1" >
< td >
2017-08-31 22:47:01 +00:00
< div id = "You gotta start somewhere" class = "achievement achievementlocked" style = "background-image: url(images/1.png)" ach-tooltip = "Buy a single First Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "100 antimatter is a lot" class = "achievement achievementlocked" style = "background-image: url(images/2.png)" ach-tooltip = "Buy a single Second Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "Half life 3 confirmed" class = "achievement achievementlocked" style = "background-image: url(images/3.png)" ach-tooltip = "Buy a single Third Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "L4D: Left 4 Dimensions" class = "achievement achievementlocked" style = "background-image: url(images/4.png)" ach-tooltip = "Buy a single Fourth Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "5 Dimension Antimatter Punch" class = "achievement achievementlocked" style = "background-image: url(images/5.png)" ach-tooltip = "Buy a single Fifth Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "We couldn't afford 9" class = "achievement achievementlocked" style = "background-image: url(images/6.png)" ach-tooltip = "Buy a single Sixth Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "Not a luck related achievement" class = "achievement achievementlocked" style = "background-image: url(images/7.png)" ach-tooltip = "Buy a single Seventh Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "90 degrees to infinity" class = "achievement achievementlocked" style = "background-image: url(images/8.png)" ach-tooltip = "Buy a single Eighth Dimension" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< / tr >
< tr id = "achRow2" >
< td >
2017-10-29 14:53:34 +00:00
< div id = "To infinity!" class = "achievement achievementlocked" style = "background-image: url(images/9.png)" ach-tooltip = "Reach Infinite antimatter. Reward: Start with 100 antimatter." > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-12-28 17:11:22 +00:00
< div id = "Fake News" class = "achievement achievementlocked" style = "background-image: url(images/25.png)" ach-tooltip = "Encounter 50 different news messages" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "The 9th Dimension is a lie" class = "achievement achievementlocked" style = "background-image: url(images/11.png)" ach-tooltip = "Have exactly 99 Eighth Dimensions. Reward: Eighth Dimensions are 10% stronger." > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "Antimatter Apocalypse" class = "achievement achievementlocked" style = "background-image: url(images/12.png)" ach-tooltip = "Get over 10 QtVg (10e79) antimatter" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "Boosting to the max" class = "achievement achievementlocked" style = "background-image: url(images/13.png)" ach-tooltip = "Buy 10 Dimension Boosts" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "You got past The Big Wall" class = "achievement achievementlocked" style = "background-image: url(images/14.png)" ach-tooltip = "Buy an Antimatter Galaxy" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "Double Galaxy" class = "achievement achievementlocked" style = "background-image: url(images/15.png)" ach-tooltip = "Buy 2 Antimatter Galaxies" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "There's no point in doing that" class = "achievement achievementlocked" style = "background-image: url(images/16.png)" ach-tooltip = "Buy a single First Dimension when you have over 1e150 of them. Reward: First Dimensions are 10% stronger" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< / tr >
< tr id = "achRow3" >
< td >
2017-09-14 00:26:18 +00:00
< div id = "I forgot to nerf that" class = "achievement achievementlocked" style = "background-image: url(images/17.png)" ach-tooltip = "Get any Dimension multiplier over 10 No (10e30). Reward: First Dimensions are 5% stronger" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "The Gods are pleased" class = "achievement achievementlocked" style = "background-image: url(images/18.png)" ach-tooltip = "Get over 600x from Dimension Sacrifice in total. Reward: Sacrifice is slightly stronger" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "That's a lot of infinites" class = "achievement achievementlocked" style = "background-image: url(images/19.png)" ach-tooltip = "Reach Infinity 10 times" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "You didn't need it anyway" class = "achievement achievementlocked" style = "background-image: url(images/20.png)" ach-tooltip = "Reach Infinite antimatter without having any 8th Dimensions. Reward: Dimensions 1-7 are 2% stronger" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-12-28 17:11:22 +00:00
< div id = "Don't you dare to sleep" class = "achievement achievementlocked" style = "background-image: url(images/10.png)" ach-tooltip = "Be offline for over 6 hours in a row" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "Claustrophobic" class = "achievement achievementlocked" style = "background-image: url(images/22.png)" ach-tooltip = "Go Infinite with just 1 Antimatter Galaxy. Reward: Reduces starting tick interval by 2%" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "That's fast!" class = "achievement achievementlocked" style = "background-image: url(images/23.png)" ach-tooltip = "Go infinite in under 2 hours. Reward: Start with 1000 antimatter." > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +00:00
< div id = "I don't believe in Gods" class = "achievement achievementlocked" style = "background-image: url(images/24.png)" ach-tooltip = "Buy a Galaxy without Sacrificing" > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< / tr >
2017-09-06 17:33:04 +00:00
< tr id = "achRow4" >
2017-08-31 02:45:44 +00:00
< td >
2017-12-28 17:11:22 +00:00
< div id = "Spreading Cancer" class = "achievement achievementlocked" style = "background-image: url(images/46.png)" ach-tooltip = "Buy ten Galaxies in total while using cancer notation." > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< td >
2017-09-06 17:33:04 +00:00
< div id = "Supersanic" class = "achievement achievementlocked" style = "background-image: url(images/26.png)" ach-tooltip = "Have antimatter/sec exceed your current antimatter above 1 Tg (1e63)" > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< td >
2017-12-13 23:35:46 +00:00
< div id = "Zero Deaths" class = "achievement achievementlocked" style = "background-image: url(images/27.png)" ach-tooltip = "Get to Infinity without Dimension shifts, boosts or galaxies in a challenge. Reward: Dimensions 1-4 are 25% stronger" > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< td >
2017-09-06 17:33:04 +00:00
< div id = "Over in 30 seconds" class = "achievement achievementlocked" style = "background-image: url(images/28.png)" ach-tooltip = "Have antimatter/sec exceed your current antimatter for 30 consecutive seconds" > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "Faster than a potato" class = "achievement achievementlocked" style = "background-image: url(images/29.png)" ach-tooltip = "Get more than 100 Sx (100e21) ticks per second. Reward: Reduces starting tick interval by 2%" > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< td >
2017-09-06 18:32:26 +00:00
< div id = "Multidimensional" class = "achievement achievementlocked" style = "background-image: url(images/30.png)" ach-tooltip = "Reach 1 Qd (1e12) of all dimensions except 8th" > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< td >
2017-09-06 18:32:26 +00:00
< div id = "Daredevil" class = "achievement achievementlocked" style = "background-image: url(images/31.png)" ach-tooltip = "Complete 2 challenges" > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< td >
2017-09-14 00:26:18 +00:00
< div id = "AntiChallenged" class = "achievement achievementlocked" style = "background-image: url(images/32.png)" ach-tooltip = "Complete all the challenges. Reward: All dimensions are 10% stronger." > < br > < / div >
2017-08-31 02:45:44 +00:00
< / td >
< / tr >
2017-09-09 22:36:46 +00:00
< tr id = "achRow5" >
< td >
2017-09-19 13:14:58 +00:00
< div id = "Limit Break" class = "achievement achievementlocked" style = "background-image: url(images/33.png)" ach-tooltip = "Break Infinity" > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< td >
2017-09-19 13:14:58 +00:00
< div id = "Age of Automation" class = "achievement achievementlocked" style = "background-image: url(images/34.png)" ach-tooltip = "Max any 9 autobuyers." > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< td >
2017-09-19 13:14:58 +00:00
< div id = "Definitely not worth it" class = "achievement achievementlocked" style = "background-image: url(images/35.png)" ach-tooltip = "Max all the autobuyers." > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< td >
2017-09-27 02:05:28 +00:00
< div id = "That's faster!" class = "achievement achievementlocked" style = "background-image: url(images/36.png)" ach-tooltip = "Infinity in 10 minutes or less. Reward: Start with 20000 antimatter" > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< td >
2017-09-27 02:05:28 +00:00
< div id = "Forever isn't that long" class = "achievement achievementlocked" style = "background-image: url(images/37.png)" ach-tooltip = "Infinity in 1 minute or less. Reward: Start with 1e10 antimatter" > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< td >
2017-09-30 19:33:54 +00:00
< div id = "Many Deaths" class = "achievement achievementlocked" style = "background-image: url(images/38.png)" ach-tooltip = "Complete the Second Dimension Autobuyer challenge in 3 minutes or less. Reward: All dimensions are stronger in first 3 minutes of infinity" > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< td >
2017-09-27 02:05:28 +00:00
< div id = "Gift from the Gods" class = "achievement achievementlocked" style = "background-image: url(images/39.png)" ach-tooltip = "Complete the Eighth Dimension Autobuyer challenge in 3 minutes or less. Reward: Dimensional sacrifices are a lot stronger" > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< td >
2017-09-27 02:05:28 +00:00
< div id = "Is this hell?" class = "achievement achievementlocked" style = "background-image: url(images/40.png)" ach-tooltip = "Complete the Tickspeed Autobuyer challenge in 3 minutes or less. Reward: Boost per 10 dimensions +1%" > < br > < / div >
2017-09-09 22:36:46 +00:00
< / td >
< / tr >
2017-09-24 03:39:28 +00:00
< tr id = "achRow6" >
2017-12-01 00:38:21 +00:00
< td >
< div id = "Bulked up" class = "achievement achievementlocked" style = "background-image: url(images/401.png)" ach-tooltip = "Get all of your dimension bulk buyers to 512 or higher." > < br > < / div >
< / td >
< td >
< div id = "Oh hey, you're still here" class = "achievement achievementlocked" style = "background-image: url(images/402.png)" ach-tooltip = "Reach 1e8 IP per minute." > < br > < / div >
< / td >
< td >
< div id = "A new beginning." class = "achievement achievementlocked" style = "background-image: url(images/403.png)" ach-tooltip = "Begin generation of infinity power." > < br > < / div >
< / td >
< td >
< div id = "1 million is a lot" class = "achievement achievementlocked" style = "background-image: url(images/404.png)" ach-tooltip = "Reach 1e6 infinity power." > < br > < / div >
< / td >
< td >
< div id = "Not-so-challenging" class = "achievement achievementlocked" style = "background-image: url(images/405.png)" ach-tooltip = "Get the sum of all of your challenge times under 3 minutes. Reward: All dimensions are stronger in first 3 minutes of infinity, but only in challenges." > < br > < / div >
< / td >
< td >
< div id = "Faster than a squared potato" class = "achievement achievementlocked" style = "background-image: url(images/406.png)" ach-tooltip = "Reach 1e52 ticks per second. Reward: -2% tickspeed" > < br > < / div >
< / td >
< td >
< div id = "Infinitely Challenging" class = "achievement achievementlocked" style = "background-image: url(images/407.png)" ach-tooltip = "Complete an infinity challenge." > < br > < / div >
< / td >
< td >
< div id = "You did this again just for the achievement right?" class = "achievement achievementlocked" style = "background-image: url(images/408.png)" ach-tooltip = "Complete the Third Dimension Autobuyer challenge in 10 seconds or less. Reward: First dimensions are 50% stronger." > < br > < / div >
< / td >
< / tr >
< tr id = "achRow7" >
2017-09-24 03:39:28 +00:00
< td >
2017-09-30 19:33:54 +00:00
< div id = "ERROR 909: Dimension not found" class = "achievement achievementlocked" style = "background-image: url(images/41.png)" ach-tooltip = "Get to infinity with only a single first Dimension without Dimension Boosts, Shifts or Galaxies while in Automatic Galaxies Challenge. Reward: First Dimensions are 3 times stronger" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-09-27 02:05:28 +00:00
< div id = "Can't hold all these infinities" class = "achievement achievementlocked" style = "background-image: url(images/42.png)" ach-tooltip = "Get all Dimension multipliers over 1e308. Reward: All dimensions 10% stronger" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-12-01 00:38:21 +00:00
< div id = "This achievement doesn't exist" class = "achievement achievementlocked" style = "background-image: url(images/43.png)" ach-tooltip = "Get 9.9999e9999 antimatter. Reward: Dimensions are more powerful the more unspent antimatter you have." > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-09-30 19:33:54 +00:00
< div id = "End me" class = "achievement achievementlocked" style = "background-image: url(images/44.png)" ach-tooltip = "Get the sum of all best challenge times under 5 seconds. Reward: All dimensions 40% stronger, but only in challenges" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-12-01 00:38:21 +00:00
< div id = "NEW DIMENSIONS???" class = "achievement achievementlocked" style = "background-image: url(images/45.png)" ach-tooltip = "Unlock the 4th Infinity Dimension" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-12-28 17:11:22 +00:00
< div id = "One for each dimension" class = "achievement achievementlocked" style = "background-image: url(images/21.png)" ach-tooltip = "Play for 8 days. Reward: Extremely small time multiplier." > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-09-27 02:05:28 +00:00
< div id = "How the antitables have turned" class = "achievement achievementlocked" style = "background-image: url(images/47.png)" ach-tooltip = "Get 8th Dimension multiplier to be highest, 7th Dimension multiplier second highest etc. Reward: Each dimension gains a boost proportional to tier (8th dimension gets 8%, 7th gets 7%, etc.)" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-09-30 19:33:54 +00:00
< div id = "Blink of an eye" class = "achievement achievementlocked" style = "background-image: url(images/48.gif)" ach-tooltip = "Get to Infinity in under 200 milliseconds. Reward: Start with 1e25 antimatter and all dimensions are stronger in first 300ms of infinity" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< / tr >
2017-12-01 00:38:21 +00:00
< tr id = "achRow8" >
2017-10-06 04:16:55 +00:00
< td >
2017-10-08 01:41:55 +00:00
< div id = "Hevipelle did nothing wrong" class = "achievement achievementlocked" style = "background-image: url(images/49.png)" ach-tooltip = "Beat Infinity Challenge 5 in 10 seconds or less." > < br > < / div >
2017-10-06 04:16:55 +00:00
< / td >
< td >
2017-10-08 01:41:55 +00:00
< div id = "Anti-antichallenged" class = "achievement achievementlocked" style = "background-image: url(images/50.png)" ach-tooltip = "Complete 8 Infinity Challenges." > < br > < / div >
2017-10-06 04:16:55 +00:00
< / td >
< td >
2017-10-06 23:13:42 +00:00
< div id = "YOU CAN GET 50 GALAXIES!??" class = "achievement achievementlocked" style = "background-image: url(images/51.png)" ach-tooltip = "Get 50 galaxies. Reward: Tickspeed is 5% lower per galaxy." > < br > < / div >
2017-10-06 04:16:55 +00:00
< / td >
< td >
2017-10-08 03:10:40 +00:00
< div id = "I got a few to spare" class = "achievement achievementlocked" style = "background-image: url(images/52.png)" ach-tooltip = "Reach 1e35000 antimatter. Reward: Dimensions are more powerful the more unspent antimatter you have." > < br > < / div >
2017-10-06 04:16:55 +00:00
< / td >
< td >
2017-10-06 23:13:42 +00:00
< div id = "All your IP are belong to us" class = "achievement achievementlocked" style = "background-image: url(images/53.png)" ach-tooltip = "Big Crunch for 1e150 IP. Reward: Additional 4x multiplier to IP" > < br > < / div >
2017-10-06 04:16:55 +00:00
< / td >
< td >
2017-10-06 23:13:42 +00:00
< div id = "Do you even bend time bro?" class = "achievement achievementlocked" style = "background-image: url(images/54.png)" ach-tooltip = "Reach -99.9% tickspeed per upgrade. Reward: Galaxies are 1% more powerful." > < br > < / div >
2017-10-06 04:16:55 +00:00
< / td >
< td >
2017-10-07 02:46:54 +00:00
< div id = "2 Million Infinities" class = "achievement achievementlocked" style = "background-image: url(images/55.png)" ach-tooltip = "Infinity 2000000 times. Reward: Infinities more than 5 seconds long give 250 infinitied stat." > < br > < / div >
2017-10-06 04:16:55 +00:00
< / td >
< td >
2017-10-08 03:10:40 +00:00
< div id = "Yet another infinity reference" class = "achievement achievementlocked" style = "background-image: url(images/56.png)" ach-tooltip = "Get xInfinity multiplier in a single sacrifice. Reward: Sacrifices are stronger." > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< / tr >
2017-12-01 00:38:21 +00:00
< tr id = "achRow9" >
< td >
< div id = "Ludicrous Speed" class = "achievement achievementlocked" style = "background-image: url(images/57.png)" ach-tooltip = "Big Crunch for 1e200 IP in 2 seconds or less. Reward: All dimensions are significantly stronger in first 5 seconds of infinity." > < br > < / div >
< / td >
< td >
< div id = "I brake for nobody" class = "achievement achievementlocked" style = "background-image: url(images/58.png)" ach-tooltip = "Big Crunch for 1e250 IP in 20 seconds or less. Reward: All dimensions are significantly stronger in first 60 seconds of infinity." > < br > < / div >
< / td >
< td >
< div id = "MAXIMUM OVERDRIVE" class = "achievement achievementlocked" style = "background-image: url(images/59.png)" ach-tooltip = "Reach 1e300 IP/min. Reward: Additional 4x multiplier to IP." > < br > < / div >
< / td >
< td >
< div id = "Minute of infinity" class = "achievement achievementlocked" style = "background-image: url(images/60.png)" ach-tooltip = "Reach 1e260 infinity power. Reward: Double infinity power gain." > < br > < / div >
< / td >
< td >
< div id = "Is this safe?" class = "achievement achievementlocked" style = "background-image: url(images/61.png)" ach-tooltip = "Gain Infinite replicanti in 30 minutes. Reward: Infinity doesn't reset your replicanti amount" > < br > < / div >
< / td >
< td >
< div id = "Time is relative" class = "achievement achievementlocked" style = "background-image: url(images/62.png)" ach-tooltip = "Go Eternal." > < br > < / div >
< / td >
< td >
< div id = "Yes. This is hell." class = "achievement achievementlocked" style = "background-image: url(images/63.png)" ach-tooltip = "Get the sum of Infinity Challenge times under 5 seconds." > < br > < / div >
< / td >
< td >
< div id = "0 degrees from infinity" class = "achievement achievementlocked" style = "background-image: url(images/64.png)" ach-tooltip = "Unlock the 8th Infinity Dimension" > < br > < / div >
< / td >
< / tr >
< tr id = "achRow10" >
< td >
< div id = "Costco sells dimboosts now" class = "achievement achievementlocked" style = "background-image: url(images/65.png)" ach-tooltip = "Bulk 750 soft resets at once. Reward: Soft resets are 1% more powerful (to normal dims)." > < br > < / div >
< / td >
< td >
< div id = "This mile took an Eternity" class = "achievement achievementlocked" style = "background-image: url(images/66.png)" ach-tooltip = "Get all eternity milestones. Reward: Gain a small bonus to time dimensions based on amount eternitied." > < br > < / div >
< / td >
< td >
< div id = "This achievement doesn't exist II" class = "achievement achievementlocked" style = "background-image: url(images/67.png)" ach-tooltip = "Reach 9.99999e999 IP. Reward: Gain more IP based on amount of antimatter you had when crunching." > < br > < / div >
< / td >
< td >
< div id = "That wasn't an eternity" class = "achievement achievementlocked" style = "background-image: url(images/68.png)" ach-tooltip = "Eternity in under 30 seconds. Reward: Start eternities with 2e25 IP." > < br > < / div >
< / td >
< td >
< div id = "Infinite time" class = "achievement achievementlocked" style = "background-image: url(images/69.png)" ach-tooltip = "Get 308 tickspeed upgrades (in one eternity) from time dimensions. Reward: Time dimensions are affected slightly more by tickspeed." > < br > < / div >
< / td >
< td >
< div id = "The swarm" class = "achievement achievementlocked" style = "background-image: url(images/70.png)" ach-tooltip = "Get 10 replicanti galaxies in 15 seconds." > < br > < / div >
< / td >
< td >
< div id = "Do you really need a guide for this?" class = "achievement achievementlocked" style = "background-image: url(images/71.png)" ach-tooltip = "Eternity with the infinitied stat under 10." > < br > < / div >
< / td >
< td >
< div id = "We could afford 9" class = "achievement achievementlocked" style = "background-image: url(images/72.png)" ach-tooltip = "Eternity with exactly 9 replicanti." > < br > < / div >
< / td >
< / tr >
2017-08-30 01:21:01 +00:00
< / table >
2017-09-29 00:02:42 +00:00
< div >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
2017-08-30 01:21:01 +00:00
< / div >
2017-09-29 00:02:42 +00:00
2017-08-26 01:54:58 +00:00
2017-08-30 15:05:03 +00:00
< div id = "challenges" class = "tab" >
2017-09-05 20:25:43 +00:00
< br >
2017-09-30 02:24:44 +00:00
< button class = "storebtn" style = "font-size: 100%; width:200px" onclick = "exitChallenge()" > Exit Challenge< / button > < br > < br >
2017-10-06 01:33:20 +00:00
< table class = "table" align = "center" style = "margin: auto; display: none" id = "challTabButtons" >
< tr >
< td > < button class = "secondarytabbtn" onclick = "showChallengesTab('challenges')" > Challenges< / button > < td >
< td > < button class = "secondarytabbtn" onclick = "showChallengesTab('breakchallenges')" > Infinity Challenges< / button > < td >
2017-12-11 22:26:01 +00:00
< td > < button class = "secondarytabbtn" onclick = "showChallengesTab('eternitychallenges')" > Eternity Challenges< / button > < td >
2017-10-06 01:33:20 +00:00
< / tr >
< / table >
< div id = "nextchall" > < / div >
2017-09-30 02:24:44 +00:00
< div id = "challenges" class = "challengeTab" >
< table class = "table" style = "margin: 0 auto" >
< tr >
< td >
2017-09-06 03:11:54 +00:00
< div class = "challengediv" >
2017-09-30 02:24:44 +00:00
< span style = "font-size: 110%" > Reach infinity for the first time.< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge1" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: First Dimension autobuyer< / span >
< / div >
< / div >
< / td >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Buying anything halts your production, gradually coming back over 3 minutes.< / span >
< br >
< br >
2017-09-06 03:11:54 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
< button id = "challenge2" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Second Dimension autobuyer< / span >
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > First dimension is heavily weakened but gets an exponentially increasing bonus that resets on reset.< / span >
< br >
2017-09-06 03:11:54 +00:00
< br >
2017-09-30 02:24:44 +00:00
< div class = "outer" >
< button id = "challenge3" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Third Dimension autobuyer< / span >
< / div >
2017-09-06 03:11:54 +00:00
< / div >
2017-09-30 02:24:44 +00:00
< / td >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Buying a dimension automatically erases all lower tier dimensions, like a sacrifice without the boost.< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge8" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Fourth Dimension autobuyer< / span >
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Tickspeed starts at 7%.< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge6" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Fifth Dimension autobuyer< / span >
< / div >
< / div >
< / td >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Each dimension costs the dimension 2 before it, with modified prices< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge10" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Sixth Dimension autobuyer< / span >
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Multiplier per 10 dimensions is random from 0.30 and 10< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge9" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Seventh Dimension autobuyer< / span >
< / div >
< / div >
< / td >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Dimension Boost and galaxies are useless, sacrifice resets everything but is immensely more powerful< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge11" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Eighth Dimension autobuyer< / span >
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Whenever you buy 10 of a dimension or tickspeed, everything else of equal cost will increase to its next cost step.< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge5" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Tickspeed autobuyer< / span >
< / div >
< / div >
< / td >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > There are only 6 dimensions, with dimension boost and antimatter galaxy costs modified.< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge4" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Automated Dimension Boosts< / span >
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > There's normal matter which rises. If it exceeds your antimatter, it will (soft) reset.< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge12" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Automated Galaxies< / span >
< / div >
< / div >
< / td >
< td >
< div class = "challengediv" >
< span style = "font-size: 110%" > Each dimension produces the dimension 2 below it; first dimensions produce reduced antimatter.< / span >
< br >
< br >
< div class = "outer" >
< button id = "challenge7" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Automated Big Crunches< / span >
< / div >
< / div >
< / td >
< / tr >
< / table >
2017-09-05 20:25:43 +00:00
< / div >
2017-09-30 02:24:44 +00:00
< div id = "breakchallenges" class = "challengeTab" >
2017-10-02 00:05:43 +00:00
< table class = "table" style = "margin: 0 auto" >
< tr >
< td >
2017-10-05 22:37:31 +00:00
< div class = "infchallengediv" id = "postc1div" style = "height: 140px; display: none" >
2017-10-02 00:05:43 +00:00
< span > All previous challenges (except tickspeed challenge and automatic big crunch challenge) at once.< / span >
< br >
< br >
< div class = "outer" >
< button id = "postc1" class = "challengesbtn" onclick = "startChallenge('postc1', new Decimal('1e850'))" > Start< / button >
< br >
2017-10-07 17:25:50 +00:00
< span id = "postc1goal" > Goal: 1e850< / span > < br >
2017-12-01 00:38:21 +00:00
< span > Reward: 1.3x on all Infinity Dimensions for each Infinity Challenge completed< / span >
2017-10-02 00:05:43 +00:00
< / div >
< / div >
< / td >
< td >
2017-10-05 22:37:31 +00:00
< div class = "infchallengediv" id = "postc2div" style = "height: 140px; display: none" >
2017-12-01 00:38:21 +00:00
< span > Automatically sacrifice every 8 ticks once you have 8th Dimension.< / span >
2017-10-03 17:22:51 +00:00
< br >
< br >
< div class = "outer" >
2017-10-05 16:11:35 +00:00
< button id = "postc2" class = "challengesbtn" onclick = "startChallenge('postc2', new Decimal('1e10500'))" > Start< / button >
2017-10-02 00:05:43 +00:00
< br >
2017-10-07 17:25:50 +00:00
< span id = "postc2goal" > Goal: 1e10500< / span > < br >
2017-10-03 17:22:51 +00:00
< span > Reward: Sacrifice autobuyer and more powerful sacrifice< / span >
2017-10-02 00:05:43 +00:00
< / div >
2017-10-03 17:22:51 +00:00
< / div >
< / td >
2017-10-02 00:05:43 +00:00
< / tr >
< tr >
2017-10-03 17:22:51 +00:00
< td >
2017-10-05 22:37:31 +00:00
< div class = "infchallengediv" id = "postc3div" style = "height: 140px; display: none" >
2017-10-03 17:22:51 +00:00
< span > Tickspeed interval decrease is always at 0%, but every tickspeed purchase you get a static multiplier on all dimensions (increases with galaxies).< / span >
< br >
< br >
< div class = "outer" >
2017-10-05 16:11:35 +00:00
< button id = "postc3" class = "challengesbtn" onclick = "startChallenge('postc3', new Decimal('1e5000'))" > Start< / button >
2017-10-02 00:05:43 +00:00
< br >
2017-10-07 17:25:50 +00:00
< span id = "postc3goal" > Goal: 1e5000< / span > < br >
2017-10-03 17:22:51 +00:00
< span > Reward: Static multiplier on each tickspeed purchase< / span >
< / div >
< / div >
< / td >
< td >
2017-10-05 22:37:31 +00:00
< div class = "infchallengediv" id = "postc4div" style = "height: 140px; display: none" >
2017-10-03 17:22:51 +00:00
< span > Only latest bought dimension production is normal, all other dimensions produce less.< / span >
< br >
< br >
< div class = "outer" >
2017-10-03 18:27:28 +00:00
< button id = "postc4" class = "challengesbtn" onclick = "startChallenge('postc4', new Decimal('1e13000'))" > Start< / button >
2017-10-02 00:05:43 +00:00
< br >
2017-10-07 17:25:50 +00:00
< span id = "postc4goal" > Goal: 1e13000< / span > < br >
2017-12-01 00:38:21 +00:00
< span > Reward: All normal dimension multipliers become multiplier^1.05< / span >
2017-10-02 00:05:43 +00:00
< / div >
2017-10-03 17:22:51 +00:00
< / div >
< / td >
< / tr >
2017-10-04 03:55:27 +00:00
< tr >
< td >
2017-10-05 22:37:31 +00:00
< div class = "infchallengediv" id = "postc5div" style = "height: 140px; display: none" >
2017-10-08 17:13:53 +00:00
< span > When buying dimensions 1-4, everything with costs smaller or equal increases. When buying dimensions 5-8, everything with costs bigger or equal increases. When buying tickspeed, everything with the same cost increases.< / span >
2017-10-04 03:55:27 +00:00
< br >
< br >
< div class = "outer" >
2017-10-06 00:39:17 +00:00
< button id = "postc5" class = "challengesbtn" onclick = "startChallenge('postc5', new Decimal('1e11111'))" > Start< / button >
2017-10-04 03:55:27 +00:00
< br >
2017-10-07 17:25:50 +00:00
< span id = "postc5goal" > Goal: 1e11111< / span > < br >
2017-10-05 22:37:31 +00:00
< span > Reward: Galaxies are 10% more powerful and reduce the requirements for them and dimensional boosts by 1< / span >
2017-10-04 03:55:27 +00:00
< / div >
< / div >
< / td >
< td >
2017-10-05 22:37:31 +00:00
< div class = "infchallengediv" id = "postc6div" style = "height: 140px; display: none" >
2017-10-04 03:55:27 +00:00
< span > There's an exponentially rising matter that divides the multiplier on all of your dimensions.< / span >
< br >
< br >
< div class = "outer" >
2017-12-01 00:38:21 +00:00
< button id = "postc6" class = "challengesbtn" onclick = "startChallenge('postc6', new Decimal('2e22222'))" > Start< / button >
2017-10-04 03:55:27 +00:00
< br >
2017-12-01 00:38:21 +00:00
< span id = "postc6goal" > Goal: 2e22222< / span > < br >
2017-10-08 17:24:20 +00:00
< span > Reward: Tickspeed affects Infinity Dimensions with reduced effect< / span >
2017-10-04 03:55:27 +00:00
< / div >
< / div >
< / td >
< / tr >
2017-10-05 22:37:31 +00:00
< tr >
< td >
< div class = "infchallengediv" id = "postc7div" style = "height: 140px; display: none" >
< span > You can't get antimatter Galaxies, but dimensional boost multiplier 2.5x -> 10x< / span >
< br >
< br >
< div class = "outer" >
2017-12-01 00:38:21 +00:00
< button id = "postc7" class = "challengesbtn" onclick = "startChallenge('postc7', new Decimal('1e10000'))" > Start< / button >
2017-10-05 22:37:31 +00:00
< br >
2017-12-01 00:38:21 +00:00
< span id = "postc7goal" > Goal: 1e10000< / span > < br >
2017-10-06 13:33:50 +00:00
< span > Reward: Dimensional boost multiplier 2.5x -> 4x< / span >
2017-10-05 22:37:31 +00:00
< / div >
< / div >
< / td >
< td >
< div class = "infchallengediv" id = "postc8div" style = "height: 140px; display: none" >
2017-10-06 00:32:41 +00:00
< span > Your production is at 100% after purchasing anything, after that it rapidly drops down.< / span >
2017-10-05 22:37:31 +00:00
< br >
< br >
< div class = "outer" >
2017-12-01 00:38:21 +00:00
< button id = "postc8" class = "challengesbtn" onclick = "startChallenge('postc8', new Decimal('1e27000'))" > Start< / button >
2017-10-05 22:37:31 +00:00
< br >
2017-12-05 13:01:54 +00:00
< span id = "postc8goal" > Goal: 1e27000< / span > < br >
2017-10-08 17:15:23 +00:00
< span > Reward: You get a multiplier to dimensions 2-7 based on 1st and 8th dimension multipliers.< / span >
2017-10-05 22:37:31 +00:00
< / div >
< / div >
< / td >
< / tr >
2017-10-02 00:05:43 +00:00
< / table >
2017-09-30 22:47:44 +00:00
2017-09-05 20:25:43 +00:00
< / div >
2017-12-13 08:14:30 +00:00
< div id = "eternitychallenges" class = "challengeTab" >
2017-12-11 22:26:01 +00:00
< table class = "table" style = "margin: 0 auto" >
< tr >
< td >
< div class = "eterchallengediv" id = "eterc1div" style = "height: 140px; display: none" >
2017-12-13 08:14:30 +00:00
< span > Time Dimensions are disabled.< / span >
2017-12-11 22:26:01 +00:00
< br >
< br >
< div class = "outer" >
2018-01-04 16:24:16 +00:00
< button id = "eterc1" class = "challengesbtn" onclick = "startEternityChallenge('eterc1', new Decimal('1e2400'), new Decimal('1e250'))" > Start< / button >
2017-12-11 22:26:01 +00:00
< br >
2017-12-12 03:42:35 +00:00
< span id = "eterc1completed" > Completed 0 Times.< / span > < br >
< span id = "eterc1goal" > Goal: 1e2000 IP< / span > < br >
< span id = "ec1reward" > Reward: Xx on all Time Dimensions (based on time spent this Eternity)< / span >
2017-12-11 22:26:01 +00:00
< / div >
< / div >
< / td >
< td >
< div class = "eterchallengediv" id = "eterc2div" style = "height: 140px; display: none" >
2017-12-13 08:14:30 +00:00
< span > Infinity Dimensions are disabled.< / span >
2017-12-11 22:26:01 +00:00
< br >
< br >
< div class = "outer" >
2017-12-13 08:14:30 +00:00
< button id = "eterc2" class = "challengesbtn" onclick = "startEternityChallenge('eterc2', new Decimal('1e1000'), new Decimal('1e150'))" > Start< / button >
2017-12-11 22:26:01 +00:00
< br >
2017-12-13 08:14:30 +00:00
< span id = "eterc2completed" > Completed 0 Times.< / span > < br >
2017-12-11 22:26:01 +00:00
< span id = "eterc2goal" > Goal: 1e10500< / span > < br >
2017-12-13 08:31:49 +00:00
< span id = "ec2reward" > Reward: idk lol< / span >
2017-12-13 08:14:30 +00:00
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "eterchallengediv" id = "eterc3div" style = "height: 140px; display: none" >
2018-01-02 01:33:31 +00:00
< span > Dimensions 5-8 don't produce anything.< / span >
2017-12-13 08:14:30 +00:00
< br >
< br >
< div class = "outer" >
2018-01-04 16:24:16 +00:00
< button id = "eterc3" class = "challengesbtn" onclick = "startEternityChallenge('eterc3', new Decimal('1e750'), new Decimal('1e150'))" > Start< / button >
2017-12-13 08:14:30 +00:00
< br >
< span id = "eterc3completed" > Completed 0 Times.< / span > < br >
2018-01-02 01:33:31 +00:00
< span id = "eterc3goal" > Goal: 1e750 IP< / span > < br >
2017-12-13 08:14:30 +00:00
< span id = "ec3reward" > Reward: idk lol< / span >
< / div >
< / div >
< / td >
< td >
< div class = "eterchallengediv" id = "eterc4div" style = "height: 140px; display: none" >
2018-01-03 00:11:35 +00:00
< span > All infinitied stat multipliers are disabled.< / span >
2017-12-13 08:14:30 +00:00
< br >
< br >
< div class = "outer" >
2018-01-04 16:24:16 +00:00
< button id = "eterc4" class = "challengesbtn" onclick = "startEternityChallenge('eterc4', new Decimal('1e4250'), new Decimal('1e350'))" > Start< / button >
2017-12-13 08:14:30 +00:00
< br >
< span id = "eterc4completed" > Completed 0 Times.< / span > < br >
2018-01-03 00:11:35 +00:00
< span id = "eterc4goal" > Goal: 1e4000 IP in 20 infinities< / span > < br >
< span id = "ec4reward" > Reward: Infinity Dimension multiplier from unspent IP< / span >
2017-12-11 22:26:01 +00:00
< / div >
< / div >
< / td >
< / tr >
< / table >
< / div >
2017-09-30 02:24:44 +00:00
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
2017-09-29 00:02:42 +00:00
2017-09-30 02:24:44 +00:00
2017-08-30 15:05:03 +00:00
2017-12-01 00:38:21 +00:00
< div id = "infinity" class = "tab" align = "center" style = "display: none" >
2017-09-14 02:19:29 +00:00
< br >
2017-12-01 00:38:21 +00:00
< div id = "infinityPoints1" style = "color: black; font-size: 15px; width: 40%; margin: 0 auto" > You have made x Infinity points.< / div >
2017-09-12 16:28:48 +00:00
< br >
< tr >
< td > < button class = "secondarytabbtn" onclick = "showInfTab('preinf')" > Upgrades< / button > < td >
< td > < button class = "secondarytabbtn" onclick = "showInfTab('autobuyers')" > Autobuyers< / button > < td >
2017-09-16 01:10:43 +00:00
< td > < button id = "postinfbtn" class = "secondarytabbtn" onclick = "showInfTab('postinf')" > Break Infinity< / button > < td >
2017-12-01 00:38:21 +00:00
< td > < button id = "replicantitabbtn" class = "secondarytabbtn" onclick = "showInfTab('replicantis')" > Replicantis< / button > < td >
2017-09-12 16:28:48 +00:00
< / tr >
< div id = "preinf" class = "inftab" >
2017-08-30 01:21:01 +00:00
< br >
< table class = "table" style = "margin: 0 auto" >
< tr >
< td >
< button id = "infi11" class = "infinistorebtn1" > Production increase over time < br > currently:< / button >
< / td >
< td >
2017-09-07 01:47:48 +00:00
< button id = "infi21" class = "infinistorebtn2" > Multiplier for 10 Dimensions < br > 2x -> 2.2x< br > Cost: 1 IP< / button >
< / td >
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi31" class = "infinistorebtn3" > Production increase over time in current infinity< br > Cost: 3 IP< / button >
2017-08-30 01:21:01 +00:00
< / td >
2017-09-11 23:23:58 +00:00
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi41" class = "infinistorebtn4" > You start with 5th dimension< br > Cost: 20 IP< / button >
2017-09-11 23:23:58 +00:00
< / td >
2017-08-30 01:21:01 +00:00
< / tr >
< tr >
< td >
< button id = "infi12" class = "infinistorebtn1" > First and Eighth Dimension power < br > xx< / button >
< / td >
< td >
< button id = "infi22" class = "infinistorebtn2" > Second and Seventh Dimension power < br > xx< / button >
< / td >
2017-09-07 01:47:48 +00:00
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi32" class = "infinistorebtn3" > Bonus per unspent Infinity Point < br > xx< / button >
2017-09-07 01:47:48 +00:00
< / td >
2017-09-11 23:23:58 +00:00
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi42" class = "infinistorebtn4" > You start with 6th dimension< br > Cost: 40 IP< / button >
2017-09-11 23:23:58 +00:00
< / td >
2017-08-30 01:21:01 +00:00
< / tr >
< tr >
< td >
< button id = "infi13" class = "infinistorebtn1" > Third and Sixth Dimension power < br > xx< / button >
< / td >
< td >
< button id = "infi23" class = "infinistorebtn2" > Fourth and Fifth Dimension power < br > xx< / button >
< / td >
2017-09-07 01:47:48 +00:00
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi33" class = "infinistorebtn3" > Dimension Boost power < br > 2x -> 2.5x< br > Cost: 7 IP< / button >
2017-09-07 01:47:48 +00:00
< / td >
2017-09-11 23:23:58 +00:00
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi43" class = "infinistorebtn4" > You start with 7th dimension< br > Cost: 80 IP< / button >
2017-09-11 23:23:58 +00:00
< / td >
2017-08-30 01:21:01 +00:00
< / tr >
< tr >
< td >
2017-09-07 01:47:48 +00:00
< button id = "infi14" class = "infinistorebtn1" > Decrease the number of Dimensions needed for reset by 9< br > Cost: 1 IP< / button >
< / td >
< td >
< button id = "infi24" class = "infinistorebtn2" > Antimatter Galaxies are twice as effective< br > Cost: 2 IP< / button >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi34" class = "infinistorebtn3" > Infinity Point generation (based on fastest infinity) < br > xx< / button >
2017-08-30 01:21:01 +00:00
< / td >
2017-09-11 23:23:58 +00:00
< td >
2017-09-14 02:19:29 +00:00
< button id = "infi44" class = "infinistorebtn4" > You start with 8th dimension and a Galaxy< br > Cost: 500 IP< / button >
2017-09-11 23:23:58 +00:00
< / td >
2017-08-30 01:21:01 +00:00
< / tr >
2017-09-10 22:32:19 +00:00
< tr >
2017-08-30 01:21:01 +00:00
< / tr >
< / table >
2017-09-13 23:20:04 +00:00
< br >
< div > < button id = "infiMult" class = "infinimultbtn" > Multiply infinity points from all sources by 2 < br > currently: < br > Cost: 100 IP< / button > < / div >
2017-12-01 00:38:21 +00:00
< br >
< div > < button id = "infmultbuyer" class = "storebtn" onclick = "infMultAutoToggle()" style = "display:none; height: 40px; width: 130px; font-size:10px" > Autobuy IP mult ON< / button > < / div >
2017-09-29 01:32:19 +00:00
< div >
2017-09-29 00:02:42 +00:00
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
2017-09-10 22:32:19 +00:00
2017-09-29 00:02:42 +00:00
< / div >
< / td >
< / tr >
< / table >
< / div >
< / div >
2017-09-12 16:28:48 +00:00
< div id = "autobuyers" class = "inftab" >
< br >
2017-09-04 14:04:00 +00:00
< table class = "table" style = "margin: 0 auto" >
2017-12-01 00:38:21 +00:00
< button class = "storebtn" id = "toggleautobuyers" style = "font-size: 100%; width: 150px; height: 40px; margin: 3px" onclick = "toggleAutoBuyers()" > Enable/disable autobuyers< / button >
< button class = "storebtn" id = "togglebulk" style = "font-size: 100%; width: 150px; height: 40px;margin: 3px" onclick = "toggleBulk()" > Disable bulk buy < / button >
< button class = "storebtn" id = "togglecrunchmode" style = "font-size: 100%; width: 150px; height: 40px;margin: 3px; display: none" onclick = "toggleCrunchMode()" > Auto crunch mode: amount< / button >
< br >
< div class = "autoBuyerDiv" id = "autoBuyerEter" >
< div > Automatic Eternity< / div >
< div > < span > Amount of EP to wait until reset:< / span >
< input type = "text" onchange = "updatePriorities()" id = "priority13" > < / input > < / div >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "eternityison" > < / input >
< / div >
2017-11-02 11:49:49 +00:00
< tr >
< td >
2017-12-01 00:38:21 +00:00
< div class = "autoBuyerDiv" id = "autoBuyerDimBoost" style = "font-size: 11px;" >
< div > Automatic DimBoosts< / div >
< button class = "autobuyerbtn" id = "buyerBtnDimBoost" > 46% smaller interval< br > Cost: 2 points< / button >
< div style = "font-size: 80%" id = "intervalDimBoost" > Current interval: 30 seconds< / div >
< span style = "font-size: 80%" > Max 8ths used on reset:< / span >
< input type = "text" onchange = "updatePriorities()" id = "priority10" > < / input >
< br >
< span style = "font-size: 80%" > Galaxies required to always Dimboost:< / span >
< input type = "text" onchange = "updatePriorities()" id = "overGalaxies" > < / input >
< br >
< div id = "bulkdimboost" >
< span style = "font-size: 80%" id = "bulklabel" > Bulk DimBoost amount:< / span >
< input type = "text" onchange = "updatePriorities()" id = "bulkDimboost" > < / input >
< / div >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "10ison" > < / input >
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyerGalaxies" >
< div > Automatic Galaxies< / div >
< button class = "autobuyerbtn" id = "buyerBtnGalaxies" > 46% smaller interval< br > Cost: 2 points< / button >
< div style = "font-size: 80%" id = "intervalGalaxies" > Current interval: 30 seconds< / div >
< span > Max Galaxies:< / span >
< input type = "text" onchange = "updatePriorities()" id = "priority11" > < / input >
< br >
< div id = "galaxybulk" style = "display: none" >
< span style = "font-size: 80%" > Buy max galaxies every X seconds (0 to always buy):< / span >
< input type = "text" onchange = "updatePriorities()" id = "bulkgalaxy" > < / input >
< / div >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "11ison" > < / input >
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyerInf" >
< div > Automatic Big Crunch< / div >
< button class = "autobuyerbtn" id = "buyerBtnInf" > 46% smaller interval< br > Cost: 2 points< / button >
< div style = "font-size: 80%" id = "intervalInf" > Current interval: 60 seconds< / div >
< div id = "iplimit" > < span id = "limittext" > Amount of IP to wait until reset:< / span >
< input type = "text" onchange = "updatePriorities()" id = "priority12" > < / input > < / div >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "12ison" > < / input >
< / div >
< / td >
< / tr >
< tr >
< / tr >
2017-09-04 14:04:00 +00:00
< tr >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer1" >
< div > 1st Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn1" > 46% smaller interval< br > Cost: 2 points< / button >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn1" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< div style = "font-size: 80%" id = "interval1" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority1" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "1ison" > < / input >
2017-09-04 14:04:00 +00:00
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer2" >
< div > 2nd Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn2" > 46% smaller interval< br > Cost: 2 points< / button >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn2" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< div style = "font-size: 80%" id = "interval2" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority2" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "2ison" > < / input >
2017-09-04 14:04:00 +00:00
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer3" >
< div > 3rd Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn3" > 46% smaller interval< br > Cost: 2 points< / button >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn3" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< div style = "font-size: 80%" id = "interval3" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority3" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "3ison" > < / input >
2017-09-04 14:04:00 +00:00
< / div >
< / td >
< / tr >
< tr >
2017-12-01 00:38:21 +00:00
< td >
< div class = "autoBuyerDiv" id = "autoBuyer4" >
< div > 4th Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn4" > 46% smaller interval< br > Cost: 2 points< / button >
< button class = "autobuyerbtn" id = "toggleBtn4" > Buys singles< / button >
< div style = "font-size: 80%" id = "interval4" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority4" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "4ison" > < / input >
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer5" >
< div > 5th Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn5" > 46% smaller interval< br > Cost: 2 points< / button >
< button class = "autobuyerbtn" id = "toggleBtn5" > Buys singles< / button >
< div style = "font-size: 80%" id = "interval5" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority5" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "5ison" > < / input >
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer6" >
< div > 6th Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn6" > 46% smaller interval< br > Cost: 2 points< / button >
< button class = "autobuyerbtn" id = "toggleBtn6" > Buys singles< / button >
< div style = "font-size: 80%" id = "interval6" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority6" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "6ison" > < / input >
< / div >
< / td >
< / tr >
2017-10-03 11:34:16 +00:00
< tr >
2017-12-01 00:38:21 +00:00
< td >
< div class = "autoBuyerDiv" id = "autoBuyer7" >
< div > 7th Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn7" > 46% smaller interval< br > Cost: 2 points< / button >
< button class = "autobuyerbtn" id = "toggleBtn7" > Buys singles< / button >
< div style = "font-size: 80%" id = "interval7" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority7" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "7ison" > < / input >
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer8" >
< div > 8th Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn8" > 46% smaller interval< br > Cost: 2 points< / button >
< button class = "autobuyerbtn" id = "toggleBtn8" > Buys singles< / button >
< div style = "font-size: 80%" id = "interval8" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority8" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "8ison" > < / input >
< / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyerTickSpeed" >
< div > Tickspeed Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtnTickSpeed" > 46% smaller interval< br > Cost: 2 points< / button >
< button class = "autobuyerbtn" id = "toggleBtnTickSpeed" > Buys singles< / button >
< div style = "font-size: 80%" id = "intervalTickSpeed" > Current interval: 5 seconds< br > < / div >
< span > Priority:< / span >
< select onchange = "updatePriorities()" id = "priority9" >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< option value = "8" > 8< / option >
< option value = "9" > 9< / option >
< / select >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "9ison" > < / input >
< / div >
< / td >
2017-09-04 14:04:00 +00:00
< / tr >
< / table >
2017-10-03 11:34:16 +00:00
< div class = "autoBuyerDiv" id = "autoBuyerSac" >
< div > Automatic Sacrifice< / div >
< div style = "font-size: 80%" > Current interval: 0.10 seconds< / div >
< div id = "iplimit" > < span > Sacrifice when the multiplier is over:< / span >
< input type = "text" onchange = "updatePriorities()" id = "prioritySac" > < / input > < / div >
< br >
< span style = "font-size: 80%" > Is active< / span >
< input type = "checkbox" onchange = "updateAutobuyers()" id = "13ison" > < / input >
< / div >
2017-09-29 00:02:42 +00:00
< div >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
2017-08-30 01:21:01 +00:00
< / div >
2017-09-13 23:20:04 +00:00
< div id = "postinf" class = "inftab" align = "center" >
< br >
2017-09-14 17:46:38 +00:00
< div id = "abletobreak" > You need to get Automated Big Crunch interval to 0.1 to be able to break infinity< / div >
2017-09-14 02:19:29 +00:00
< br >
2017-09-14 17:46:38 +00:00
< table id = "postinftable" class = "table" style = "margin: 0 auto" >
2018-01-03 07:10:35 +00:00
< tr >
< td >
< button class = "infinistorebtnbought" style = "opacity: 0" > < / button >
< / td >
< td >
< button id = "break" class = "infinistorebtn2" onclick = "breakInfinity()" ach-tooltip = "Cost multipliers post-infinity will begin increasing faster, but so will the Infinity Point gain" > BREAK INFINITY< / button >
< / td >
< td >
< button class = "infinistorebtnbought" style = "opacity: 0" > < / button >
< / td >
< / tr >
2017-09-14 02:19:29 +00:00
< tr >
< td >
< button id = "postinfi11" class = "infinistorebtn1" > Production based on total antimatter produced < br > Currently:< br > Cost: 10 K IP< / button >
< / td >
< td >
< button id = "postinfi21" class = "infinistorebtn1" > Production based on current antimatter< br > Currently: < br > Cost: 50 K IP< / button >
< / td >
< td >
2017-09-16 01:10:43 +00:00
< button id = "postinfi41" class = "infinistorebtn1" > Double the power of Galaxies< br > Currently: < br > Cost: 500 K IP< / button >
2017-09-14 02:19:29 +00:00
< / td >
< / tr >
< tr >
2018-01-03 07:10:35 +00:00
< td >
< button id = "postinfi12" class = "infinistorebtn1" > Increase the production of all dimensions by amount infinitied < br > Currently:< br > Cost: 100 K IP< / button >
< / td >
< td >
< button id = "postinfi22" class = "infinistorebtn1" > achievemult< / button >
< / td >
< td >
< button id = "postinfi32" class = "infinistorebtn1" > Increase the production of all dimensions based on slowest challenge run< br > Cost: 3 M IP< / button >
< / td >
2017-09-14 02:19:29 +00:00
< / tr >
2017-09-22 23:59:55 +00:00
< tr >
< td >
2017-09-23 20:12:35 +00:00
< button id = "postinfi13" class = "infinistorebtn1" onclick = "buyInfinityUpgrade('infinitiedGeneration',20e6)" > You passively generate Infinitied stat based on your fastest infinity.< br > 1 every < br > Cost: 20 M IP< / button >
2017-09-22 23:59:55 +00:00
< / td >
< td >
2017-09-23 20:12:35 +00:00
< button id = "postinfi23" class = "infinistorebtn1" onclick = "buyInfinityUpgrade('bulkBoost',5e9)" > Option to bulk buy Dimension Boosts < br > Cost: < / button >
2017-09-22 23:59:55 +00:00
< / td >
< td >
2017-09-24 02:23:29 +00:00
< button id = "postinfi33" class = "infinistorebtn1" onclick = "buyInfinityUpgrade('autoBuyerUpgrade',1e15)" > Autobuyers work twice as fast< br > Cost: 10 B IP< / button >
2017-09-22 23:59:55 +00:00
< / td >
< / tr >
2017-09-19 13:14:58 +00:00
< tr >
< td >
< button id = "postinfi31" class = "infinimultbtn" > Tickspeed cost multiplier increase < br > 10x -> 9x< br > Cost: 300 K IP< / button >
< / td >
< td >
< button id = "postinfi42" class = "infinimultbtn" > Dimension cost multiplier increase < br > 10x -> 9x< br > Cost: 10 M IP< / button >
< / td >
2017-09-24 19:57:52 +00:00
< td >
< button id = "offlineProd" class = "infinimultbtn" > Dimension cost multiplier increase < br > 10x -> 9x< br > Cost: 10 M IP< / button >
< / td >
2017-09-19 13:14:58 +00:00
< / tr >
< / table >
2017-09-29 01:32:19 +00:00
< div >
2017-09-29 00:02:42 +00:00
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
2017-08-30 01:21:01 +00:00
< / div >
2017-09-29 00:02:42 +00:00
< / div >
2017-12-01 00:38:21 +00:00
< div id = "replicantis" class = "inftab" >
< br >
< button class = "storebtn" id = "replicantiunlock" onclick = "unlockReplicantis()" style = "width:200px; height: 80px" > Unlock Replicantis< br > Cost: 1e140 IP< / button >
< div id = "replicantidiv" style = "display: none" >
< p style = "font-size: 15px" > You have < span id = "replicantiamount" style = "font-size:23px; color: black" > 0< / span > replicanti. Translated to < span id = "replicantimult" style = "font-size:23px; color: black" > 0< / span > x multiplier on all infinity dimensions< / p >
< br >
< button class = "storebtn" id = "replicantichance" onclick = "upgradeReplicantiChance()" style = "width:180px; height: 50px; font-size: 10px" > Replicate chance: 1%< br > +1% Costs: 1e6969 IP< / button >
< button class = "storebtn" id = "replicantiinterval" onclick = "upgradeReplicantiInterval()" style = "width:180px; height: 50px; font-size: 10px" > Interval: 1000ms< br > -> 900 Costs: 1e6969 IP< / button >
< button class = "storebtn" id = "replicantimax" onclick = "upgradeReplicantiGalaxy()" style = "width:180px; height: 50px; font-size: 10px" > Max Replicanti galaxies: 0< br > +1 Costs: 1e6969 IP< / button >
< br >
< button class = "storebtn" id = "replauto1" onclick = "toggleReplAuto('chance')" style = "width:180px; font-size: 10px; visibility: hidden" > Auto: ON< / button >
< button class = "storebtn" id = "replauto2" onclick = "toggleReplAuto('interval')" style = "width:180px; font-size: 10px; visibility: hidden" > Auto: ON< / button >
< button class = "storebtn" id = "replauto3" onclick = "toggleReplAuto('galaxy')" style = "width:180px; font-size: 10px; visibility: hidden" > Auto: ON< / button >
< br > < br > < br >
< p id = "replicantiapprox" > < / p >
< br >
< button class = "storebtn" id = "replicantireset" onclick = "replicantiGalaxy()" style = "width: 200px; height: 70px; font-size: 12px" > Reset replicanti amount, but get a free galaxy< / button >
< br >
< button class = "storebtn" id = "replicantiresettoggle" onclick = "replicantiGalaxyAutoToggle()" style = "width: 150px; height: 30px; font-size: 12px; display: none" > Auto galaxy OFF< / button >
< / div >
< div id = "footercontainer" >
< table id = "footer" >
< tr >
< td >
< div style = "text-align:center" >
< a href = "howto.html" target = "_newtab" > How to play < / a > |
< a href = "about.html" target = "_newtab" > Donate < / a > |
< a href = "changelog.html" target = "_newtab" > Changelog < / a > |
< a href = "https://discord.gg/ST9NaXa" target = "_newtab" > Discord< / a > |
< a href = "https://www.reddit.com/r/AntimatterDimensions/" target = "_newtab" > Subreddit< / a >
< / div >
< / td >
< / tr >
< / table >
< / div >
< / div >
2017-09-29 00:02:42 +00:00
2017-08-30 01:21:01 +00:00
< / div >
< / div >
2017-09-24 01:08:41 +00:00
< div class = "popup" id = "loadCloud" >
2017-09-24 17:12:04 +00:00
< div id = "loadPopup" > You have a cloud save with 69 infinities. Do you want to download it?< / div >
< button class = "storebtn" style = "font-size: 15px" onclick = "tooltipLoad()" style = "display: inline" > Yes< / button >
2017-09-24 16:55:48 +00:00
< button class = "storebtn" style = "font-size: 15px" onclick = "closeToolTip()" style = "display: inline" > No< / button >
2017-09-24 01:08:41 +00:00
< / div >
< div class = "popup" id = "saveCloud" >
2017-09-24 17:12:04 +00:00
< div id = "savePopup" > You have a cloud save with 69 infinities. Do you want to overwrite it?< / div >
< button class = "storebtn" style = "font-size: 15px" onclick = "tooltipSave()" style = "display: inline" > Yes< / button >
2017-09-24 16:55:48 +00:00
< button class = "storebtn" style = "font-size: 15px" onclick = "closeToolTip()" style = "display: inline" > No< / button >
2017-09-24 01:08:41 +00:00
< / div >
2017-09-26 13:56:49 +00:00
< div class = "popup" id = "update" >
2017-09-26 13:57:39 +00:00
< div id = "updatePopup" > The last test.< / div >
2017-09-26 13:56:49 +00:00
< button class = "storebtn" style = "font-size: 15px" onclick = "closeToolTip()" style = "display: inline" > Okay< / button >
< / div >
2018-01-03 00:11:35 +00:00
< div class = "popup" id = "challfail" >
< div id = "updatePopup" > You failed the challenge, you will now exit it.< / div >
< button class = "storebtn" style = "font-size: 15px" onclick = "closeToolTip()" style = "display: inline" > Okay< / button >
< / div >
2017-08-26 01:54:58 +00:00
< / body >
2017-09-29 00:02:42 +00:00
2017-10-06 00:46:55 +00:00
2017-10-10 19:45:33 +00:00
2017-10-07 02:15:03 +00:00
< script type = "text/javascript" src = "PlayFab/PlayFabClientApi.js" > < / script >
< script type = "text/javascript" src = "javascripts/autobuyer.js" > < / script >
2017-12-01 00:38:21 +00:00
<!-- script type="text/javascript" src="javascripts/decimal.js"></script> -->
< script type = "text/javascript" src = "javascripts/breakinfinity.js" > < / script >
2017-12-13 08:24:52 +00:00
< script type = "text/javascript" src = "javascripts/chart.js" > < / script >
2017-12-05 22:09:38 +00:00
< script type = "text/javascript" src = "javascripts/game.js?85" > < / script >
2017-12-01 00:38:21 +00:00
< script type = "text/javascript" src = "javascripts/lz-string.js" > < / script >
2017-12-04 12:51:39 +00:00
< script type = "text/javascript" src = "javascripts/sha512.js" > < / script >
2017-12-13 08:24:52 +00:00
< script >
var ctx2 = document.getElementById("normalDimChart").getContext('2d');
var normalDimChart = new Chart(ctx2, {
type: 'line',
data: {
labels: [],
datasets: [{
2017-12-15 02:31:04 +00:00
label: ['Exponents of antimatter per second'],
2017-12-13 08:24:52 +00:00
data: [],
backgroundColor: [
2017-12-15 02:31:04 +00:00
'rgba(0,0,0,1)'
2017-12-13 08:24:52 +00:00
],
borderColor: [
2017-12-15 02:31:04 +00:00
'rgba(0,0,0,1)'
2017-12-13 08:24:52 +00:00
],
fill: false,
lineTension: 0.1,
borderWidth: 3,
pointRadius: 0,
pointBorderWidth: 0,
pointHoverRadius: 0
}]
},
options: {
tooltips: {enabled: false},
hover: {mode: null},
legend: {
2017-12-15 02:31:04 +00:00
position: 'bottom',
labels: {
boxWidth: 0
}
2017-12-13 08:24:52 +00:00
},
scales: {
yAxes: [{
ticks: {
max: 1000000,
min: 0
}
}],
xAxes: [{
gridLines: {
display: false,
drawTicks: false
},
ticks: {
fontSize: 0
}
}]
},
layout: {
padding: {
top: 10
}
}
}
});
2018-01-02 01:55:48 +00:00
updateChart(true);
2017-12-13 08:24:52 +00:00
< / script >
2017-08-30 01:21:01 +00:00
2017-12-01 00:38:21 +00:00
< / html >