mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-12 21:11:05 +00:00
2.2.7 stuff
This commit is contained in:
parent
acd6d2c4d3
commit
0168e11f7f
8 changed files with 40 additions and 14 deletions
js/Demo
|
@ -27,7 +27,6 @@ addLayer("c", {
|
|||
// For normal layers, gain beyond [softcap] points is put to the [softcapPower]th power
|
||||
softcap: new Decimal(1e100),
|
||||
softcapPower: new Decimal(0.5),
|
||||
|
||||
canBuyMax() {}, // Only needed for static layers with buy max
|
||||
gainMult() { // Calculate the multiplier for main currency from bonuses
|
||||
mult = new Decimal(1)
|
||||
|
|
|
@ -12,7 +12,7 @@ let modInfo = {
|
|||
|
||||
// Set your version in num and name
|
||||
let VERSION = {
|
||||
num: "2.2.6",
|
||||
num: "2.2.7",
|
||||
name: "Uprooted",
|
||||
}
|
||||
|
||||
|
@ -69,4 +69,4 @@ function maxTickLength() {
|
|||
// Use this if you need to undo inflation from an older version. If the version is older than the version that fixed the issue,
|
||||
// you can cap their current resources with this.
|
||||
function fixOldSave(oldVersion){
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue