Skip to content

Commit

Permalink
0.4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 8, 2024
1 parent 5942e0e commit 9909e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MeTMT/js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ addLayer("+", {
["display-text",
function() { if (player['+'].points.gte(15)) {return "- +1 Upgrade for <span style=\"color: rgb(255, 0, 255); text-shadow: rgb(255, 0, 255) 0px 0px 10px;\">ultra</span> layer"} },],
["display-text",
function() { if (player['+'].points.gte(16)) {return "- Multiply <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">point</span> gain by additions (Currently: <h3 style=\"color: rgb(95, 111, 127); text-shadow: rgb(95, 111, 127) 0px 0px 10px;\">x" + format(player['+'].points.pow(1.1)) + "</h3>)"} },],
function() { if (player['+'].points.gte(16)) {return "- Multiply <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">point</span> gain by <span style=\"color: rgb(95, 111, 127); text-shadow: rgb(95, 111, 127) 0px 0px 10px;\">additions</span> (Currently: <h3 style=\"color: rgb(95, 111, 127); text-shadow: rgb(95, 111, 127) 0px 0px 10px;\">x" + format(player['+'].points.pow(1.1)) + "</h3>)"} },],
["display-text",
function() { if (player['+'].points.gte(17)) {return "- Add a number to the base <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">point</span> gain based off of <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">points</span> (Currently: <h3 style=\"color: rgb(255,255,255); text-shadow: rgb(255,255,255) 0px 0px 10px;\">+" + format(player.points.pow(0.025)) + "</h3>)"} },],
["display-text",
Expand Down
2 changes: 1 addition & 1 deletion MeTMT/js/mod.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let modInfo = {
name: "MetaTree",
id: "metree",
id: "metree", // what is the point of this
author: "unicodes/wk",
pointsName: "points",
modFiles: ["layers.js", "tree.js"],
Expand Down

0 comments on commit 9909e9d

Please sign in to comment.