2017-08-30 01:21:01 +00:00
<!doctype html>
2017-08-26 01:54:58 +00:00
< html >
< 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" >
2018-01-04 19:55:26 +00:00
< meta name = "Antimatter Dimensions" content = "A game about huge numbers and watching them go up." charset = "utf-8" / >
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 >
2018-07-11 20:05:11 +00:00
< link href = "https://fonts.googleapis.com/css?family=PT+Mono" rel = "stylesheet" >
2018-04-01 15:41:56 +00:00
< link rel = "stylesheet" type = "text/css" href = "stylesheets/styles.css?3" >
2018-10-19 19:42:42 +00:00
< link rel = "stylesheet" type = "text/css" href = "stylesheets/tooltips.css" >
2018-09-08 03:38:19 +00:00
< link rel = "stylesheet" type = "text/css" href = "stylesheets/vis.css" >
2018-10-07 13:14:00 +00:00
< link rel = "stylesheet" type = "text/css" href = "stylesheets/tln.css" >
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 >
2018-11-03 00:44:04 +00:00
< body >
2018-11-02 18:06:24 +00:00
< div id = "ui" style = "height: 100%; width: 100%" >
2018-11-03 00:44:04 +00:00
< div id = "container" class = "container" style = "display:none; flex-direction: column; min-height: 100%; padding: 9px 15px; box-sizing: border-box;" >
2018-09-21 13:20:10 +00:00
< div id = 'game' style = "flex: 0 0 auto" >
2017-09-26 20:35:38 +00:00
< 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 >
2018-05-04 06:58:21 +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 >
2018-05-04 06:58:21 +00:00
2018-09-21 13:20:10 +00:00
< div id = "tickSpeedRow" style = "visibility: hidden" >
2017-08-30 01:50:21 +00:00
< 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 >
2018-10-12 19:09:22 +00:00
< div id = "tickSpeedAmount" style = "display: table; margin: 0 auto; visibility: hidden" > Tickspeed: 1000< / div >
2018-09-21 13:20:10 +00:00
< / div >
2017-08-30 01:21:01 +00:00
< p > < / p >
2018-06-15 18:10:20 +00:00
< div style = "position:absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 360px; top: 19px" >
2017-09-19 14:47:22 +00:00
< 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 >
2018-06-25 07:51:02 +00:00
< button id = "dimensionsbtn" class = "tabbtn" > Dimensions< / button >
< button id = "optionsbtn" class = "tabbtn" > Options< / button >
< button id = "statisticsbtn" class = "tabbtn" > Statistics< / button >
< button id = "achievementsbtn" class = "tabbtn" > Achievements< / button >
< button id = "challengesbtn" class = "tabbtn" > Challenges< / button >
< button id = "infinitybtn" class = "tabbtn infinitytabbtn" > Infinity< / button >
< button id = "eternitystorebtn" class = "tabbtn eternitytabbtn" > Eternity< / button >
< button id = "realitybtn" class = "tabbtn realitytabbtn" > Reality< / button >
< button id = "shopbtn" 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 >
2018-09-15 00:32:02 +00:00
< button class = "greedbtn" onclick = "kong.purchaseIP()" > 40 Kreds< / button >
2018-04-01 15:02:18 +00:00
< br > < br > < br >
< span id = "kongep" > Double your EP gain from all sources. Forever. < / span > < br >
2018-09-15 00:32:02 +00:00
< button class = "greedbtn" onclick = "kong.purchaseEP()" > 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 >
2018-09-15 00:32:02 +00:00
< button class = "greedbtn" onclick = "kong.purchaseDimMult()" > 30 Kreds< / button >
2017-10-04 03:55:27 +00:00
< br > < br > < br >
2018-04-01 15:02:18 +00:00
< span id = "kongalldim" > Double ALL the dimension multipliers (Normal, Infinity and Time). Forever. < / span > < br >
2018-09-15 00:32:02 +00:00
< button class = "greedbtn" onclick = "kong.purchaseAllDimMult()" > 60 Kreds< / button >
2018-04-01 15:02:18 +00:00
< br > < br > < br >
2017-10-04 03:55:27 +00:00
< span > Get 6 hours worth of offline production. (Doesn't work for autobuyers)< / span > < br >
2018-09-15 00:32:02 +00:00
< button class = "greedbtn" onclick = "kong.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 >
2018-04-03 01:04:47 +00:00
< div id = "eternitystore" class = "tab" style = "font-size: 15px; margin: 0 auto; display: none" align = "center" >
2017-12-01 00:38:21 +00:00
< table class = "table" align = "center" style = "margin: auto" >
< tr >
2018-04-03 16:08:49 +00:00
< td > < button class = "secondarytabbtn" onclick = "showEternityTab('timestudies')" > Time studies< / button > < / td >
< td > < button class = "secondarytabbtn" onclick = "showEternityTab('eternityupgrades')" > Eternity upgrades< / button > < / td >
< td > < button class = "secondarytabbtn" onclick = "showEternityTab('milestones')" > Eternity milestones< / button > < / td >
2018-04-05 06:40:10 +00:00
< td > < button class = "secondarytabbtn" onclick = "showEternityTab('dilation')" id = "dilationTabbtn" > Time dilation< / 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" >
2018-04-12 05:45:46 +00:00
< canvas id = "studyTreeCanvas" > < / canvas >
2018-04-01 15:02:18 +00:00
< tr >
< td > < button class = "storebtn" onclick = "exportStudyTree()" style = "width:150px; height: 40px; font-size: 10px; margin: auto" > Export tree< / button > < td >
< td > < button class = "storebtn" onclick = "respecToggle()" id = "respec" style = "width:150px; height: 40px; font-size: 10px; margin: auto" > Respec time studies on next Eternity< / button > < td >
< td > < button class = "storebtn" onclick = "importStudyTree()" style = "width:150px; height: 40px; font-size: 10px; margin: auto" > Import tree< / button > < td >
< / tr >
2017-12-01 00:38:21 +00:00
< table class = "table" id = "studytable" >
2018-01-04 19:43:20 +00:00
< tr >
2018-04-25 17:46:20 +00:00
< td style = "opacity: 0;" > < button class = "timestudylocked" > < / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudylocked" id = "11" onclick = "buyTimeStudy(11, 1)" > Tickspeed affects 1st Time Dimension with reduced effect< span id = "11desc" > Currently: 1x< / span > Cost: 1 Time Theorem< / button > < / td >
2018-04-25 17:46:20 +00:00
< td > < button class = "timestudybought" id = "secretstudy" style = "opacity: 0; cursor: pointer; transition-duration: 2s;" > Unlock a secret achievement< span > Cost: 0 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-01-04 19:43:20 +00:00
< td > < 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 > < button class = "timestudy" id = "22" onclick = "buyTimeStudy(22, 2)" > Replicanti interval limit 50ms -> 1ms< span > Cost: 2 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
2018-01-16 22:32:43 +00:00
< / table >
< table class = "table" id = "studytable" >
2017-12-01 00:38:21 +00:00
< tr >
2018-01-16 22:32:43 +00:00
< td > < button class = "timestudy" id = "33" onclick = "buyTimeStudy(33, 2)" > You keep half of your replicanti galaxies on infinity< span > Cost: 2 Time Theorems< / button > < / td >
2018-01-18 19:30:22 +00:00
< td > < button class = "timestudy" id = "31" onclick = "buyTimeStudy(31, 3)" > Powers up bonuses that are based on your infinitied stat (to the power of 4)< span > Cost: 3 Time Theorems< / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy" id = "32" onclick = "buyTimeStudy(32, 2)" > < span id = "32desc" > You gain x1 more infinitied stat (based on dimension boosts)< / span > Cost: 2 Time Theorems< / button > < / td >
2018-01-16 22:32:43 +00:00
< td style = "opacity: 0;" > < button class = "timestudylocked" > < / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
2018-01-16 22:32:43 +00:00
< / table >
< table class = "table" id = "studytable" >
2017-12-01 00:38:21 +00:00
< tr >
2018-10-06 23:47:15 +00:00
< td > < button class = "timestudy" id = "41" onclick = "buyTimeStudy(41, 4)" > Each galaxy gives a 1.2x multiplier on IP gained.< span id = "41desc" > Currently: < / span > < span > Cost: 4 Time Theorems< / button > < / td >
2018-01-04 19:43:20 +00:00
< td > < 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 >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-01-04 19:43:20 +00:00
< td style = "opacity: 0;" > < button class = "timestudylocked" > < / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy" id = "51" onclick = "buyTimeStudy(51, 3)" > < span id = 51desc > You gain 1e15 times more IP< / span > Cost: 3 Time Theorems< / button > < / td >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec5unl" > Eternity Challenge 5< span id = "ec5desc" > Requirement: 200 antimatter galaxies< / span > Cost: 130 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
2018-01-04 16:54:13 +00:00
< / table >
< table class = "table" id = "studytable" >
2017-12-01 00:38:21 +00:00
< tr >
2018-01-16 22:32:43 +00:00
< td style = "opacity: 0;" > < button class = "timestudylocked" > < / button > < / td >
2018-01-04 19:43:20 +00:00
< td > < button class = "timestudy" id = "61" onclick = "buyTimeStudy(61, 3)" > You gain 10x more EP< span > Cost: 3 Time Theorems< / button > < / td >
2018-01-16 22:32:43 +00:00
< td > < button class = "timestudy" id = "62" onclick = "buyTimeStudy(62, 3)" > You gain replicanti 3 times faster< span > Cost: 3 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy normaldimstudy" id = "71" onclick = "buyTimeStudy(71, 4)" > Sacrifice affects all other normal dimensions with reduced effect< span id = "71desc" > Currently: 1x< / span > Cost: 4 Time Theorems< / button > < / td >
< td > < button class = "timestudy infdimstudy" id = "72" onclick = "buyTimeStudy(72, 6)" > Sacrifice affects 4th Infinity Dimension with greatly reduced effect< span id = "72desc" > Currently: 1x< / span > Cost: 6 Time Theorems< / button > < / td >
< td > < button class = "timestudy timedimstudy" id = "73" onclick = "buyTimeStudy(73, 5)" > Sacrifice affects 3rd Time Dimension with greatly reduced effect< span id = "73desc" > Currently: 1x< / span > Cost: 5 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy normaldimstudy" id = "81" onclick = "buyTimeStudy(81, 4)" > Dimensional boost power becomes 10x< span > Cost: 4 Time Theorems< / button > < / td >
< td > < button class = "timestudy infdimstudy" id = "82" onclick = "buyTimeStudy(82, 6)" > Dimensional boosts affect Infinity Dimensions< span id = "82desc" > Currently: 1x< / span > Cost: 6 Time Theorems< / button > < / td >
2018-08-21 22:21:42 +00:00
< td > < button class = "timestudy timedimstudy" id = "83" onclick = "buyTimeStudy(83, 5)" > Dimensional boosts gain a multiplier based on tick upgrades gained from TDs< span id = "83desc" > Currently: 1x< / span > Cost: 5 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy normaldimstudy" id = "91" onclick = "buyTimeStudy(91, 4)" > Normal dimensions gain a multiplier based on time spent this eternity< span id = "91desc" > Currently: 1x< / span > Cost: 4 Time Theorems< / button > < / td >
< td > < button class = "timestudy infdimstudy" id = "92" onclick = "buyTimeStudy(92, 5)" > Infinity dimensions gain a multiplier based on fastest eternity time< span id = "92desc" > Currently: 1x< / span > Cost: 5 Time Theorems< / button > < / td >
< td > < button class = "timestudy timedimstudy" id = "93" onclick = "buyTimeStudy(93, 7)" > Time dimensions gain a multiplier based on tick upgrades gained< span id = "93desc" > Currently: 1x< / span > Cost: 7 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2018-10-06 23:47:15 +00:00
< td > < button class = "timestudy normaldimstudy" id = "101" onclick = "buyTimeStudy(101, 4)" > Replicantis give multiplier to normal dims equal to their amount.< span id = "101desc" > Currently: 1x< / span > < span > Cost: 4 Time Theorems< / button > < / td >
< td > < button class = "timestudy infdimstudy" id = "102" onclick = "buyTimeStudy(102, 6)" > Replicanti galaxies boost replicanti multiplier< span id = "102desc" > Currently: 1x< / span > < span > Cost: 6 Time Theorems< / button > < / td >
< td > < button class = "timestudy timedimstudy" id = "103" onclick = "buyTimeStudy(103, 6)" > Time dimensions gain a multiplier equal to replicanti galaxy amount< span id = "103desc" > Currently: 1x< / span > < span > Cost: 6 Time Theorems< / p > < / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-09-15 03:19:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec7unl" > Eternity Challenge 7< span id = "ec7desc" > Requirement: 1e550,000 antimatter< / span > Cost: 115 Time Theorems< / button > < / td >
2018-01-04 19:43:20 +00:00
< td > < button class = "timestudy" id = "111" onclick = "buyTimeStudy(111, 12)" > Make the IP formula better< span > Cost: 12 Time Theorems< / button > < / td >
2018-01-10 22:12:41 +00:00
< td style = "opacity: 0;" > < button class = "timestudylocked" > < / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy activestudy" id = "121" onclick = "buyTimeStudy(121, 9)" > The worse your average EP/min is, the more EP you get< span id = "121desc" > Currently: 1x< / span > Cost: 9 Time Theorems< / button > < / td >
2018-04-01 15:02:18 +00:00
< td > < button class = "timestudy passivestudy" id = "122" onclick = "buyTimeStudy(122, 9)" > You gain 35x more EP< span > Cost: 9 Time Theorems< / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy idlestudy" id = "123" onclick = "buyTimeStudy(123, 9)" > You gain more EP based on time spent this eternity< span id = "123desc" > Currently: 1x< / span > Cost: 9 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
2018-01-04 17:47:19 +00:00
< / table >
< table class = "table" id = "studytable" >
2017-12-01 00:38:21 +00:00
< tr >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec6unl" > Eternity Challenge 6< span id = "ec6desc" > Requirement: 40 replicanti galaxies< / span > Cost: 85 Time Theorems< / button > < / td >
2018-01-04 19:43:20 +00:00
< td > < 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 >
2018-09-15 02:04:29 +00:00
< td > < button class = "timestudy passivestudy" id = "132" onclick = "buyTimeStudy(132, 5)" > Replicanti galaxies are 40% more effective< span > Cost: 5 Time Theorems< / button > < / td >
2018-06-19 04:11:09 +00:00
< td > < button class = "timestudy idlestudy" id = "133" onclick = "buyTimeStudy(133, 5)" > Replicanti are 10x slower until infinity, but their galaxies are 50% stronger< span > Cost: 5 Time Theorems< / button > < / td >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec8unl" > Eternity Challenge 8< span id = "ec8desc" > Requirement: 1e4500 IP< / span > Cost: 115 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
2018-01-04 17:47:19 +00:00
< / table >
< table class = "table" id = "studytable" >
2017-12-01 00:38:21 +00:00
< tr >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy activestudy" id = "141" onclick = "buyTimeStudy(141, 4)" > Multiplier to IP, decaying over this infinity< span id = "141desc" > Currently 1x< / span > Cost: 4 Time Theorems< / button > < / td >
< td > < button class = "timestudy passivestudy" id = "142" onclick = "buyTimeStudy(142, 4)" > < span id = "142desc" > You gain 1e25x more IP< / span > Cost: 4 Time Theorems< / button > < / td >
< td > < button class = "timestudy idlestudy" id = "143" onclick = "buyTimeStudy(143, 4)" > Multiplier to IP, increasing over this infinity< span id = "143desc" > Currently 1x< / span > Cost: 4 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-01-16 22:32:43 +00:00
< td style = "opacity: 0;" > < button class = "timestudylocked" > < / button > < / td >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec9unl" > Eternity Challenge 9< span id = "ec9desc" > Requirement: 1e6000 infinity power< / span > Cost: 415 Time Theorems< / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy" id = "151" onclick = "buyTimeStudy(151, 8)" > < span id = "151desc" > 1e4x multiplier on all Time Dimensions< / span > Cost: 8 Time Theorems< / button > < / td >
2018-01-16 22:32:43 +00:00
< td style = "opacity: 0;" > < button class = "timestudylocked" > < / button > < / td >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec4unl" > Eternity Challenge 4< span id = "ec4desc" > Requirement: 100,000,000 infinities< / span > Cost: 70 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy" id = "161" onclick = "buyTimeStudy(161, 7)" > < span id = "161desc" > 1e616x multiplier on all normal dimensions< / span > Cost: 7 Time Theorems< / button > < / td >
< td > < button class = "timestudy" id = "162" onclick = "buyTimeStudy(162, 7)" > < span id = "162desc" > 1e11x multiplier on all Infinity Dimensions< / span > Cost: 7 Time Theorems< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-01-04 19:43:20 +00:00
< td > < 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 >
2017-12-01 00:38:21 +00:00
< / tr >
< / table >
2017-12-11 22:26:01 +00:00
< table class = "table" id = "studytable" >
< tr >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec1unl" > Eternity Challenge 1< span id = "ec1desc" > Requirement: 25,000 Eternities< / span > Cost: 30 Time Theorems< / button > < / td >
2018-09-15 03:19:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec2unl" style = "font-size: 10px;" > Eternity Challenge 2< span id = "ec2desc" > Requirement: 1,300 Time upgrades gained from time dimensions< / span > Cost: 35 Time Theorems< / button > < / td >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec3unl" > Eternity Challenge 3< span id = "ec3desc" > Requirement: 30 dicks in your ass< / span > Cost: 40 Time Theorems< / button > < / td >
2017-12-11 22:26:01 +00:00
< / tr >
< / table >
2018-01-18 18:52:27 +00:00
< table class = "table" id = "studytable" >
2018-01-18 21:50:52 +00:00
< tr >
2018-01-18 22:01:42 +00:00
< td > < button class = "timestudy" id = "181" onclick = "buyTimeStudy(181, 200)" > You gain 1% of your IP gained on crunch each second.< span > Cost: 200 Time Theorems< / button > < / td >
2018-01-18 21:50:52 +00:00
< / tr >
2018-01-25 16:01:35 +00:00
< tr >
2018-09-13 20:00:22 +00:00
< td > < button class = "eternitychallengestudy" id = "ec10unl" > Eternity Challenge 10< span id = "ec10desc" > Requirement: 1e100 EP< / span > Cost: 550 Time Theorems< / button > < / td >
2018-01-25 16:01:35 +00:00
< / tr >
2018-01-18 21:50:52 +00:00
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-02-06 15:34:18 +00:00
< td > < button class = "timestudy" id = "191" onclick = "buyTimeStudy(191, 400)" > After eternity you permanently keep 5% of your infinities< span > Cost: 400 Time Theorems< / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy" id = "192" onclick = "buyTimeStudy(192, 730)" style = "font-size: 10px;" > < span id = "192desc" > You can get beyond 1.8e308 replicantis, but the interval is increased the more you have< / span > Cost: 730 Time Theorems< / button > < / td >
< td > < button class = "timestudy" id = "193" onclick = "buyTimeStudy(193, 300)" > Normal dimension boost based on eternities< span id = "193desc" > Currently: 1x< / span > Cost: 300 Time Theorems< / button > < / td >
2018-01-18 21:50:52 +00:00
< / tr >
< / table >
2018-01-26 01:54:51 +00:00
< table class = "table" id = "studytable" >
< tr >
2018-01-27 02:39:47 +00:00
< td > < button class = "timestudy" id = "201" onclick = "buyTimeStudy(201, 900)" > Pick another path from the first split< span > Cost: 900 Time Theorems< / button > < / td >
2018-01-26 01:54:51 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-01-26 03:59:09 +00:00
< td > < button class = "timestudy" id = "211" onclick = "buyTimeStudy(211, 120)" > Dimensional boost requirement scaling is reduced by 5< span > Cost: 120 Time Theorems< / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy" id = "212" onclick = "buyTimeStudy(212, 150)" > Galaxies are more effective based on your timeshards< span id = "212desc" > Currently: 1x< / span > Cost: 150 Time Theorems< / button > < / td >
2018-01-26 13:21:52 +00:00
< td > < button class = "timestudy" id = "213" onclick = "buyTimeStudy(213, 200)" > You gain replicanti 20 times faster< span > Cost: 200 Time Theorems< / button > < / td >
2018-05-09 20:54:53 +00:00
< td > < button class = "timestudy" id = "214" onclick = "buyTimeStudy(214, 120)" > Sacrifice boosts the 8th dimension even more< span id = "214desc" > Currently: 1x< / span > Cost: 120 Time Theorems< / button > < / td >
2018-01-26 01:54:51 +00:00
< / tr >
< / table >
2018-04-01 15:02:18 +00:00
< table class = "table" id = "studytable" >
< tr class = "wideRow" >
2018-09-08 04:07:38 +00:00
< td > < button class = "timestudy darkstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "221" onclick = "buyTimeStudy(221, 900)" > Time Dimensions gain a multiplier based on dimensional boosts.< span > Cost: 900 Time Theorems< / button > < / td >
2018-04-01 15:02:18 +00:00
< td > < button class = "timestudy lightstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "222" onclick = "buyTimeStudy(222, 900)" > Dimensional boost costs scale by another 2 less.< span > Cost: 900 Time Theorems< / button > < / td >
< td > < button class = "timestudy darkstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "223" onclick = "buyTimeStudy(223, 900)" > Galaxy cost scaling starts 7 galaxies later.< span > Cost: 900 Time Theorems< / button > < / td >
< td > < button class = "timestudy lightstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "224" onclick = "buyTimeStudy(224, 900)" > Galaxy cost scaling starts 1 galaxy later for every 2000 dimensional boosts.< span > Cost: 900 Time Theorems< / button > < / td >
2018-10-06 20:06:23 +00:00
< td > < button class = "timestudy darkstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "225" onclick = "buyTimeStudy(225, 900)" > You gain extra RGs based on how high your replicanti are.< span id = "225desc" > Currently: < / span > < span > Cost: 900 Time Theorems< / button > < / td >
< td > < button class = "timestudy lightstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "226" onclick = "buyTimeStudy(226, 900)" > You gain extra RGs based on your max RGs.< span id = "226desc" > Currently: < / span > < span > Cost: 900 Time Theorems< / button > < / td >
2018-04-01 15:02:18 +00:00
< td > < button class = "timestudy darkstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "227" onclick = "buyTimeStudy(227, 900)" > Sacrifice affects the 4th Time Dimension with reduced effect.< span > Cost: 900 Time Theorems< / button > < / td >
< td > < button class = "timestudy lightstudy" style = "margin: 1px; width: 120px; font-size: 0.55rem; padding: 3px;" id = "228" onclick = "buyTimeStudy(228, 900)" > Sacrifice scales better.< span > Cost: 900 Time Theorems< / button > < / td >
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
< td > < button class = "timestudy darkstudy" id = "231" onclick = "buyTimeStudy(231, 500)" > Dimensional boosts are more effective based on their amount.< span > Cost: 500 Time Theorems< / button > < / td >
2018-07-15 18:54:41 +00:00
< td > < button class = "timestudy lightstudy" id = "232" onclick = "buyTimeStudy(232, 500)" > Galaxies are more effective based on Antimatter Galaxies.< span > Cost: 500 Time Theorems< / button > < / td >
2018-04-01 15:02:18 +00:00
< td > < button class = "timestudy darkstudy" id = "233" onclick = "buyTimeStudy(233, 500)" > Max replicanti galaxy upgrade cost is reduced based on replicanti amount.< span > Cost: 500 Time Theorems< / button > < / td >
< td > < button class = "timestudy lightstudy" id = "234" onclick = "buyTimeStudy(234, 500)" > Sacrifice boosts First Dimension.< span > Cost: 500 Time Theorems< / button > < / td >
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-09-15 07:13:45 +00:00
< td > < button class = "eternitychallengestudy" id = "ec11unl" > Eternity Challenge 11< span id = "ec11desc" > Requirement: Use only the Normal Dimension path< / span > Cost: 1 Time Theorem< / button > < / td >
< td > < button class = "eternitychallengestudy" id = "ec12unl" > Eternity Challenge 12< span id = "ec12desc" > Requirement: Use only the Time Dimension path< / span > Cost: 1 Time Theorem< / button > < / td >
2018-04-01 15:02:18 +00:00
< / tr >
< / table >
2018-04-03 01:04:47 +00:00
< table class = "table" id = "studytable" >
< tr >
2018-06-22 03:38:06 +00:00
< td > < button class = "timestudylocked" id = "dilstudy1" onclick = "buyDilationStudy(1, 5000)" > Unlock time dilation< span > Requirement: 5 EC 11 and 12 completions and 13000 total theorems< span > Cost: 5000 Time Theorems< / button > < / td >
2018-05-01 22:28:53 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-05-01 23:57:18 +00:00
< td > < button class = "timestudylocked" id = "dilstudy2" onclick = "buyDilationStudy(2, 1000000)" > Unlock the 5th Time Dimension< span > Cost: 1,000,000 Time Theorems< / button > < / td >
2018-05-30 17:39:37 +00:00
< td > < button class = "timestudylocked" id = "dilstudy3" onclick = "buyDilationStudy(3, 1e7)" > Unlock the 6th Time Dimension< span > Cost: 10,000,000 Time Theorems< / button > < / td >
2018-05-01 22:28:53 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-05-30 17:39:37 +00:00
< td > < button class = "timestudylocked" id = "dilstudy4" onclick = "buyDilationStudy(4, 1e8)" > Unlock the 7th Time Dimension< span > Cost: 100,000,000 Time Theorems< / button > < / td >
< td > < button class = "timestudylocked" id = "dilstudy5" onclick = "buyDilationStudy(5, 1e9)" > Unlock the 8th Time Dimension< span > Cost: 1,000,000,000 Time Theorems< / button > < / td >
2018-05-01 22:28:53 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-06-26 02:24:43 +00:00
< td > < button class = "timestudylocked" id = "dilstudy6" onclick = "buyDilationStudy(6, 5e9)" > Unlock reality< span > Requirement: 1e4000 EP< span > Cost: 5,000,000,000 Time Theorems< / button > < / td >
2018-04-03 01:04:47 +00:00
< / tr >
< / table >
2018-09-22 12:11:12 +00:00
< div style = "height: 75px;" > < / div >
2018-09-17 13:19:26 +00:00
< footer-links > < / footer-links >
2017-12-01 00:38:21 +00:00
< / 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 >
2018-01-20 07:06:12 +00:00
< button id = "eter2" class = "eternityupbtn" onclick = "buyEternityUpgrade(2, 10)" > You gain Infinity Dimension multiplier based on eternities (x^log4(2x))< br > Currently: x< br > Cost: 10 EP< / button >
2017-12-01 00:38:21 +00:00
< / td >
< td >
2018-01-20 07:06:12 +00:00
< button id = "eter3" class = "eternityupbtn" 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 >
< tr >
< td >
2018-02-15 02:31:43 +00:00
< button id = "eter4" class = "eternityupbtn" onclick = "buyEternityUpgrade(4, 1e16)" > Your achievement bonus affects Time Dimensions< br > Cost: 1e16 EP< / button >
2018-01-20 07:06:12 +00:00
< / td >
< td >
< button id = "eter5" class = "eternityupbtn" onclick = "buyEternityUpgrade(5, 1e40)" > Time Dimensions are multiplied by your unspent time theorems< br > Cost: 1e40 EP< / button >
< / td >
< td >
< button id = "eter6" class = "eternityupbtn" onclick = "buyEternityUpgrade(6, 1e50)" > Time Dimensions are multiplied by days played< br > Cost: 1e50 EP< / button >
2017-12-01 00:38:21 +00:00
< / 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 >
2018-04-21 03:44:27 +00:00
< div > < button class = "storebtn" onclick = "buyMaxEPMult()" style = "height: 25px; width: 190px; font-size:10px; margin-top: -3px;" > Max EP mult< / button > < / div >
2018-10-10 21:09:47 +00:00
< div > < button id = "epmultbuyer" class = "storebtn" onclick = "eterMultAutoToggle()" style = "display:none; height: 25px; width: 190px; font-size:10px; margin-top: 3px;" > Autobuy EP mult ON< / button > < / div >
2018-09-17 13:19:26 +00:00
< footer-links sticky = "true" > < / footer-links >
2017-12-01 00:38:21 +00:00
< / 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 >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 3 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-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward2" > Unlock replicanti galaxy autobuyer< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 4 Eternities:< / td >
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 >
2018-09-12 19:30:15 +00:00
< td > < button class = "milestonerewardlocked" id = "reward3" > You keep your infinity upgrades on Eternity< / button > < / td >
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 >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 11 Eternities:< / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2018-07-15 18:54:41 +00:00
< td > < button class = "milestonerewardlocked" id = "reward6" > Unlock autobuy max Antimatter Galaxies< / button > < / td >
2017-12-01 00:38:21 +00:00
< td > < button class = "milestonerewardlocked" id = "reward7" > Unlock autobuy max Dimensional Boosts< / button > < / td >
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
< / tr >
< tr >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 12 Eternities:< / td >
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 >
2018-09-12 19:30:15 +00:00
< td > < button class = "milestonerewardlocked" id = "reward9" > Unlock autobuyer for Second Infinity Dimension< / button > < / td >
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 >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 17 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 >
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
< / tr >
< tr >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 18 Eternities:< / td >
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 >
2018-09-12 19:30:15 +00:00
< td > < button class = "milestonerewardlocked" id = "reward15" > Unlock autobuyer for Eighth Infinity Dimension< / button > < / td >
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 >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 50 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-15 22:31:23 +00:00
< td > < button class = "milestonerewardlocked" id = "reward20" > You start with replicanti unlocked< / button > < / td >
2017-12-01 00:38:21 +00:00
< / tr >
< tr >
2018-09-12 19:30:15 +00:00
< td class = "milestoneText" > 60 Eternities:< / td >
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 >
2018-09-12 19:30:15 +00:00
< td > < button class = "milestonerewardlocked" id = "reward21" > Unlock autobuyer for replicanti interval upgrade< / button > < / td >
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 >
2018-09-17 13:19:26 +00:00
< footer-links > < / footer-links >
2018-04-03 01:04:47 +00:00
< / div >
< div class = "eternitytab" id = "dilation" style = "font-size: 11px" >
2018-04-12 05:45:46 +00:00
< canvas id = "dilationCanvas" > < / canvas >
2018-04-03 01:04:47 +00:00
< div >
< p > You have < span id = "tachyonParticleAmount" style = "font-size:35px; color: black" > 0< / span > tachyon particles.< / p >
< / div >
2018-04-05 06:40:10 +00:00
< button id = "enabledilation" class = "dilationbtn" onclick = "startDilatedEternity()" > Dilate time.< / button >
2018-04-09 21:45:04 +00:00
< p > You have < span id = "dilatedTimeAmount" style = "font-size:35px; color: black" > 0< / span > dilated time < span id = "dilatedTimePerSecond" style = "font-size:25px; color: black" > 0< / span > < / p >
2018-04-05 06:40:10 +00:00
< p > Next free galaxy at < span id = "galaxyThreshold" style = "font-size:25px; color: black" > 1000< / span > dilated time, gained total of < span id = "dilatedGalaxies" style = "font-size:25px; color: black" > 0< / span > < / p >
< table >
2018-04-03 01:04:47 +00:00
< tr >
< td >
2018-10-06 20:06:23 +00:00
< button class = "timestudy" id = "dil1" onclick = "buyDilationUpgrade(1)" > Double time dilation gain.< br > < span id = "dil1mult" > Currently: x< / span > < br > < span id = "dil1cost" > Cost: 1e5 dilated time< / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< td >
2018-10-06 20:06:23 +00:00
< button class = "timestudy" id = "dil2" onclick = "buyDilationUpgrade(2)" > Free galaxy threshold is lowered, but reset them and dilated time.< br > < span id = "dil2mult" > Currently: x< / span > < br > < span id = "dil2cost" > Cost: 1e6 dilated time< / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< td >
2018-10-06 20:06:23 +00:00
< button class = "timestudy" id = "dil3" onclick = "buyDilationUpgrade(3)" > Triple the amount of Tachyon Particles gained.< br > < span id = "dil3mult" > Currently: x< / span > < br > < span id = "dil3cost" > Cost: 1e7 dilated time< / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< / tr >
< tr >
< td >
2018-05-11 20:00:10 +00:00
< button class = "timestudy" id = "dil4" onclick = "buyDilationUpgrade(4)" > Gain twice as many free galaxies.< br > < span id = "dil4cost" > Cost: 5e6 dilated time< / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< td >
2018-05-11 20:00:10 +00:00
< button class = "timestudy" id = "dil5" onclick = "buyDilationUpgrade(5)" > Time Dimensions are affected by replicanti multiplier ^ 0.1.< br > < span id = "dil5cost" > Cost: 1e9 dilated time< / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< td >
2018-06-18 17:32:37 +00:00
< button class = "timestudy" id = "dil6" onclick = "buyDilationUpgrade(6)" > Normal dimensions gain a multiplier based on dilated time, unaffected by time dilation.< br > < span id = "dil6cost" > Cost: 5e7 dilated time< / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< / tr >
< tr >
< td >
2018-05-11 20:00:10 +00:00
< button class = "timestudy" id = "dil7" onclick = "buyDilationUpgrade(7)" > Gain a multiplier to IP based on dilated time.< br > < span id = "dil7desc" > < / span > < br > < span id = "dil7cost" > < / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< td >
2018-05-11 20:00:10 +00:00
< button class = "timestudy" id = "dil8" onclick = "buyDilationUpgrade(8)" > Pick all the study paths from the first split.< br > < span id = "dil8cost" > < / span > < / button >
2018-04-05 06:40:10 +00:00
< / td >
< td >
2018-05-11 20:00:10 +00:00
< button class = "timestudy" id = "dil9" onclick = "buyDilationUpgrade(9)" > Reduce the dilation penalty. (^ 1.05 after reduction)< br > < span id = "dil9cost" > < / span > < / button >
2018-04-03 01:04:47 +00:00
< / td >
< / tr >
2018-05-01 22:28:53 +00:00
< tr >
< td >
2018-06-17 23:53:01 +00:00
< button class = "timestudybought" style = "opacity: 0;" > < / button >
2018-05-01 22:28:53 +00:00
< / td >
< td >
2018-05-11 20:00:10 +00:00
< button class = "timestudy" id = "dil10" onclick = "buyDilationUpgrade(10)" > Generate time theorems based on tachyon particles.< br > < span id = "dil10desc" > < / span > < br > < span id = "dil10cost" > < / span > < / button >
2018-05-01 22:28:53 +00:00
< / td >
< td >
2018-06-17 23:53:01 +00:00
< button class = "timestudybought" style = "opacity: 0;" > < / button >
2018-05-01 22:28:53 +00:00
< / td >
< / tr >
2018-04-03 01:04:47 +00:00
< / table >
2018-09-17 13:19:26 +00:00
< footer-links > < / footer-links >
2017-12-01 00:38:21 +00:00
< / div >
< / div >
2018-11-03 03:03:41 +00:00
< game-tab v-show = "view.tabs.current" style = "flex: 1 0" >
< component
:is="view.tabs.current"
:model="model"
:view="view"
:actions="actions"
>< / component >
< / game-tab >
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 >
2018-01-12 07:46:57 +00:00
< td > < button class = "secondarytabbtn" onclick = "showChallengesTab('challenges')" > Challenges< / button > < / td >
< td > < button class = "secondarytabbtn" onclick = "showChallengesTab('breakchallenges')" > Infinity Challenges< / button > < / td >
< td > < button id = "eterctabbtn" 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< button id = "challenge4" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Automated Dimension Boosts< / span >
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "challengediv" >
2018-07-19 22:25:45 +00:00
< span style = "font-size: 110%" > There's normal matter which rises once you have at least 1 second dimension. If it exceeds your antimatter, it will dimension boost without giving the bonus.< / span >
2017-09-30 02:24:44 +00:00
< br >
< br >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< button id = "challenge12" class = "challengesbtn" > Start< / button >
< br >
2018-07-15 18:54:41 +00:00
< span > Reward: Automated Antimatter Galaxies< / span >
2017-09-30 02:24:44 +00:00
< / 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 >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< div class = "outer" >
2018-05-04 06:58:21 +00:00
2017-09-30 02:24:44 +00:00
< button id = "challenge7" class = "challengesbtn" > Start< / button >
< br >
< span > Reward: Automated Big Crunches< / span >
< / div >
< / div >
2018-05-04 06:58:21 +00:00
< / td >
2017-09-30 02:24:44 +00:00
< / 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 >
2018-05-04 06:58:21 +00:00
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" >
2018-07-15 18:54:41 +00:00
< span > Tickspeed interval decrease is always at 0%, but every tickspeed purchase you get a static multiplier on all dimensions (increases with Antimatter Galaxies).< / span >
2017-10-03 17:22:51 +00:00
< 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 >
2018-07-15 18:54:41 +00:00
< span > Reward: Static multiplier on each tickspeed purchase based on Antimatter Galaxies< / span >
2017-10-03 17:22:51 +00:00
< / 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 >
2018-05-04 06:58:21 +00:00
< / td >
2017-10-03 17:22:51 +00:00
< / 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" >
2018-07-19 22:25:45 +00:00
< span > Once you have at least 1 second dimension, there's an exponentially rising matter that divides the multiplier on all of your dimensions.< / span >
2017-10-04 03:55:27 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
< / td >
2017-10-04 03:55:27 +00:00
< / tr >
2017-10-05 22:37:31 +00:00
< tr >
< td >
< div class = "infchallengediv" id = "postc7div" style = "height: 140px; display: none" >
2018-07-15 18:54:41 +00:00
< span > You can't get Antimatter Galaxies, but dimensional boost multiplier 2.5x -> 10x< / span >
2017-10-05 22:37:31 +00:00
< 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 >
2018-05-04 06:58:21 +00:00
< / td >
2017-10-05 22:37:31 +00:00
< / 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" >
2018-01-05 16:00:24 +00:00
< div > Complete Eternity Challenges again for a bigger reward, maximum of 5 times.< / div >
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-15 18:51:51 +00:00
< button id = "eterc1" class = "challengesbtn" onclick = "startEternityChallenge('eterc1', new Decimal('1e1800'), new Decimal('1e200'))" > 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" >
2018-01-22 20:05:28 +00:00
< button id = "eterc2" class = "challengesbtn" onclick = "startEternityChallenge('eterc2', new Decimal('1e975'), new Decimal('1e175'))" > 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 >
2018-01-05 05:52:30 +00:00
< span id = "eterc2goal" > Goal: 1e1000 IP< / 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-04-16 04:15:53 +00:00
< span > Dimensions 5-8 don't produce anything. Dimensional sacrifice is disabled.< / span >
2017-12-13 08:14:30 +00:00
< br >
< br >
< div class = "outer" >
2018-01-31 11:06:16 +00:00
< button id = "eterc3" class = "challengesbtn" onclick = "startEternityChallenge('eterc3', new Decimal('1e600'), new Decimal('1e75'))" > 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-05 05:52:30 +00:00
< span > All infinitied stat multipliers and generators are disabled.< / span >
2017-12-13 08:14:30 +00:00
< br >
< br >
< div class = "outer" >
2018-01-17 09:55:52 +00:00
< button id = "eterc4" class = "challengesbtn" onclick = "startEternityChallenge('eterc4', new Decimal('1e2750'), new Decimal('1e550'))" > Start< / button >
2017-12-13 08:14:30 +00:00
< br >
< span id = "eterc4completed" > Completed 0 Times.< / span > < br >
2018-01-05 05:52:30 +00:00
< span id = "eterc4goal" > Goal: 1e4250 IP in 20 infinities< / span > < br >
2018-01-03 00:11:35 +00:00
< span id = "ec4reward" > Reward: Infinity Dimension multiplier from unspent IP< / span >
2018-01-04 16:54:13 +00:00
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "eterchallengediv" id = "eterc5div" style = "height: 140px; display: none" >
2018-01-17 04:13:38 +00:00
< span > Galaxy cost increase scaling starts instantly (Normally at 100 galaxies). Dimension boost costs scaling is massively increased.< / span >
2018-01-04 16:54:13 +00:00
< br >
< br >
< div class = "outer" >
2018-01-30 23:36:01 +00:00
< button id = "eterc5" class = "challengesbtn" onclick = "startEternityChallenge('eterc5', new Decimal('1e750'), new Decimal('1e400'))" > Start< / button >
2018-01-04 16:54:13 +00:00
< br >
< span id = "eterc5completed" > Completed 0 Times.< / span > < br >
2018-01-05 05:52:30 +00:00
< span id = "eterc5goal" > Goal: 1e3000 IP< / span > < br >
2018-01-04 16:54:13 +00:00
< span id = "ec5reward" > Reward: Galaxy cost scaling starts 10 galaxies later< / span >
< / div >
< / div >
< / td >
< td >
2018-01-10 22:12:41 +00:00
< div class = "eterchallengediv" id = "eterc6div" style = "height: 140px; display: none" >
2018-07-15 18:54:41 +00:00
< span > You can't gain Antimatter Galaxies normally, but the cost of upgrading your max replicanti galaxies is massively reduced.
2018-01-08 18:54:42 +00:00
< / span >
2018-01-04 16:54:13 +00:00
< br >
< br >
< div class = "outer" >
2018-01-31 21:19:54 +00:00
< button id = "eterc6" class = "challengesbtn" onclick = "startEternityChallenge('eterc6', new Decimal('1e850'), new Decimal('1e250'))" > Start< / button >
2018-01-04 16:54:13 +00:00
< br >
< span id = "eterc6completed" > Completed 0 Times.< / span > < br >
2018-01-05 05:52:30 +00:00
< span id = "eterc6goal" > Goal: 1e1500< / span > < br >
2018-01-10 22:12:41 +00:00
< span id = "ec6reward" > Reward: Further reduction dimension cost multiplier increase, Current: 3x< / span >
< / div >
< / div >
< / td >
< / tr >
< tr >
< td >
< div class = "eterchallengediv" id = "eterc7div" style = "height: 140px; display: none" >
2018-01-17 20:26:46 +00:00
< span > First Time Dimension produces Eighth Infinity Dimension, and First Infinity Dimension produces Seventh Dimensions. Tickspeed affects all dimensions normally.< / span >
2018-01-10 22:12:41 +00:00
< br >
< br >
< div class = "outer" >
2018-01-23 21:10:00 +00:00
< button id = "eterc7" class = "challengesbtn" onclick = "startEternityChallenge('eterc7', new Decimal('1e2000'), new Decimal('1e530'))" > Start< / button >
2018-01-10 22:12:41 +00:00
< br >
< span id = "eterc7completed" > Completed 0 Times.< / span > < br >
2018-01-18 03:36:38 +00:00
< span id = "eterc7goal" > Goal: 1e2700 IP< / span > < br >
< span id = "ec7reward" > Reward: Infinity Dimension multiplier based on time shards, Current: 0x< / span >
2018-01-10 22:12:41 +00:00
< / div >
< / div >
< / td >
< td >
< div class = "eterchallengediv" id = "eterc8div" style = "height: 140px; display: none" >
2018-08-07 20:42:49 +00:00
< span > You can only upgrade Infinity Dimensions 50 times, and Replicanti upgrades 40 times. Infinity Dimension and Replicanti upgrade autobuyers are disabled.
2018-01-10 22:12:41 +00:00
< / span >
< br >
< br >
< div class = "outer" >
2018-01-31 21:19:54 +00:00
< button id = "eterc8" class = "challengesbtn" onclick = "startEternityChallenge('eterc8', new Decimal('1e1300'), new Decimal('1e900'))" > Start< / button >
2018-01-10 22:12:41 +00:00
< br >
< span id = "eterc8completed" > Completed 0 Times.< / span > < br >
2018-01-18 03:36:38 +00:00
< span id = "eterc8goal" > Goal: 1e1150< / span > < br >
2018-01-10 22:12:41 +00:00
< span id = "ec8reward" > Reward: dunno< / span >
2017-12-11 22:26:01 +00:00
< / div >
< / div >
< / td >
< / tr >
2018-01-18 03:36:38 +00:00
< tr >
< td >
< div class = "eterchallengediv" id = "eterc9div" style = "height: 140px; display: none" >
< span > You can't buy tickspeed upgrades. Infinity power instead multiplies time dimensions with greatly reduced effect.< / span >
< br >
< br >
< div class = "outer" >
2018-01-31 21:19:54 +00:00
< button id = "eterc9" class = "challengesbtn" onclick = "startEternityChallenge('eterc9', new Decimal('1e1750'), new Decimal('1e250'))" > Start< / button >
2018-01-18 03:36:38 +00:00
< br >
< span id = "eterc9completed" > Completed 0 Times.< / span > < br >
< span id = "eterc9goal" > Goal: 1e400 IP< / span > < br >
< span id = "ec9reward" > Reward: something good I hope< / span >
< / div >
< / div >
< / td >
< td >
< div class = "eterchallengediv" id = "eterc10div" style = "height: 140px; display: none" >
2018-01-24 02:41:05 +00:00
< span > Time Dimensions and Infinity Dimensions are disabled, You gain an immense boost from infinitied stat to normal dimensions< br >
(infinitied^1000) Currently: < span id = "ec10span" > xX< / span >
2018-01-18 03:36:38 +00:00
< / span >
< br >
< br >
< div class = "outer" >
2018-01-31 22:09:18 +00:00
< button id = "eterc10" class = "challengesbtn" onclick = "startEternityChallenge('eterc10', new Decimal('1e3000'), new Decimal('1e300'))" > Start< / button >
2018-01-18 03:36:38 +00:00
< br >
< span id = "eterc10completed" > Completed 0 Times.< / span > < br >
< span id = "eterc10goal" > Goal: 1e1500< / span > < br >
< span id = "ec10reward" > Reward: dunno< / span >
< / div >
< / div >
< / td >
< / tr >
2018-04-01 15:02:18 +00:00
< tr >
< td >
< div class = "eterchallengediv" id = "eterc11div" style = "height: 140px; display: none" >
< span > All dimension multipliers are disabled except for the multipliers from Infinity power and dimension boosts (to normal dimensions)< / span >
< br >
< br >
< div class = "outer" >
< button id = "eterc11" class = "challengesbtn" onclick = "startEternityChallenge('eterc11', new Decimal('1e500'), new Decimal('1e200'))" > Start< / button >
< br >
< span id = "eterc11completed" > Completed 0 Times.< / span > < br >
< span id = "eterc11goal" > Goal: 1e400 IP< / span > < br >
< span id = "ec11reward" > Reward: something good I hope< / span >
< / div >
< / div >
< / td >
< td >
< div class = "eterchallengediv" id = "eterc12div" style = "height: 140px; display: none" >
< span > The game runs 1000x slower.< / span >
< br >
< br >
< div class = "outer" >
2018-04-04 16:10:19 +00:00
< button id = "eterc12" class = "challengesbtn" onclick = "startEternityChallenge('eterc12', new Decimal('1e110000'), new Decimal('1e12000'))" > Start< / button >
2018-04-01 15:02:18 +00:00
< br >
< span id = "eterc12completed" > Completed 0 Times.< / span > < br >
< span id = "eterc12goal" > Goal: 1e110000 in 0.5 seconds or less.< / span > < br >
< span id = "ec12reward" > Reward: Infinity Dimension cost multipliers are reduced. (x^1)< / span >
< / div >
< / div >
< / td >
< / tr >
2017-12-11 22:26:01 +00:00
< / table >
< / div >
2018-09-17 13:19:26 +00:00
< footer-links > < / footer-links >
2017-09-30 02:24:44 +00:00
< / div >
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 >
2018-06-19 21:38:28 +00:00
< button id = "infi21" class = "infinistorebtn2" > Increase the multiplier for buying 10 Dimensions < br > 2x -> 2.2x< br > Cost: 1 IP< / button >
2017-09-07 01:47:48 +00:00
< / 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 >
2018-06-19 21:38:28 +00:00
< button id = "infi41" class = "infinistorebtn4" > You start with the 5th dimension unlocked< 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 >
2018-06-19 21:38:28 +00:00
< button id = "infi42" class = "infinistorebtn4" > You start with the 6th dimension unlocked< 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 >
2018-06-19 21:38:28 +00:00
< button id = "infi33" class = "infinistorebtn3" > Increase Dimension Boost multiplier < 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 >
2018-06-19 21:38:28 +00:00
< button id = "infi43" class = "infinistorebtn4" > You start with the 7th dimension unlocked< 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 >
2018-07-15 18:54:41 +00:00
< button id = "infi14" class = "infinistorebtn1" > Decrease the number of Dimensions needed for Dimensional Boosts and Antimatter Galaxies by 9< br > Cost: 1 IP< / button >
2017-09-07 01:47:48 +00:00
< / td >
< td >
2018-07-15 18:54:41 +00:00
< button id = "infi24" class = "infinistorebtn2" > 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 >
2018-09-16 11:04:36 +00:00
< button id = "infi44" class = "infinistorebtn4" > You start with the 8th dimension unlocked, and an Antimatter Galaxy< br > Cost: 300 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 >
2018-04-21 03:44:27 +00:00
< div > < button id = "infmultbuyer" class = "storebtn" onclick = "infMultAutoToggle()" style = "display:none; height: 25px; width: 190px; font-size:10px; margin-top: 3px;" > Autobuy IP mult ON< / button > < / div >
2018-09-17 13:19:26 +00:00
< footer-links > < / footer-links >
2017-09-29 00:02:42 +00:00
< / div >
2018-05-04 06:58:21 +00:00
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 >
2018-08-28 12:48:04 +00:00
< button class = "storebtn" id = "toggleeternitymode" style = "font-size: 100%; width: 150px; height: 40px;margin: 3px; display: none" onclick = "toggleEternityMode()" > Auto eternity mode: amount< / button >
2018-10-11 05:57:15 +00:00
< button class = "storebtn" id = "togglerealitymode" style = "font-size: 100%; width: 150px; height: 40px;margin: 3px; display: none" onclick = "toggleRealityMode()" > Auto reality mode: RM< / button >
2017-12-01 00:38:21 +00:00
< br >
2018-09-06 21:12:31 +00:00
< tr >
2018-10-11 05:57:15 +00:00
< td >
< div class = "autoBuyerDiv" id = "autoBuyerReality" >
< div > Automatic Reality< / div > < br >
< div > < span > Target reality machines:< / span >
< input type = "text" onchange = "updatePriorities()" id = "priority14" > < / input > < / div >
< div > < span > Target glyph level:< / span >
< input type = "text" onchange = "updatePriorities()" id = "priority15" > < / input > < / div >
< br >
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "realityison" > < / input >
2018-09-06 21:12:31 +00:00
< / div >
2018-10-11 05:57:15 +00:00
< / td >
< td >
< div class = "autoBuyerDiv" style = "opacity: 0" > < / div >
< / td >
< td >
< div class = "autoBuyerDiv" id = "autoBuyerEter" style = "margin-left: -268px;" >
< div > Automatic Eternity< / div > < br >
< div > < span id = "eternitylimittext" > 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" class = "checkbox" onchange = "updateAutobuyers()" id = "eternityison" > < / input >
< / div >
< / td >
2018-09-06 21:12:31 +00:00
< / tr >
2017-11-02 11:49:49 +00:00
< tr >
2018-10-11 05:57:15 +00:00
< td >
< 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 DimBoosts:< / 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 >
2017-12-01 00:38:21 +00:00
< / div >
2018-10-11 05:57:15 +00:00
< br >
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "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 >
2017-12-01 00:38:21 +00:00
< / div >
2018-10-11 05:57:15 +00:00
< br >
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "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" class = "checkbox" onchange = "updateAutobuyers()" id = "12ison" > < / input >
< / div >
< / td >
< / tr >
< tr >
2018-05-04 06:58:21 +00:00
2018-10-11 05:57:15 +00:00
< / 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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "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 >
2018-04-01 15:02:18 +00:00
< span > Priority:< / span >
2017-09-04 14:04:00 +00:00
< 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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "4ison" > < / input >
2017-12-01 00:38:21 +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 >
< 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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "5ison" > < / input >
2017-12-01 00:38:21 +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 >
< 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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "6ison" > < / input >
2017-12-01 00:38:21 +00:00
< / 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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "7ison" > < / input >
2017-12-01 00:38:21 +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 >
< 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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "8ison" > < / input >
2017-12-01 00:38:21 +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 >
< 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 >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "9ison" > < / input >
2017-12-01 00:38:21 +00:00
< / 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 >
2018-05-18 21:38:23 +00:00
< div id = "intervalSac" style = "font-size: 80%" > Current interval: 0.10 seconds< / div >
2017-10-03 11:34:16 +00:00
< div id = "iplimit" > < span > Sacrifice when the multiplier is over:< / span >
< input type = "text" onchange = "updatePriorities()" id = "prioritySac" > < / input > < / div >
< br >
2018-07-22 04:12:18 +00:00
< span style = "font-size: 80%" > Is active:< / span >
< input type = "checkbox" class = "checkbox" onchange = "updateAutobuyers()" id = "13ison" > < / input >
2017-10-03 11:34:16 +00:00
< / div >
2018-05-04 06:58:21 +00:00
2018-09-17 13:19:26 +00:00
< footer-links > < / footer-links >
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 >
2018-07-15 18:54:41 +00:00
< button id = "postinfi41" class = "infinistorebtn1" > Makes galaxies 50% stronger< br > Currently: < br > Cost: 5e11 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 >
2018-04-01 15:02:18 +00:00
< button id = "postinfi33" class = "infinistorebtn1" onclick = "buyInfinityUpgrade('autoBuyerUpgrade',1e15)" > Autobuyers work twice as fast < br > Cost: 1 Qa IP< / button >
2017-09-22 23:59:55 +00:00
< / td >
2018-05-04 06:58:21 +00:00
2017-09-22 23:59:55 +00:00
< / 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 >
2018-09-17 13:19:26 +00:00
< footer-links > < / footer-links >
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 >
2018-04-21 03:53:14 +00:00
< div id = "replicantidiv" style = "display: none; width: 1000px" >
2018-01-10 22:12:41 +00:00
< div id = "eterc8repl" style = "display: none;" > < / div >
2017-12-01 00:38:21 +00:00
< 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 >
2018-04-21 03:44:27 +00:00
< button class = "storebtn" id = "replicantiresettoggle" onclick = "replicantiGalaxyAutoToggle()" style = "width: 200px; height: 25px; font-size: 12px; display: none" > Auto galaxy OFF< / button >
2017-12-01 00:38:21 +00:00
< / div >
2018-09-17 13:19:26 +00:00
< footer-links sticky = "true" > < / footer-links >
2017-12-01 00:38:21 +00:00
< / div >
2018-05-04 06:58:21 +00:00
2017-08-30 01:21:01 +00:00
< / div >
2018-06-25 18:35:37 +00:00
< div id = "reality" class = "tab" align = "center" style = "margin-top: 10px;" >
2018-07-04 19:57:05 +00:00
< br >
< div id = "realitymachines" style = "color: black; font-size: 15px; width: 40%; margin: 0 auto" > You have x Reality Machines.< / div >
< br >
2018-06-26 02:24:43 +00:00
< table class = "table" align = "center" style = "margin: auto" >
< tr >
< td > < button class = "secondarytabbtn" onclick = "showRealityTab('glyphstab')" > Glyphs< / button > < / td >
2018-07-26 11:37:44 +00:00
< td > < button class = "secondarytabbtn" onclick = "showRealityTab('upgrades')" > Upgrades< / button > < / td >
2018-09-14 04:39:45 +00:00
< td > < button class = "secondarytabbtn" onclick = "showRealityTab('perks')" > Perks< / button > < / td >
2018-06-26 02:24:43 +00:00
< td > < button class = "secondarytabbtn" onclick = "showRealityTab('automation')" > Automation< / button > < / td >
< td > < button class = "secondarytabbtn" onclick = "showRealityTab('wormhole')" > Wormhole< / button > < / td >
< / tr >
< / table >
< div id = "glyphstab" class = "realitytab" >
2018-09-20 20:53:37 +00:00
< div id = "glyphTabUpper" >
< div class = "glyphDescriptions" id = "activeGlyphs" > <!-- left -->
here will be a description of current glyph effects or smthing
2018-06-26 02:24:43 +00:00
< / div >
2018-09-20 20:53:37 +00:00
< div > <!-- middle -->
< button id = "realitymachine" onclick = "reality()" > Make a new reality
< br > Machines gained: 1
< br > Glyph level: 1< / button >
2018-10-08 05:17:33 +00:00
< button onclick = "startRealityOver()" > Start reality over (without gaining anything)< / button >
2018-09-20 20:53:37 +00:00
< br >
< br >
< button class = "realityUpgrade" onclick = "toggleGlyphRespec()" id = "glyphRespec" style = "width:150px; height: 40px; margin: auto" > Clear glyph slots on Reality< / button >
< div id = "glyphslots" >
2018-06-26 02:24:43 +00:00
<!-- These are generated from JS -->
2018-09-20 20:53:37 +00:00
< / div >
2018-06-26 02:24:43 +00:00
< / div >
2018-09-20 20:53:37 +00:00
< div class = "glyphDescriptions" id = "sacrificedGlyphs" > <!-- right -->
< / div >
< / div >
< div class = "glyphcontainer" style = "margin: auto;" >
< div >
< h3 style = "text-align: center" > Inventory< / h3 >
< table >
< tbody id = "glyphs" >
< / tbody >
< / table >
2018-06-26 02:24:43 +00:00
< / div >
2018-09-20 20:53:37 +00:00
< / div >
2018-06-25 11:15:38 +00:00
< / div >
2018-07-26 11:37:44 +00:00
< div id = "upgrades" class = "realitytab" style = "display: none;" >
< table class = "table realityUpgradeTable" align = "center" style = "margin: auto" >
< tr >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(1)" id = "rupg1" > You gain dilated time 3 times faster< br > Cost: 1 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(2)" id = "rupg2" > You gain replicanti 3 times faster< br > Cost: 2 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(3)" id = "rupg3" > You gain 3 times more eternities< br > Cost: 2 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(4)" id = "rupg4" > You gain 3 times more Tachyon Particles< br > Cost: 3 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(5)" id = "rupg5" > You gain 5 times more infinities< br > Cost: 4 RM< / div > < / td >
< / tr >
< tr >
2018-08-14 14:20:17 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(6)" id = "rupg6" style = "font-size: 0.85em;" > < b > Requires: Reach first Eternity without getting any RGs during that eternity< / b > Replicanti gain is boosted from RGs (x RG/50)< br > Cost: 15 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(7)" id = "rupg7" > < b > Requires: Reach first Infinity with just 1 galaxy< / b > Infinitied gain is boosted from Antimatter Galaxies (x Galaxies/30)< br > Cost: 15 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(8)" id = "rupg8" style = "font-size: 0.85em;" > < b > Requires: Have the first 13 rows of achievements when you infinity the first time< / b > Tachyon Particle gain is multiplied based on achievement multiplier (mult^0.5)< br > Cost: 15 RM< / div > < / td >
2018-09-14 04:39:45 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(9)" id = "rupg9" > < b > Requires: Reality with only a single glyph with a level 3 or higher equipped.< / b > < br > Gain another glyph slot< br > Cost: 15 RM< / div > < / td >
2018-08-16 08:15:28 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(10)" id = "rupg10" > < b > Requires: Do your first Eternity with 1e400 IP< / b > < br > Start with 100 eternities< br > Cost: 15 RM< / div > < / td >
2018-07-26 11:37:44 +00:00
< / tr >
2018-08-15 16:14:49 +00:00
< tr >
2018-08-28 12:48:04 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(11)" id = "rupg11" style = "font-size: 0.85em;" > < b > Requires: 1,000,000,000,000 banked infinities< / b > < br > Gain 10% of the infinities you would gain by infinitying each second.< br > Cost: 50 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(12)" id = "rupg12" > < b > Requires: 1e70 EP without EC1< / b > < br > EP mult based on realities and TT, Currently Xx< br > Cost: 50 RM< / div > < / td >
2018-09-18 21:48:02 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(13)" id = "rupg13" style = "font-size: 0.85em;" > < b > Requires: e3500 EP without TD5< / b > < br > More eternity autobuyer options, EP multiplier autobuyer, Time dimension autobuyers< br > Cost: 50 RM< / div > < / td >
2018-09-02 18:02:14 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(14)" id = "rupg14" > < b > Requires: 1,000,000 eternities< / b > < br > Gain eternities per second equal to your realities< br > Cost: 50 RM< / div > < / td >
2018-08-28 12:48:04 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(15)" id = "rupg15" > < b > Requires: Reach 1e10 EP without EP multipliers (test)< / b > < br > Multiply TP gain based on EP mult, Currently Xx< br > Cost: 50 RM< / div > < / td >
2018-08-15 16:14:49 +00:00
< / tr >
2018-09-14 04:39:45 +00:00
< tr >
2018-10-04 16:44:42 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(16)" id = "rupg16" style = "font-size: 0.85em;" > < b > Requires: Reality with 4 glyphs with uncommon or better rarity< / b > < br > Improve the glyph rarity formula< br > Cost: 1500 RM< / div > < / td >
2018-10-13 15:08:07 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(17)" id = "rupg17" > < b > Requires: Reality with 4 glyphs, with each having 2 effects< / b > < br > 50% chance to get +1 effect on glyphs< br > Cost: 1500 RM< / div > < / td >
2018-09-18 21:42:28 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(18)" id = "rupg18" > < b > Requires: Reality with 4 level 10 or higher glyphs equipped.< / b > < br > Eternities affect glyph level< br > Cost: 1500 RM< / div > < / td >
2018-10-04 16:44:42 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(19)" id = "rupg19" > < b > Requires: Have a total of 30 glyphs< / b > < br > You can sacrifice power and time glyphs for permanent bonuses (shift+click)< br > Cost: 1500 RM< / div > < / td >
2018-10-02 06:34:02 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(20)" id = "rupg20" style = "font-size: 0.85em;" > < b > Requires: 2 years total play time< / b > < br > You can have 2 wormholes< br > Cost: 1500 RM< / div > < / td >
< / tr >
< tr >
2018-10-09 17:27:57 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(21)" id = "rupg21" style = "font-size: 0.85em;" > < b > Requires: 1e70,000 replicanti< / b > < br > You can sacrifice dilation, replication and infinity glyphs< br > Cost: 100,000 RM< / div > < / td >
2018-10-03 14:05:34 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(22)" id = "rupg22" > < b > Requires: 1e85 DT< / b > < br > Some time based multiplier to TD, Currently Xx< br > Cost: 100,000 RM< / div > < / td >
2018-10-03 20:28:54 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(23)" id = "rupg23" > < b > Requires: Reality in under 15 minutes< / b > < br > Eternity multipliers affect eternity generation< br > Cost: 100,000 RM< / div > < / td >
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(24)" id = "rupg24" > < b > Requires: Reality for 5000 RM without glyphs< / b > < br > Gain another glyph slot< br > Cost: 100,000 RM< / div > < / td >
2018-10-11 05:57:15 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(25)" id = "rupg25" > < b > Requires: Gain 1e10500 EP< / b > < br > Reality autobuyer< br > Cost: 100,000 RM< / div > < / td >
2018-09-14 04:39:45 +00:00
< / tr >
2018-07-26 11:37:44 +00:00
< / table >
< / div >
2018-06-28 05:53:29 +00:00
< div id = "automation" class = "realitytab" style = "display: none;" >
2018-07-27 12:48:30 +00:00
< span id = "automatorUnlock" > < br > < br > < br > You need to get 4 Realities to unlock the automator< / span >
< div class = "automator-container" >
< div id = "rowsAvailable" > Your automator can use 4 rows, next row at 9 realities< / div >
< canvas id = "automatorTreeCanvas" > < / canvas >
< div >
< div style = "display: flex; flex-direction: row; justify-content: center; align-items: center; margin-bottom: 3px;" >
< p id = "automatorloadsavetext" > load:< / p >
< button class = "realitytabbtn" onclick = "automatorSaveButton(1)" style = "width:30px; height: 30px; font-size: 0.75rem; display: block; cursor: pointer; border-radius: 4px; margin-left: 5px;" > 1< / button >
< button class = "realitytabbtn" onclick = "automatorSaveButton(2)" style = "width:30px; height: 30px; font-size: 0.75rem; display: block; cursor: pointer; border-radius: 4px; margin-left: 5px;" > 2< / button >
< button class = "realitytabbtn" onclick = "automatorSaveButton(3)" style = "width:30px; height: 30px; font-size: 0.75rem; display: block; cursor: pointer; border-radius: 4px; margin-left: 5px;" > 3< / button >
< label for = "automatorOn" style = "margin-left: 40px;" > on:< / label >
2018-09-11 21:25:00 +00:00
< input type = "checkbox" name = "automatorOn" id = "automatorOn" onChange = "automatorOnOff()" >
2018-07-27 12:48:30 +00:00
< / div >
2018-09-02 18:46:44 +00:00
< textarea name = "automator" id = "automator" cols = "30" spellcheck = "false" onChange = "updateState()" > < / textarea >
2018-07-11 18:59:22 +00:00
< / div >
2018-07-27 12:48:30 +00:00
< table class = "table" id = "studytable" >
< tr >
< td > < button class = "automatorinstruction command" id = "automator11" onclick = "buyAutomatorInstruction(11, 1)" >
< span class = "tooltip" >
2018-07-27 16:54:52 +00:00
< h3 > WAIT [target] [amount]< / h3 >
2018-07-27 12:48:30 +00:00
Waits for something to pass a certain point, "Wait EP 1e2000" waits until you have 1e2000 ep. "Wait time 10" waits 10 seconds.
< / span >
WAIT< br >
Cost: 1 RM
< / button > < / td >
2018-07-27 16:54:52 +00:00
< td > < button class = "automatorinstruction" style = "opacity: 0;" > < / button > < / td >
2018-07-27 12:48:30 +00:00
< td > < button class = "automatorinstructionbought command" id = "automator12" >
< span class = "tooltip" >
2018-07-27 16:54:52 +00:00
< h3 > BUY [target] [amount/ID]< / h3 >
2018-07-27 12:48:30 +00:00
Buys stuff, "Buy study 11" buys the first timestudy. Hold shift to see study IDs.
< / span >
BUY< br >
< / button > < / td >
< / tr >
< / table >
< br >
< table class = "table" id = "studytable" >
< tr >
2018-09-20 01:57:03 +00:00
< td > < button class = "automatorinstruction target" id = "automator21" onclick = "buyAutomatorInstruction(21, 1)" > IF< br > Cost: 1 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator22" onclick = "buyAutomatorInstruction(22, 3)" > ANTIMATTER< br > Cost: 3 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator23" onclick = "buyAutomatorInstruction(23, 2)" > EP< br > Cost: 2 RM< / button > < / td >
< td > < button class = "automatorinstructionbought target" id = "automator24" > STUDY< br > < / button > < / td >
< td > < button class = "automatorinstructionbought target" id = "automator25" > STUDYUNTIL< / button > < / td >
2018-09-27 23:53:17 +00:00
< td > < button class = "automatorinstruction target" id = "automator26" onclick = "buyAutomatorInstruction(26, 50)" >
< span class = "tooltip" >
< h3 > BUY STUDYPATH [all/none] [study ids and path names]< / h3 >
< br / >
Buys studies top-down using arguments after the mode specification. The 2 modes specify to buy "all" or "none" of the studies on non-locked splits (incl. 62 and 33). Locked paths must be specified by ID # or split name.
< / span > STUDYPATH< br > Cost: 50 RM< / button > < / td >
2018-07-27 12:48:30 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-09-20 01:57:03 +00:00
< td > < button class = "automatorinstruction target" id = "automator31" onclick = "buyAutomatorInstruction(31, 1)" > GOTO< br > Cost: 1 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator32" onclick = "buyAutomatorInstruction(32, 3)" > IP< br > Cost: 3 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator33" onclick = "buyAutomatorInstruction(33, 2)" > REPLICANTI< br > Cost: 2 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator34" onclick = "buyAutomatorInstruction(34, 3)" > TTEP< br > Cost: 3 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator35" onclick = "buyAutomatorInstruction(35, 2)" > TTIP< br > Cost: 2 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator36" onclick = "buyAutomatorInstruction(36, 500)" > STUDYIMPORT< br > Cost: 500 RM< / button > < / td >
2018-07-27 12:48:30 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
< td > < button class = "automatorinstruction target" id = "automator41" onclick = "buyAutomatorInstruction(41, 3)" > TIME< br > Cost: 3 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator42" onclick = "buyAutomatorInstruction(42, 2)" > RG< br > Cost: 2 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator43" onclick = "buyAutomatorInstruction(43, 3)" > TTAM< br > Cost: 3 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator44" onclick = "buyAutomatorInstruction(44, 20)" > TTMAX< br > Cost: 20 RM< / button > < / td >
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-07-27 16:54:52 +00:00
< td > < button class = "automatorinstruction command" id = "automator51" onclick = "buyAutomatorInstruction(51, 30)" >
< span class = "tooltip" >
< h3 > LOAD [automatorscriptnumber]< / h3 >
You can load different automatorscripts with this, "Load 2" loads the second script
< / span >
LOAD< br > Cost: 30 RM
< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator52" onclick = "buyAutomatorInstruction(52, 10)" > MAX< br > Cost: 10 RM< / button > < / td >
< td > < button class = "automatorinstruction command" id = "automator53" onclick = "buyAutomatorInstruction(53, 30)" >
< span class = "tooltip" >
2018-07-27 20:24:19 +00:00
< h3 > TOGGLE [autobuyer]< / h3 >
2018-07-27 16:54:52 +00:00
Toggles autobuyers on and off, "Toggle D1" for example. Targets include: DX, Tickspeed, Galaxy, Dimboost, Infinity, Eternity, Sacrifice, and RG
< / span >
TOGGLE< br > Cost: 30 RM
< / button > < / td >
< td > < button class = "automatorinstruction command" id = "automator54" onclick = "buyAutomatorInstruction(54, 30)" >
< span class = "tooltip" >
< h3 > UNLOCK [target] [(id)]< / h3 >
2018-07-27 20:24:19 +00:00
Unlocks either ECs "Unlock EC 3", or dilation "Unlock dilation"
2018-07-27 16:54:52 +00:00
< / span >
UNLOCK< br > Cost: 30 RM
< / button > < / td >
< / tr >
< tr >
< td > < button class = "automatorinstruction command" id = "automator61" onclick = "buyAutomatorInstruction(61, 30)" >
< span class = "tooltip" >
< h3 > RESPEC< / h3 >
Toggles respec on, so next eternity you will respec.
< / span >
RESPEC< br > Cost: 30 RM
< / button > < / td >
< td > < button class = "automatorinstruction command" id = "automator62" onclick = "buyAutomatorInstruction(62, 30)" >
< span class = "tooltip" >
< h3 > ETERNITY< / h3 >
Does an eternity if able, if not it waits until it can eternity.
< / span >
ETERNITY< br > Cost: 30 RM
< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator63" onclick = "buyAutomatorInstruction(63, 30)" > DILATION< br > Cost: 30 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator64" onclick = "buyAutomatorInstruction(64, 30)" > EC< br > Cost: 30 RM< / button > < / td >
< / tr >
< tr >
< td > < button class = "automatorinstruction command" id = "automator71" onclick = "buyAutomatorInstruction(71, 30)" >
< span class = "tooltip" >
< h3 > CHANGE [IPAUTOBUYER/EPAUTOBUYER] [amount]< / h3 >
You can change the amount in your autobuyers "CHANGE IPAUTOBUYER 1e2000" for example
< / span >
CHANGE< br > Cost: 30 RM
< / button > < / td >
< td > < button class = "automatorinstruction command" id = "automator72" onclick = "buyAutomatorInstruction(72, 30)" >
< span class = "tooltip" >
< h3 > STOP< / h3 >
Stops the whole automator.
< / span >
STOP< br > Cost: 30 RM
< / button > < / td >
< td > < button class = "automatorinstruction" style = "opacity: 0;" > < / button > < / td >
< td > < button class = "automatorinstruction command" id = "automator73" onclick = "buyAutomatorInstruction(73, 30)" >
< span class = "tooltip" >
< h3 > START [target] [(id)]< / h3 >
2018-07-27 20:24:19 +00:00
Starts either ECs "Start EC 3", or dilation "Start dilation"
2018-07-27 16:54:52 +00:00
< / span >
START< br > Cost: 30 RM
< / button > < / td >
< / tr >
< tr >
< td > < button class = "automatorinstruction target" id = "automator81" onclick = "buyAutomatorInstruction(81, 30)" > IPAUTOBUYER< br > Cost: 30 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator82" onclick = "buyAutomatorInstruction(82, 30)" > EPAUTOBUYER< br > Cost: 30 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator83" onclick = "buyAutomatorInstruction(83, 30)" > DILATION< br > Cost: 30 RM< / button > < / td >
< td > < button class = "automatorinstruction target" id = "automator84" onclick = "buyAutomatorInstruction(84, 30)" > EC< br > Cost: 30 RM< / button > < / td >
2018-07-27 12:48:30 +00:00
< / tr >
< / table >
2018-06-25 11:15:38 +00:00
< / div >
2018-06-26 02:24:43 +00:00
< / div >
2018-06-28 05:53:29 +00:00
< div id = "wormhole" class = "realitytab" style = "display: none;" >
2018-09-13 01:11:25 +00:00
< button id = "wormholeunlock" class = "realityUpgrade" onclick = "unlockWormhole()" style = "text-shadow: -1px 1px 3px #d5ffd7;" ach-tooltip = "The wormhole makes the game run significantly faster for a short period of time. Starts at 180x faster for 10 seconds, once per hour." > Unleash the Wormhole< br > Cost: 50 RM< / button >
2018-07-27 06:46:27 +00:00
< div id = "wormholecontainer" style = "display: none" >
2018-09-20 01:27:11 +00:00
< canvas id = "wormholeImage" width = "400" height = "400" style = "border:1px solid #000000;" > < / canvas >
2018-09-29 12:30:32 +00:00
< h3 id = "wormholeStatus1" > < / h3 >
< h3 id = "wormholeStatus2" > < / h3 >
< h3 id = "wormholeStatus3" > < / h3 >
< div class = "wormhole-upgrades" id = "whupg1" >
< button class = "realityUpgrade" id = "wormholeinterval1" onclick = "upgradeWormholeInterval(0)" > Speed up the wormhole up 25%< br > Current interval: 3600 seconds< br > Cost: 15RM< / button >
< button class = "realityUpgrade" id = "wormholepower1" onclick = "upgradeWormholePower(0)" > Make the wormhole 35% more powerful< br > Current power: 5x < br > Cost: 10RM< / button >
< button class = "realityUpgrade" id = "wormholeduration1" onclick = "upgradeWormholeDuration(0)" > Extend the wormhole duration by 50%< br > Current duration: 10 seconds< br > Cost: 20RM< / button >
< / div >
< div class = "wormhole-upgrades" id = "whupg2" >
< button class = "realityUpgrade" id = "wormholeinterval2" onclick = "upgradeWormholeInterval(1)" > Speed up the wormhole up 25%< br > Current interval: 3600 seconds< br > Cost: 15RM< / button >
< button class = "realityUpgrade" id = "wormholepower2" onclick = "upgradeWormholePower(1)" > Make the wormhole 35% more powerful< br > Current power: 5x < br > Cost: 10RM< / button >
< button class = "realityUpgrade" id = "wormholeduration2" onclick = "upgradeWormholeDuration(1)" > Extend the wormhole duration by 50%< br > Current duration: 10 seconds< br > Cost: 20RM< / button >
< / div >
< div class = "wormhole-upgrades" id = "whupg3" >
< button class = "realityUpgrade" id = "wormholeinterval3" onclick = "upgradeWormholeInterval(2)" > Speed up the wormhole up 25%< br > Current interval: 3600 seconds< br > Cost: 15RM< / button >
< button class = "realityUpgrade" id = "wormholepower3" onclick = "upgradeWormholePower(2)" > Make the wormhole 35% more powerful< br > Current power: 5x < br > Cost: 10RM< / button >
< button class = "realityUpgrade" id = "wormholeduration3" onclick = "upgradeWormholeDuration(2)" > Extend the wormhole duration by 50%< br > Current duration: 10 seconds< br > Cost: 20RM< / button >
2018-07-26 21:12:40 +00:00
< / div >
2018-09-27 16:49:55 +00:00
< div > < button class = "realityUpgrade" onclick = "pauseWormhole()" style = "height: auto; padding: 16px" id = "pauseButton" > Pause< / button > < / div >
2018-06-25 07:51:02 +00:00
< / div >
< / div >
2018-09-08 03:38:19 +00:00
< div id = "perks" class = "realitytab" style = "display: none;" >
2018-09-12 23:05:22 +00:00
< div id = "pp" > You have 0 Perk points< / div >
2018-09-08 03:38:19 +00:00
< div class = "vis-network" tabindex = "900" style = "position: relative; overflow: hidden; touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width: 100%; height: 100%;" >
< canvas width = "800" height = "800" style = "position: relative; touch-action: none; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width: 100%; height: 100%;" > < / canvas >
< / div >
< / div >
2018-06-25 07:51:02 +00:00
< / div >
2018-10-30 08:57:35 +00:00
< div id = "notification-container" class = "l-notification-container" > < / div >
2017-08-30 01:21:01 +00:00
< / div >
2018-08-29 08:13:39 +00:00
< div class = "popup glyphselect" id = "glyphSelect" >
< h3 > Select one of the following glyphs< / h3 >
< div id = "glyphsToSelect" > < / div >
< / div >
2018-09-18 10:06:06 +00:00
< modal-popup v-if = "view.modal.current" :view = "view" :model = "model" @ close = "hideModal" > < / modal-popup >
2018-10-28 10:01:41 +00:00
< tt-shop :view = "view" > < / tt-shop >
2018-10-28 10:16:18 +00:00
< link v-if = "view.theme" type = "text/css" rel = "stylesheet" :href = "themeCss" >
2018-09-17 10:08:19 +00:00
< / div >
2017-08-26 01:54:58 +00:00
< / body >
2018-09-11 22:48:03 +00:00
< div class = "videocontainer" >
< video autoplay muted loop id = "stars" style = "display: none;" >
< source src = "images/s6-bg.webm" type = "video/webm" >
< / video >
< / div >
< div class = "videocontainer" >
< video preload muted id = "realityanimbg" style = "opacity: 0; display: none; " >
< source src = "images/realityanimbg.webm" type = "video/webm" >
< / video >
< / div >
2017-10-06 00:46:55 +00:00
2018-09-15 22:11:41 +00:00
< script type = "text/javascript" src = "javascripts/lib/vue.js" > < / script >
2018-10-19 19:42:42 +00:00
< script type = "text/javascript" src = "javascripts/lib/v-tooltip.min.js" > < / script >
2018-09-22 23:39:41 +00:00
< script type = "text/javascript" src = "javascripts/lib/mousetrap.min.js" > < / script >
2018-09-15 22:11:41 +00:00
< script type = "text/javascript" src = "PlayFab/PlayFabClientApi.js" > < / script >
2017-10-07 02:15:03 +00:00
< 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-01 00:38:21 +00:00
< script type = "text/javascript" src = "javascripts/lz-string.js" > < / script >
2018-06-25 13:16:12 +00:00
< script type = "text/javascript" src = "javascripts/DragDropTouch.js" > < / script >
2018-09-08 03:38:19 +00:00
< script type = "text/javascript" src = "javascripts/vis.js" > < / script >
2018-10-07 13:14:00 +00:00
< script type = "text/javascript" src = "javascripts/tln.js" > < / script >
2018-04-09 22:41:46 +00:00
2018-04-10 07:48:46 +00:00
< script type = "text/javascript" src = "javascripts/core/polyfill.js" > < / script >
2018-09-16 00:07:41 +00:00
< script type = "text/javascript" src = "javascripts/core/extensions.js" > < / script >
2018-10-11 21:29:42 +00:00
< script type = "text/javascript" src = "javascripts/core/timespan.js" > < / script >
2018-04-10 07:48:46 +00:00
< script type = "text/javascript" src = "javascripts/core/format.js" > < / script >
2018-09-20 18:23:13 +00:00
< script type = "text/javascript" src = "javascripts/core/player.js" > < / script >
2018-09-17 10:08:19 +00:00
2018-11-01 21:15:11 +00:00
< script type = "text/javascript" src = "javascripts/components/primary-button.js" > < / script >
2018-10-20 07:30:59 +00:00
< script type = "text/javascript" src = "javascripts/components/secondary-tab-button.js" > < / script >
2018-11-02 23:55:42 +00:00
< script type = "text/javascript" src = "javascripts/components/game-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/game-tab-with-subtabs.js" > < / script >
2018-10-13 16:14:28 +00:00
< script type = "text/javascript" src = "javascripts/components/dimensions-tab.js" > < / script >
2018-10-19 19:42:42 +00:00
< script type = "text/javascript" src = "javascripts/components/dimensions/normal.js" > < / script >
2018-10-26 18:58:49 +00:00
< script type = "text/javascript" src = "javascripts/components/dimensions/infinity.js" > < / script >
2018-10-26 16:48:26 +00:00
< script type = "text/javascript" src = "javascripts/components/dimensions/time.js" > < / script >
2018-10-21 19:11:43 +00:00
< script type = "text/javascript" src = "javascripts/components/dimensions/production.js" > < / script >
2018-09-19 21:33:13 +00:00
< script type = "text/javascript" src = "javascripts/components/options-tab.js" > < / script >
2018-09-20 14:00:43 +00:00
< script type = "text/javascript" src = "javascripts/components/statistics-tab.js" > < / script >
2018-09-20 18:23:50 +00:00
< script type = "text/javascript" src = "javascripts/components/statistics/stats.js" > < / script >
2018-09-20 19:39:41 +00:00
< script type = "text/javascript" src = "javascripts/components/statistics/challenges.js" > < / script >
2018-09-20 18:23:50 +00:00
< script type = "text/javascript" src = "javascripts/components/statistics/runs.js" > < / script >
2018-09-17 13:04:38 +00:00
< script type = "text/javascript" src = "javascripts/components/footer-links.js" > < / script >
2018-10-28 11:08:19 +00:00
< script type = "text/javascript" src = "javascripts/components/achievements-tab.js" > < / script >
2018-10-28 17:33:35 +00:00
< script type = "text/javascript" src = "javascripts/components/achievements/normal-achievements.js" > < / script >
2018-10-28 18:12:03 +00:00
< script type = "text/javascript" src = "javascripts/components/achievements/secret-achievements.js" > < / script >
2018-10-28 11:08:19 +00:00
< script type = "text/javascript" src = "javascripts/components/achievements/achievement.js" > < / script >
2018-09-18 10:06:06 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-popup.js" > < / script >
2018-09-18 17:10:10 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-message.js" > < / script >
2018-09-18 10:06:06 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-options.js" > < / script >
2018-09-18 11:11:54 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-load-game.js" > < / script >
2018-09-18 15:24:56 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-cloud.js" > < / script >
2018-09-24 23:22:27 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-import.js" > < / script >
2018-09-22 12:11:12 +00:00
< script type = "text/javascript" src = "javascripts/components/tt-shop.js" > < / script >
2018-09-17 10:08:19 +00:00
< script type = "text/javascript" src = "javascripts/core/app/ui.init.js" > < / script >
2018-09-20 18:23:13 +00:00
< script type = "text/javascript" src = "javascripts/core/app/player-progress.js" > < / script >
2018-09-20 09:02:50 +00:00
< script type = "text/javascript" src = "javascripts/core/app/modal.js" > < / script >
2018-09-16 10:38:12 +00:00
< script type = "text/javascript" src = "javascripts/core/app/themes.js" > < / script >
2018-09-16 13:09:16 +00:00
< script type = "text/javascript" src = "javascripts/core/app/notations.js" > < / script >
2018-09-15 22:11:41 +00:00
< script type = "text/javascript" src = "javascripts/core/app/options.js" > < / script >
2018-10-28 10:24:44 +00:00
< script type = "text/javascript" src = "javascripts/core/app/event-hub.js" > < / script >
2018-09-17 10:08:19 +00:00
< script type = "text/javascript" src = "javascripts/core/app/ui.js" > < / script >
2018-10-28 10:24:44 +00:00
< script type = "text/javascript" src = "javascripts/core/app/tabs.js" > < / script >
2018-10-30 08:57:35 +00:00
< script type = "text/javascript" src = "javascripts/core/app/notify.js" > < / script >
2018-09-17 10:08:19 +00:00
2018-04-10 07:48:46 +00:00
< script type = "text/javascript" src = "javascripts/core/achievements.js" > < / script >
< script type = "text/javascript" src = "javascripts/core/chart.js" > < / script >
< script type = "text/javascript" src = "javascripts/core/tickspeed.js" > < / script >
2018-04-09 22:41:46 +00:00
< script type = "text/javascript" src = "javascripts/core/normal_dimension.js" > < / script >
< script type = "text/javascript" src = "javascripts/core/infinity_dimension.js" > < / script >
< script type = "text/javascript" src = "javascripts/core/time_dimension.js" > < / script >
2018-04-10 07:48:46 +00:00
< script type = "text/javascript" src = "javascripts/core/dimboost.js" > < / script >
2018-10-31 19:06:47 +00:00
< script type = "text/javascript" src = "javascripts/core/sacrifice.js" > < / script >
2018-07-10 04:06:06 +00:00
< script type = "text/javascript" src = "javascripts/core/galaxy.js" > < / script >
2018-09-19 12:57:14 +00:00
< script type = "text/javascript" src = "javascripts/core/big_crunch.js" > < / script >
2018-09-19 16:22:15 +00:00
< script type = "text/javascript" src = "javascripts/core/challenge.js" > < / script >
2018-09-19 18:25:39 +00:00
< script type = "text/javascript" src = "javascripts/core/eternity.js" > < / script >
2018-09-19 19:56:11 +00:00
< script type = "text/javascript" src = "javascripts/core/eternity_challenge.js" > < / script >
2018-09-19 19:34:00 +00:00
< script type = "text/javascript" src = "javascripts/core/reality.js" > < / script >
2018-07-10 04:06:06 +00:00
< script type = "text/javascript" src = "javascripts/core/replicanti.js" > < / script >
2018-04-10 07:48:46 +00:00
< script type = "text/javascript" src = "javascripts/core/timestudies.js" > < / script >
2018-06-19 09:53:33 +00:00
< script type = "text/javascript" src = "javascripts/core/rm.js" > < / script >
2018-07-22 00:39:52 +00:00
< script type = "text/javascript" src = "javascripts/core/automator.js" > < / script >
2018-09-14 18:10:52 +00:00
< script type = "text/javascript" src = "javascripts/core/perks.js" > < / script >
2018-04-12 05:45:46 +00:00
< script type = "text/javascript" src = "javascripts/core/canvases.js" > < / script >
2018-09-04 10:59:41 +00:00
< script type = "text/javascript" src = "javascripts/core/dilation.js" > < / script >
2018-07-26 21:12:40 +00:00
< script type = "text/javascript" src = "javascripts/core/wormhole.js" > < / script >
2018-05-08 02:13:12 +00:00
< script type = "text/javascript" src = "javascripts/core/devtools.js" > < / script >
2018-04-10 07:48:46 +00:00
< script type = "text/javascript" src = "javascripts/core/load_functions.js" > < / script >
2018-06-17 08:52:39 +00:00
< script type = "text/javascript" src = "javascripts/core/newsticker.js" > < / script >
2018-04-10 08:01:13 +00:00
< script type = "text/javascript" src = "javascripts/core/kong.js" > < / script >
< script type = "text/javascript" src = "javascripts/core/playfab.js" > < / script >
2018-09-22 23:39:41 +00:00
< script type = "text/javascript" src = "javascripts/core/keyboard.js" > < / script >
< script type = "text/javascript" src = "javascripts/core/hotkeys.js" > < / script >
2018-02-01 18:51:15 +00:00
< script type = "text/javascript" src = "javascripts/game.js?85" > < / script >
2017-12-04 12:51:39 +00:00
< script type = "text/javascript" src = "javascripts/sha512.js" > < / script >
2018-02-04 23:25:08 +00:00
< / html >