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 >
2018-11-04 02:12:28 +00:00
< script type = "text/javascript" src = "javascripts/lib/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 >
2018-11-17 23:17:20 +00:00
< game-header > < / game-header >
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 >
2018-11-06 16:58:03 +00:00
< button id = "celestialsbtn" class = "tabbtn celestialtabbtn" > Celestials< / button >
2018-06-25 07:51:02 +00:00
< 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-11-17 01:08:48 +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 >
2018-01-04 19:43:20 +00:00
< 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-11-15 08:01:35 +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-11-15 08:01:35 +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-11-15 08:01:35 +00:00
< td > < button class = "timestudy normaldimstudy" id = "81" onclick = "buyTimeStudy(81, 4)" > Dimension Boost power becomes 10x< span > Cost: 4 Time Theorems< / button > < / td >
< td > < button class = "timestudy infdimstudy" id = "82" onclick = "buyTimeStudy(82, 6)" > Dimension Boosts affect Infinity Dimensions< span id = "82desc" > Currently: 1x< / span > Cost: 6 Time Theorems< / button > < / td >
< td > < button class = "timestudy timedimstudy" id = "83" onclick = "buyTimeStudy(83, 5)" > Dimension 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-11-15 08:01:35 +00:00
< td > < button class = "timestudy normaldimstudy" id = "101" onclick = "buyTimeStudy(101, 4)" > Replicanti give a multiplier to normal dims equal to their amount.< span id = "101desc" > Currently: 1x< / span > < span > Cost: 4 Time Theorems< / button > < / td >
2018-10-06 23:47:15 +00:00
< 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-11-15 08:01:35 +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-11-15 08:01:35 +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-11-15 08:01:35 +00:00
< td > < button class = "timestudy activestudy" id = "141" onclick = "buyTimeStudy(141, 4)" > Multiplier to IP, which decays over this Infinity< span id = "141desc" > Currently 1x< / span > Cost: 4 Time Theorems< / button > < / td >
2018-05-09 20:54:53 +00:00
< 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 >
2018-11-15 08:01:35 +00:00
< td > < button class = "timestudy idlestudy" id = "143" onclick = "buyTimeStudy(143, 4)" > Multiplier to IP, which increases 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-11-15 08:01:35 +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-11-15 08:01:35 +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 >
< td > < button class = "timestudy" id = "192" onclick = "buyTimeStudy(192, 730)" style = "font-size: 10px;" > < span id = "192desc" > You can get beyond 1.8e308 Replicanti, 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-11-15 08:01:35 +00:00
< td > < button class = "timestudy" id = "211" onclick = "buyTimeStudy(211, 120)" > Dimension Boost requirement scaling is reduced by 5< span > Cost: 120 Time Theorems< / button > < / td >
< td > < button class = "timestudy" id = "212" onclick = "buyTimeStudy(212, 150)" > Galaxies are more effective based on your time shards< span id = "212desc" > Currently: 1x< / span > Cost: 150 Time Theorems< / button > < / td >
< td > < button class = "timestudy" id = "213" onclick = "buyTimeStudy(213, 200)" > You gain Replicanti 20 times faster< span > Cost: 200 Time Theorems< / button > < / td >
< 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-11-15 08:01:35 +00:00
< td > < button class = "timestudy darkstudy" style = "margin: 1px; width: 120px; font-size: 0.9rem; padding: 3px;" id = "221" onclick = "buyTimeStudy(221, 900)" > Time Dimensions gain a multiplier based on Dimension Boosts< span > Cost: 900 Time Theorems< / button > < / td >
< td > < button class = "timestudy lightstudy" style = "margin: 1px; width: 120px; font-size: 0.9rem; padding: 3px;" id = "222" onclick = "buyTimeStudy(222, 900)" > Dimension 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.9rem; 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.9rem; padding: 3px;" id = "224" onclick = "buyTimeStudy(224, 900)" > Galaxy cost scaling starts 1 galaxy later for every 2000 Dimension Boosts< span > Cost: 900 Time Theorems< / button > < / td >
< td > < button class = "timestudy darkstudy" style = "margin: 1px; width: 120px; font-size: 0.9rem; padding: 3px;" id = "225" onclick = "buyTimeStudy(225, 900)" > You gain extra RGs based on your Replicanti amount< 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.9rem; 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 >
< td > < button class = "timestudy darkstudy" style = "margin: 1px; width: 120px; font-size: 0.9rem; 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.9rem; padding: 3px;" id = "228" onclick = "buyTimeStudy(228, 900)" > Sacrifice scales better< span > Cost: 900 Time Theorems< / button > < / td >
2018-04-01 15:02:18 +00:00
< / tr >
< / table >
< table class = "table" id = "studytable" >
< tr >
2018-11-15 08:01:35 +00:00
< td > < button class = "timestudy darkstudy" id = "231" onclick = "buyTimeStudy(231, 500)" > Dimension Boosts are more effective based on their amount< span > Cost: 500 Time Theorems< / button > < / td >
< 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 >
< td > < button class = "timestudy darkstudy" id = "233" onclick = "buyTimeStudy(233, 500)" > Max Replicanti galaxy upgrade cost is reduced based on your 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 >
2018-04-01 15:02:18 +00:00
< / 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 >
2018-11-15 08:01:35 +00:00
< button id = "eter1" class = "eternityupbtn" onclick = "buyEternityUpgrade(1, 5)" > Infinity Dimension multiplier equal to unspent EP to the power of 5.< br > Currently: x< br > Cost: 5 EP< / button >
2017-12-01 00:38:21 +00:00
< / td >
< td >
2018-11-15 08:01:35 +00:00
< button id = "eter2" class = "eternityupbtn" onclick = "buyEternityUpgrade(2, 10)" > 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-11-15 08:01:35 +00:00
< button id = "eter3" class = "eternityupbtn" onclick = "buyEternityUpgrade(3, 50e3)" > Infinity Dimension multiplier based on sum of Infinity Challenge times< br > Currently: Xx< br > Cost: 50 K EP< / button >
2018-01-20 07:06:12 +00:00
< / 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 >
2018-11-15 08:01:35 +00:00
< button id = "eter5" class = "eternityupbtn" onclick = "buyEternityUpgrade(5, 1e40)" > Time Dimensions are multiplied by your unspent Time Theorems< br > Cost: 1e40 EP< / button >
2018-01-20 07:06:12 +00:00
< / 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 >
2018-11-17 01:08:48 +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 >
2018-11-15 08:01:35 +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 >
2018-11-15 08:01:35 +00:00
< td > < button class = "milestonerewardlocked" id = "reward7" > Unlock autobuy max Dimension Boosts< / button > < / td >
< td > < button class = "milestonerewardlocked" id = "reward8" > Unlock autobuyer for the 1st 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-11-15 08:01:35 +00:00
< td > < button class = "milestonerewardlocked" id = "reward9" > Unlock autobuyer for the 2nd Infinity Dimension< / button > < / td >
< td > < button class = "milestonerewardlocked" id = "reward10" > Unlock autobuyer for the 3rd Infinity Dimension< / button > < / td >
< td > < button class = "milestonerewardlocked" id = "reward11" > Unlock autobuyer for the 4th Infinity Dimension< / button > < / td >
2017-12-01 00:38:21 +00:00
< / 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 >
2018-11-15 08:01:35 +00:00
< td > < button class = "milestonerewardlocked" id = "reward12" > Unlock autobuyer for the 5th Infinity Dimension< / button > < / td >
< td > < button class = "milestonerewardlocked" id = "reward13" > Unlock autobuyer for the 6th Infinity Dimension< / button > < / td >
< td > < button class = "milestonerewardlocked" id = "reward14" > Unlock autobuyer for the 7th 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-11-15 08:01:35 +00:00
< td > < button class = "milestonerewardlocked" id = "reward15" > Unlock autobuyer for the 8th Infinity Dimension< / button > < / td >
< 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 >
2018-11-15 08:01:35 +00:00
< td > < button class = "milestonerewardlocked" id = "reward18" > Start with all Normal Dimensions available for purchase< / button > < / td >
< td > < button class = "milestonerewardlocked" id = "reward19" > Unlock autobuyer for the Replicanti chance upgrade< / button > < / td >
< 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-11-15 08:01:35 +00:00
< td > < button class = "milestonerewardlocked" id = "reward21" > Unlock autobuyer for the Replicanti interval upgrade< / button > < / td >
< td > < button class = "milestonerewardlocked" id = "reward22" > Unlock autobuyer for the 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 >
2018-11-15 08:01:35 +00:00
< p > You have < span id = "tachyonParticleAmount" style = "font-size:35px; color: black" > 0< / span > Tachyon Particles.< / p >
2018-04-03 01:04:47 +00:00
< / div >
2018-04-05 06:40:10 +00:00
< button id = "enabledilation" class = "dilationbtn" onclick = "startDilatedEternity()" > Dilate time.< / button >
2018-11-15 08:01:35 +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 >
< 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 >
2018-04-05 06:40:10 +00:00
< table >
2018-04-03 01:04:47 +00:00
< tr >
< td >
2018-11-15 08:01:35 +00:00
< button class = "timestudy" id = "dil1" onclick = "buyDilationUpgrade(1)" > Double Dilated Time 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-11-15 08:01:35 +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-11-15 08:01:35 +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-11-15 08:01:35 +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-11-15 08:01:35 +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-11-15 08:01:35 +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-11-15 08:01:35 +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-11-15 08:01:35 +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" >
2018-11-03 13:25:17 +00:00
< component :is = "view.tabs.current" > < / component >
2018-11-03 03:03:41 +00:00
< / game-tab >
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-11-14 01:35:35 +00:00
< br >
2018-11-15 08:01:35 +00:00
< button class = "realityUpgrade" style = "height: 40px; width: 210px; margin-left: -7px;" 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 >
2018-11-08 22:44:27 +00:00
2018-09-20 20:53:37 +00:00
< 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 >
2018-11-15 08:01:35 +00:00
< 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 >
2018-07-26 11:37:44 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(4)" id = "rupg4" > You gain 3 times more Tachyon Particles< br > Cost: 3 RM< / div > < / td >
2018-11-15 08:01:35 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(5)" id = "rupg5" > You gain 5 times more Infinities< br > Cost: 4 RM< / div > < / td >
2018-07-26 11:37:44 +00:00
< / tr >
< tr >
2018-11-15 08:01:35 +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 stat 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-11-15 08:01:35 +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-11-15 08:01:35 +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 >
< 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 >
< 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-12-09 20:23:26 +00:00
< td > < div class = "realityUpgrade" onclick = "buyRealityUpg(15)" id = "rupg15" > < b > Requires: Reach 1e10 EP without purchasing the 5xEP upgrade< / 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-11-15 08:01:35 +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-11-15 08:01:35 +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 >
2018-10-03 20:28:54 +00:00
< 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" >
2018-11-15 08:01:35 +00:00
< div id = "rowsAvailable" > Your automator can use 4 rows; next row at 9 realities.< / div >
2018-07-27 12:48:30 +00:00
< 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 >
2018-12-19 02:55:50 +00:00
< automator-save-load-button v-for = "saveslot in 3" :key = "saveslot" :saveslot = "saveslot" > < / automator-save-load-button >
2018-07-27 12:48:30 +00:00
< 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" >
2018-12-25 06:41:49 +00:00
< tr >
< td >
< automator-shop-button instruction-type = "command" id = "automator11" action = "buyAutomatorInstruction(11, 1)" >
< template slot = "button-content" >
WAIT< br >
Cost: 1 RM
< / template >
< template slot = "tooltip-header" >
WAIT [target] [amount]
< / template >
< template slot = "tooltip-content" >
Waits for something to pass a certain point, "Wait EP 1e2000" waits until you have 1e2000 ep. "Wait time 10"
waits 10 seconds.
< / template >
< / automator-shop-button >
< / td >
< td > < button class = "automatorinstruction" style = "opacity: 0;" > < / button > < / td >
< td >
< automator-shop-button instruction-type = "command" id = "automator12" action = "" >
< template slot = "button-content" >
BUY< br >
< / template >
< template slot = "tooltip-header" >
BUY [target] [amount/ID]
< / template >
< template slot = "tooltip-content" >
Buys stuff, "Buy study 11" buys the first timestudy. Hold shift to see study IDs.< / template >
< / automator-shop-button >
< / td >
< / tr >
2018-07-27 12:48:30 +00:00
< / table >
< br >
< table class = "table" id = "studytable" >
2018-12-25 06:41:49 +00:00
< tr >
< 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 >
< td >
< automator-shop-button instruction-type = "target" id = "automator26" action = "buyAutomatorInstruction(26, 50)" >
< template slot = "button-content" >
STUDYPATH< br > Cost: 50 RM
< / template >
< template slot = "tooltip-header" >
BUY STUDYPATH [all/none] [study ids and path names]
< / template >
< template slot = "tooltip-content" >
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.
< / template >
< / automator-shop-button >
< / td >
< / tr >
2018-07-27 12:48:30 +00:00
< / table >
< table class = "table" id = "studytable" >
2018-12-25 06:41:49 +00:00
< tr >
< 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 >
< / tr >
2018-07-27 12:48:30 +00:00
< / table >
< table class = "table" id = "studytable" >
2018-12-25 06:41:49 +00:00
< 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 >
2018-07-27 12:48:30 +00:00
< / table >
< table class = "table" id = "studytable" >
2018-12-25 06:41:49 +00:00
< tr >
< td >
< automator-shop-button instruction-type = "command" id = "automator51" action = "buyAutomatorInstruction(51, 30)" >
< template slot = "button-content" >
LOAD< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
LOAD [automatorscriptnumber]
< / template >
< template slot = "tooltip-content" >
You can load different automatorscripts with this, "Load 2" loads the second script
< / template >
< / automator-shop-button >
< / td >
< td > < button class = "automatorinstruction target" id = "automator52" onclick = "buyAutomatorInstruction(52, 10)" >
MAX< br > Cost: 10 RM< / button > < / td >
< td >
< automator-shop-button instruction-type = "command" id = "automator53" action = "buyAutomatorInstruction(53, 30)" >
< template slot = "button-content" >
TOGGLE< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
TOGGLE [autobuyer]
< / template >
< template slot = "tooltip-content" >
Toggles autobuyers on and off, "Toggle D1" for example. Targets include: DX, Tickspeed, Galaxy, Dimboost,
Infinity, Eternity, Sacrifice, and RG
< / template >
< / automator-shop-button >
< / td >
< td >
< automator-shop-button instruction-type = "command" id = "automator54" action = "buyAutomatorInstruction(54, 30)" >
< template slot = "button-content" >
UNLOCK< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
UNLOCK [target] [(id)]
< / template >
< template slot = "tooltip-content" >
Unlocks either ECs "Unlock EC 3", or dilation "Unlock dilation"
< / template >
< / automator-shop-button >
< / td >
< / tr >
< tr >
< td >
< automator-shop-button instruction-type = "command" id = "automator61" action = "buyAutomatorInstruction(61, 30)" >
< template slot = "button-content" >
RESPEC< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
RESPEC
< / template >
< template slot = "tooltip-content" >
Toggles respec on, so next eternity your time studies will reset.
< / template >
< / automator-shop-button >
< / td >
< td >
< automator-shop-button instruction-type = "command" id = "automator62" action = "buyAutomatorInstruction(62, 30)" >
< template slot = "button-content" >
ETERNITY< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
ETERNITY
< / template >
< template slot = "tooltip-content" >
Does an eternity if able, if not it waits until it can eternity.
< / template >
< / automator-shop-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 >
< automator-shop-button instruction-type = "command" id = "automator71" action = "buyAutomatorInstruction(71, 30)" >
< template slot = "button-content" >
CHANGE< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
CHANGE [IPAUTOBUYER/EPAUTOBUYER] [amount]
< / template >
< template slot = "tooltip-content" >
You can change the amount in your autobuyers "CHANGE IPAUTOBUYER 1e2000" for example
< / template >
< / automator-shop-button >
< / td >
< td >
< automator-shop-button instruction-type = "command" id = "automator72" action = "buyAutomatorInstruction(72, 30)" >
< template slot = "button-content" >
STOP< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
STOP
< / template >
< template slot = "tooltip-content" >
Stops the whole automator.
< / template >
< / automator-shop-button >
< / td >
< td > < button class = "automatorinstruction" style = "opacity: 0;" > < / button > < / td >
< td >
< automator-shop-button instruction-type = "command" id = "automator73" action = "buyAutomatorInstruction(73, 30)" >
< template slot = "button-content" >
START< br > Cost: 30 RM
< / template >
< template slot = "tooltip-header" >
START [target] [(id)]
< / template >
< template slot = "tooltip-content" >
Starts either ECs "Start EC 3", or dilation "Start dilation"
< / template >
< / automator-shop-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 >
< / tr >
2018-07-27 12:48:30 +00:00
< / 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-11-08 22:44:27 +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-11-03 13:25:17 +00:00
< modal-popup v-if = "view.modal.current" > < / modal-popup >
2018-11-11 11:28:50 +00:00
< tt-shop v-if = "view.ttshop" > < / 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-11-14 23:36:37 +00:00
< div id = "performance-stats" class = "c-performance-stats" style = "display: none;" > < / div >
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-11-04 02:12:28 +00:00
< script type = "text/javascript" src = "javascripts/lib/breakinfinity.min.js" > < / script >
< script type = "text/javascript" src = "javascripts/lib/chart.min.js" > < / script >
< script type = "text/javascript" src = "javascripts/lib/lz-string.js" > < / script >
< script type = "text/javascript" src = "javascripts/lib/vis.min.js" > < / script >
< script type = "text/javascript" src = "javascripts/lib/sha512.js" > < / script >
2018-11-10 22:54:01 +00:00
< script type = "text/javascript" src = "javascripts/lib/deepmerge.js" > < / script >
2018-12-06 10:33:55 +00:00
< script type = "text/javascript" src = "javascripts/lib/Sortable.js" > < / script >
< script type = "text/javascript" src = "javascripts/lib/vuedraggable.js" > < / script >
2018-09-15 22:11:41 +00:00
< script type = "text/javascript" src = "PlayFab/PlayFabClientApi.js" > < / script >
2018-06-25 13:16:12 +00:00
< script type = "text/javascript" src = "javascripts/DragDropTouch.js" > < / script >
2018-10-07 13:14:00 +00:00
< script type = "text/javascript" src = "javascripts/tln.js" > < / script >
2018-12-16 16:33:28 +00:00
< script type = "text/javascript" src = "javascripts/longpress.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-11-19 19:20:46 +00:00
< script type = "text/javascript" src = "javascripts/core/constants.js" > < / script >
2018-09-20 18:23:13 +00:00
< script type = "text/javascript" src = "javascripts/core/player.js" > < / script >
2018-11-19 19:20:46 +00:00
< script type = "text/javascript" src = "javascripts/core/autobuyer.js" > < / script >
2018-11-14 23:36:37 +00:00
< script type = "text/javascript" src = "javascripts/core/performance-stats.js" > < / script >
2018-09-17 10:08:19 +00:00
2018-11-04 14:29:33 +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-11-05 23:02:20 +00:00
< script type = "text/javascript" src = "javascripts/components/hint-text.js" > < / script >
2018-11-04 14:43:03 +00:00
< script type = "text/javascript" src = "javascripts/components/footer-links.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/tt-shop.js" > < / script >
2018-12-18 00:57:31 +00:00
< script type = "text/javascript" src = "javascripts/components/automator-buttons.js" > < / script >
2018-11-04 14:29:33 +00:00
2018-11-17 23:17:20 +00:00
< script type = "text/javascript" src = "javascripts/components/header/game-header.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/header/game-header-amounts-line.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/header/game-header-tickspeed-row.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/header/game-header-big-crunch-button.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/header/game-header-new-dim-button.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/header/game-header-eternity-button.js" > < / script >
2018-11-04 14:45:26 +00:00
< script type = "text/javascript" src = "javascripts/components/dimensions/dimensions-tab.js" > < / script >
2018-11-04 14:29:33 +00:00
< script type = "text/javascript" src = "javascripts/components/dimensions/normal/normal-dim-tab-header.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/normal/normal-dim-row.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/normal/normal-dim-shift-row.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/normal/normal-dim-galaxy-row.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/normal/normal-dim-tab-progress-bar.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/normal/normal-dim-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/infinity/infinity-dim-row.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/infinity/infinity-dim-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/time/time-dim-row.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/time/time-dim-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/dimensions/dim-production-tab.js" > < / script >
2018-11-04 14:45:26 +00:00
< script type = "text/javascript" src = "javascripts/components/options/options-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/options/options-button-grid.js" > < / script >
2018-11-04 14:43:03 +00:00
< script type = "text/javascript" src = "javascripts/components/statistics/stats-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/statistics/statistics-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/statistics/challenges/challenge-records-list.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/statistics/challenges/challenge-records-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/statistics/runs/past-runs-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/statistics/runs/past-infinities-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/statistics/runs/past-eternities-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/statistics/runs/past-realities-tab.js" > < / script >
2018-11-04 14:51:13 +00:00
< script type = "text/javascript" src = "javascripts/components/achievements/achievements-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/achievements/normal/normal-achievement.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/achievements/normal/normal-achievement-row.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/achievements/normal/normal-achievements-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/achievements/secret/secret-achievement.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/achievements/secret/secret-achievements-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/achievements/secret/secret-achievement-row.js" > < / script >
2018-11-04 14:43:03 +00:00
2018-11-06 16:58:03 +00:00
< script type = "text/javascript" src = "javascripts/components/celestials/celestials-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/celestials/subtabs/effarig-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/celestials/subtabs/teresa-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/celestials/subtabs/v-tab.js" > < / script >
2018-12-04 18:31:42 +00:00
< script type = "text/javascript" src = "javascripts/components/celestials/subtabs/enslaved-tab.js" > < / script >
2018-11-06 16:58:03 +00:00
< script type = "text/javascript" src = "javascripts/components/celestials/subtabs/ra-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/celestials/subtabs/laitela-tab.js" > < / script >
2018-12-04 18:31:42 +00:00
< script type = "text/javascript" src = "javascripts/components/celestials/subtabs/pelle-tab.js" > < / script >
2018-11-06 16:58:03 +00:00
2018-11-08 22:00:44 +00:00
< script type = "text/javascript" src = "javascripts/core/celestials/effarig.js" > < / script >
2018-12-04 20:39:16 +00:00
< script type = "text/javascript" src = "javascripts/core/celestials/teresa.js" > < / script >
2018-11-08 22:00:44 +00:00
2018-11-04 16:44:41 +00:00
< script type = "text/javascript" src = "javascripts/components/challenges/challenges-tab.js" > < / script >
2018-11-04 22:07:29 +00:00
< script type = "text/javascript" src = "javascripts/components/challenges/challenge-box.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/challenges/challenge-grid.js" > < / script >
2018-11-04 16:44:41 +00:00
< script type = "text/javascript" src = "javascripts/components/challenges/normal-challenges-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/challenges/infinity-challenges-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/challenges/eternity-challenges-tab.js" > < / script >
2018-11-07 16:31:05 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/infinity-tab.js" > < / script >
2018-11-08 22:44:27 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/infinity-upgrade-button.js" > < / script >
2018-11-10 12:40:02 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/upgrades/infinity-upgrades-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/upgrades/ip-multiplier-button.js" > < / script >
2018-11-11 11:13:49 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/autobuyers-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/autobuyer-toggles.js" > < / script >
2018-11-11 14:13:59 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/autobuyer-box.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/autobuyer-input.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/reality-autobuyer-box.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/eternity-autobuyer-box.js" > < / script >
2018-11-11 17:48:54 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/dimboost-autobuyer-box.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/galaxy-autobuyer-box.js" > < / script >
2018-11-12 00:13:49 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/dim-autobuyer-box.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/tickspeed-autobuyer-box.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/sacrifice-autobuyer-box.js" > < / script >
2018-11-11 17:48:54 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/big-crunch-autobuyer-box.js" > < / script >
2018-11-11 23:01:29 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/autobuyer-interval-button.js" > < / script >
2018-11-12 01:35:37 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/autobuyers/autobuyer-priority-selector.js" > < / script >
2018-11-10 18:39:26 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/break-infinity/break-infinity-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/break-infinity/break-infinity-button.js" > < / script >
2018-11-12 19:38:21 +00:00
< script type = "text/javascript" src = "javascripts/components/infinity/replicanti/replicanti-tab.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/replicanti/replicanti-upgrade-button.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/replicanti/replicanti-gain-text.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/infinity/replicanti/replicanti-galaxy-button.js" > < / script >
2018-11-07 16:31:05 +00:00
2018-11-04 16:44:41 +00:00
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-24 23:22:27 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-import.js" > < / script >
2018-11-04 15:02:46 +00:00
< script type = "text/javascript" src = "javascripts/components/modals/modal-load-game.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/modals/options/modal-options.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/modals/options/modal-animation-options.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/modals/options/modal-confirmation-options.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/modals/cloud/modal-cloud-conflict-record.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/modals/cloud/modal-cloud-load-conflict.js" > < / script >
< script type = "text/javascript" src = "javascripts/components/modals/cloud/modal-cloud-save-conflict.js" > < / script >
2018-11-04 14:29:33 +00:00
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-11-09 23:59:30 +00:00
< script type = "text/javascript" src = "javascripts/core/time.js" > < / script >
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 >
2018-02-04 23:25:08 +00:00
< / html >