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." / >
< h1 id = "hiddenheader" style = "display: inline" > Antimatter Dimensions< / h1 >
< script src = "javascripts/jquery-3.2.1.min.js" > < / script >
< script 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-08-30 01:50:21 +00:00
< body id = "body" >
2017-09-14 03:45:15 +00:00
< div class = "container" style = "color:#4F5957; font-family: Typewriter; text-align:center; font-size: 13px" >
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-08-30 01:50:21 +00:00
< div >
2017-09-14 03:45:15 +00:00
< p > You have < span id = "coinAmount" style = "font-size:35px; color: black" > 0< / span > antimatter.< / p >
2017-08-30 01:50:21 +00:00
< / div >
2017-10-05 16:11:35 +00:00
2017-09-14 00:10:48 +00:00
< div style = "position: relative" > < button id = "postInfinityButton" class = "postinfcrunch" > Big Crunch for x Infinity Points< / button > < / div >
2017-09-23 19:21:42 +00:00
< div style = "position: relative" > < button id = "newDimensionButton" class = "newdim" onclick = "newDimension()" > Get x antimatter to unlock a new Dimension.< / 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-09-16 18:18:07 +00:00
< button id = "tickSpeed" style = "color:black; visibility: hidden; height: 30px;width: 150px; font-size: 12px" class = "storebtn" > Cost: 1000< / button >
2017-09-14 03:45:15 +00:00
< button id = "tickSpeedMax" onclick = "buyMaxTickSpeed()" style = "color:black; visibility: hidden; height: 30px; 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-04 03:55:27 +00:00
< button id = "dimensionsbtn" style = "font-family: Typewriter; font-size: 24px" class = "tabbtn" > Dimensions< / button >
< button id = "optionsbtn" style = "font-family: Typewriter; font-size: 24px" class = "tabbtn" > Options< / button >
< button id = "statisticsbtn" style = "font-family: Typewriter; font-size: 24px" class = "tabbtn" > Statistics< / button >
< button id = "achievementsbtn" style = "font-family: Typewriter; font-size: 24px" class = "tabbtn" > Achievements< / button >
< button id = "challengesbtn" style = "font-family: Typewriter; font-size: 24px" class = "tabbtn" > Challenges< / button >
< button id = "infinitybtn" style = "font-family: Typewriter; font-size: 24px" class = "infinitybtn" > Infinity< / button >
< button id = "shopbtn" style = "font-family: Typewriter; font-size: 24px" class = "tabbtn" onclick = "showTab('shop')" > 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 >
< span > 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 >
< span > 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-04 03:55:27 +00:00
< br >
< / 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 >
< td > < button class = "secondarytabbtn" onclick = "showDimTab('antimatterdimensions')" > Dimensions< / button > < td >
< td > < button class = "secondarytabbtn" onclick = "showDimTab('infinitydimensions')" > Infinity Dimensions< / 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-09-24 15:09:52 +00:00
< input id = "confirmation" type = "checkbox" style = "width:20px; height:20px; display: none" ach-tooltip = "No confirmation when doing Dimensional Sacrifice" onchange = "sacrificeConf()" >
< 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" >
< tr style = "font-size: 18px" id = "firstRow" >
< td id = "firstD" width = "32%" >
First Dimension x1
< / td >
< td >
< div id = "firstAmount" > 0 (0)< / div >
< / td >
< td align = "right" width = "10%" >
< button id = "first" style = "color:black; height: 35px" class = "storebtn" align = "right" > Cost: 10< / button >
< / td >
< td align = "right" width = "10%" >
< button id = "firstMax" style = "color:black; width:195px; height:35px" class = "storebtn" align = "right" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "secondRow" style = "display: none; font-size: 18px" >
< 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 >
< td > < button id = "second" style = "color:black; height: 35px" class = "storebtn" > Cost: 100< / button >
< / td >
< td >
< button id = "secondMax" style = "color:black; width:195px; height:35px" class = "storebtn" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "thirdRow" style = "display: none; font-size: 18px" >
< 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 >
< button id = "third" style = "color:black; height: 35px" class = "storebtn" > Cost: 10000< / button >
< / td >
< td >
< button id = "thirdMax" style = "color:black; width:195px; height:35px" class = "storebtn" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "fourthRow" style = "display: none; font-size: 18px" >
< 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 >
< button id = "fourth" style = "color:black; height: 35px" class = "storebtn" > Cost: 1000000< / button >
< / td >
< td >
< button id = "fourthMax" style = "color:black; width:195px; height:35px" class = "storebtn" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "fifthRow" style = "display: none; font-size: 18px" >
< 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 >
< button id = "fifth" style = "color:black; height: 35px" class = "storebtn" > Cost: 1000000< / button >
< / td >
< td >
< button id = "fifthMax" style = "color:black; width:195px; height:35px" class = "storebtn" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "sixthRow" style = "display: none; font-size: 18px" >
< 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 >
< button id = "sixth" style = "color:black; height: 35px" class = "storebtn" > Cost: 1000000< / button >
< / td >
< td >
< button id = "sixthMax" style = "color:black; width:195px; height:35px" class = "storebtn" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "seventhRow" style = "display: none; font-size: 18px" >
< 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 >
< button id = "seventh" style = "color:black; height: 35px" class = "storebtn" > Cost: 1000000< / button >
< / td >
< td >
< button id = "seventhMax" style = "color:black; width:195px; height:35px" class = "storebtn" > Cost: 10< / button >
< / td >
< / tr >
< tr id = "eightRow" style = "display: none; font-size: 18px" >
< 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 >
< button id = "eight" style = "color:black; height: 35px" class = "storebtn" > Cost: 1000000< / button >
< / td >
< td >
< button id = "eightMax" style = "color:black; width:195px; height:35px" class = "storebtn" > Cost: 10< / button >
< / td >
< / tr >
< / body >
< / 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-09-25 02:15:15 +00:00
< button id = "softReset" style = "color:black; width: 200px; height: 30px; font-size: 10px" 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-09-25 02:15:15 +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 id = "progress" ach-tooltip = "Percentage until Infinity" >
< div id = "progressbar" > < / div >
< / div >
< / div >
< div id = "infinitydimensions" class = "dimtab" >
2017-09-23 19:36:47 +00:00
< div id = "infinityPoints2" style = "color: black; font-size: 140%; width: 25%; margin: 0 auto" > You have made x Infinity points.< / div >
2017-09-22 04:06:28 +00:00
< 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-09-22 16:42:03 +00:00
< tr style = "font-size: 17px" id = "infRow1" >
2017-09-22 04:06:28 +00:00
< td id = "infD1" width = "32%" >
First Infinity Dimension x1
< / td >
< td >
< div id = "infAmount1" > 0 (0)< / div >
< / td >
< td align = "right" width = "10%" >
< button id = "infMax1" style = "color:black; width:195px; height:35px" class = "storebtn" align = "right" onclick = "buyManyInfinityDimension(1)" > Cost: 10< / button >
< / td >
< / tr >
2017-09-22 16:42:03 +00:00
< tr id = "infRow2" style = "display: none; font-size: 17px" >
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 >
< td >
< button id = "infMax2" style = "color:black; width:195px; height:35px" class = "storebtn" onclick = "buyManyInfinityDimension(2)" > Cost: 10< / button >
< / td >
< / tr >
2017-09-22 16:42:03 +00:00
< tr id = "infRow3" style = "display: none; font-size: 17px" >
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 >
< td >
< button id = "infMax3" style = "color:black; width:195px; height:35px" class = "storebtn" onclick = "buyManyInfinityDimension(3)" > Cost: 10< / button >
< / td >
< / tr >
2017-09-22 16:42:03 +00:00
< tr id = "infRow4" style = "display: none; font-size: 17px" >
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 >
< td >
< button id = "infMax4" style = "color:black; width:195px; height:35px" class = "storebtn" onclick = "buyManyInfinityDimension(4)" > Cost: 10< / button >
< / td >
< / tr >
< / table >
2017-08-30 01:21:01 +00:00
< / 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 >
< / 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-09-21 23:54:58 +00:00
< td > < div > < button id = "invert" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > Invert colors< / button > < / div > < / td >
2017-09-14 03:45:15 +00:00
< td > < div > < button id = "exportbtn" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > Export< / button > < / div > < / td >
2017-09-08 00:00:31 +00:00
< / tr >
< tr >
2017-09-23 22:36:32 +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 >
2017-09-14 03:45:15 +00:00
< 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 >
< td > < div > < button id = "notation" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size:120%" > Notation: Standard< / button > < / div > < / td >
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-09-08 00:00:31 +00:00
< / tr >
< tr >
2017-09-21 22:21:12 +00:00
< 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-14 03:45:15 +00:00
< td > < div > < button id = "reset" class = "storebtn" style = "color:black; width: 200px; height: 55px; font-size: 20px" > RESET THE GAME< / 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-09-24 15:17:06 +00:00
< / tr >
2017-09-26 13:08:21 +00:00
< tr >
< 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 >
< / tr >
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-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 >
< td > < button class = "secondarytabbtn" onclick = "showStatsTab('challengetimes')" > Challenge records< / button > < td >
2017-09-14 22:13:37 +00:00
< td > < button class = "secondarytabbtn" onclick = "showStatsTab('lasttenruns')" > Past infinities< / 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 >
< 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-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 >
< 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-09-27 02:41:36 +00:00
< div id = "To infinity!" class = "achievement achievementlocked" style = "background-image: url(images/9.png)" ach-tooltip = "Reach Infinite antimatter. Reward: Reward: Start with 100 antimatter." > < br > < / div >
2017-08-30 01:21:01 +00:00
< / td >
< td >
2017-08-31 22:47:01 +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 = "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-09-27 02:41:36 +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-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-09-06 17:33:04 +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-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-09-14 00:26:18 +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. 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-19 13:17:13 +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." > < 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" >
< td >
2017-09-27 02:05:28 +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 50% 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-09-25 00:34:45 +00:00
< div id = "This achievement doesn't exist" class = "achievement achievementlocked" style = "background-image: url(images/43.png)" ach-tooltip = "Get 9e9999 antimatter." > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-09-27 02:05:28 +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 15% stronger, but only in challenges" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-09-25 00:34:45 +00:00
< div id = "NEW DIMENSIONS???" class = "achievement achievementlocked" style = "background-image: url(images/45.png)" ach-tooltip = "Unlock all the Dimensions." > < br > < / div >
2017-09-24 03:39:28 +00:00
< / td >
< td >
2017-09-25 00:34:45 +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-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-27 02:05:28 +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" > < br > < / div >
2017-09-24 03:39:28 +00:00
< / 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-09-06 03:11:54 +00:00
< tr >
2017-09-30 02:24:44 +00:00
< td > < button class = "secondarytabbtn" onclick = "showChallengesTab('challenges')" > Challenges< / button > < td >
2017-10-03 18:27:28 +00:00
< td > < button class = "secondarytabbtn" onclick = "showChallengesTab('breakchallenges')" > Infinity Challenges< / button > < td >
2017-09-30 02:24:44 +00:00
< / tr >
< 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-03 17:22:51 +00:00
< div id = "nextchall" > < / div >
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 >
< span > Goal: 1e850< / span > < br >
2017-10-03 18:27:28 +00:00
< span > Reward: 1.5x 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-10-03 17:22:51 +00:00
< span > Automatically sacrifice ever 8 ticks once you have 8th Dimension.< / span >
< 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-05 16:11:35 +00:00
< span > 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-05 16:11:35 +00:00
< span > 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-03 18:27:28 +00:00
< span > Goal: 1e13000< / span > < br >
2017-10-03 17:22:51 +00:00
< span > Reward: All normal dimension multipliers become multiplier^1.2< / 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" >
< span > When buying dimensions 1-4, everything with costs bigger or equal increases. When buying dimensions 5-8, everything with costs smaller 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-05 16:11:35 +00:00
< button id = "postc5" class = "challengesbtn" onclick = "startChallenge('postc5', new Decimal('1e16000'))" > Start< / button >
2017-10-04 03:55:27 +00:00
< br >
2017-10-05 16:11:35 +00:00
< span > Goal: (temp) 1e16000< / 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-10-05 22:37:31 +00:00
< button id = "postc6" class = "challengesbtn" onclick = "startChallenge('postc6', new Decimal('1e20500'))" > Start< / button >
2017-10-04 03:55:27 +00:00
< br >
2017-10-05 22:37:31 +00:00
< span > Goal: 1e20500< / span > < br >
2017-10-04 03:55:27 +00:00
< span > Reward: All normal dimension multipliers become multiplier^1.2< / span >
< / 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-10-06 00:31:29 +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-10-06 00:31:29 +00:00
< span > Goal: (temp) 1e10000< / span > < br >
2017-10-05 22:37:31 +00:00
< span > Reward: Dimensional boost multiplier 2.5x -> 10x< / span >
< / 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-10-06 00:31:29 +00:00
< button id = "postc8" class = "challengesbtn" onclick = "startChallenge('postc8', new Decimal('1e30000'))" > Start< / button >
2017-10-05 22:37:31 +00:00
< br >
2017-10-06 00:31:29 +00:00
< span > Goal: 1e30000< / span > < br >
2017-10-05 22:37:31 +00:00
< span > Reward: All normal dimension multipliers become multiplier^1.2< / span >
< / 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-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-09-12 16:28:48 +00:00
< div id = "infinity" class = "tab" align = "center" >
2017-09-14 02:19:29 +00:00
< br >
2017-09-23 19:36:47 +00:00
< div id = "infinityPoints1" style = "color: black; font-size: 140%; width: 25%; 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-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-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-10-05 16:11:35 +00:00
< button class = "storebtn" id = "toggleautobuyers" style = "font-size: 100%; width: 150px; height: 50px; margin: 3px" onclick = "toggleAutoBuyers()" > Enable/disable autobuyers< / button >
< button class = "storebtn" id = "togglebulk" style = "font-size: 100%; width: 150px; height: 50px;margin: 3px" onclick = "toggleBulk()" > Disable bulk buy < / button >
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 >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer4" >
< div > 4th Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn4" > 46% smaller interval< br > Cost: 2 points< / button >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn4" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< 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 >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "4ison" > < / input >
2017-09-04 14:04:00 +00:00
< / 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 >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn5" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< 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 >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "5ison" > < / input >
2017-09-04 14:04:00 +00:00
< / 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 >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn6" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< 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 >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "6ison" > < / input >
2017-09-04 14:04:00 +00:00
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "autoBuyerDiv" id = "autoBuyer7" >
< div > 7th Dimension Autobuyer< / div >
< button class = "autobuyerbtn" id = "buyerBtn7" > 46% smaller interval< br > Cost: 2 points< / button >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn7" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< 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 >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "7ison" > < / input >
2017-09-04 14:04:00 +00:00
< / 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 >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtn8" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< 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 >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "8ison" > < / input >
2017-09-04 14:04:00 +00:00
< / 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 >
2017-09-09 00:13:44 +00:00
< button class = "autobuyerbtn" id = "toggleBtnTickSpeed" > Buys singles< / button >
2017-09-04 14:04:00 +00:00
< 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 >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "9ison" > < / input >
2017-09-04 14:04:00 +00:00
< / div >
< / td >
< / tr >
< tr >
< td >
2017-09-23 22:21:58 +00:00
< div class = "autoBuyerDiv" id = "autoBuyerDimBoost" style = "font-size: 11px;" >
2017-09-04 14:04:00 +00:00
< 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 >
2017-09-06 22:48:45 +00:00
< span style = "font-size: 80%" > Max 8ths used on reset:< / span >
2017-09-12 17:29:18 +00:00
< input type = "text" onchange = "updatePriorities()" id = "priority10" > < / input >
2017-09-04 14:04:00 +00:00
< br >
2017-09-20 04:26:35 +00:00
< span style = "font-size: 80%" > Galaxies required to always Dimboost:< / span >
2017-09-19 21:09:33 +00:00
< input type = "text" onchange = "updatePriorities()" id = "overGalaxies" > < / input >
2017-09-23 21:02:31 +00:00
< br > < div id = "bulkdimboost" >
< span style = "font-size: 80%" > Bulk DimBoost amount:< / span >
< input type = "text" onchange = "updatePriorities()" id = "bulkDimboost" > < / input > < / div >
2017-09-19 21:09:33 +00:00
< br >
2017-09-04 14:04:00 +00:00
< span style = "font-size: 80%" > Is active< / span >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "10ison" > < / input >
2017-09-04 14:04:00 +00:00
< / 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 >
2017-09-12 17:29:18 +00:00
< input type = "text" onchange = "updatePriorities()" id = "priority11" > < / input >
2017-09-04 14:04:00 +00:00
< br >
< span style = "font-size: 80%" > Is active< / span >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "11ison" > < / input >
2017-09-04 14:04:00 +00:00
< / 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 >
2017-09-14 00:10:48 +00:00
< div id = "iplimit" > < span > Amount of IP to wait until reset:< / span >
< input type = "text" onchange = "updatePriorities()" id = "priority12" > < / input > < / div >
2017-09-04 14:04:00 +00:00
< br >
< span style = "font-size: 80%" > Is active< / span >
2017-09-06 15:16:26 +00:00
< input type = "checkbox" onchange = "updateAutobuyers()" id = "12ison" > < / input >
2017-09-04 14:04:00 +00:00
< / div >
< / td >
2017-10-03 11:34:16 +00:00
< / tr >
< tr >
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-16 01:10:43 +00:00
< 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 >
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" >
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 >
< 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 >
2017-09-16 01:10:43 +00:00
< button id = "postinfi22" class = "infinistorebtn1" > achievemult< / button >
2017-09-14 02:19:29 +00:00
< / 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-19 13:14:58 +00:00
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-14 02:19:29 +00:00
< / table >
2017-09-19 13:14:58 +00:00
< br >
2017-09-19 15:28:44 +00:00
< table id = "postinftable2" >
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-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 >
2017-08-26 01:54:58 +00:00
< / body >
2017-09-29 00:02:42 +00:00
2017-10-06 00:31:29 +00:00
< script src = 'https://cdn1.kongregate.com/javascripts/kongregate_api.js' > < / script >
2017-09-22 22:21:29 +00:00
< script src = "PlayFab/PlayFabClientApi.js" > < / script >
2017-09-04 16:20:47 +00:00
< script src = "javascripts/autobuyer.js" > < / script >
2017-09-09 00:58:38 +00:00
< script src = "javascripts/decimal.js" > < / script >
2017-10-06 00:32:58 +00:00
< script src = "javascripts/game.js?45" > < / script >
2017-08-30 01:21:01 +00:00
2017-08-26 01:54:58 +00:00
< / html >