mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-22 01:01:06 +00:00
Beta 6
Preparation for Life + Hyperspace
This commit is contained in:
parent
9ad0ad9226
commit
7fd142dd23
3 changed files with 88 additions and 42 deletions
js
|
@ -9,10 +9,10 @@ function updateTemp() {
|
|||
|
||||
if (!tmp.layerEffs) tmp.layerEffs = {}
|
||||
for (let name in LAYER_EFFS) tmp.layerEffs[name] = LAYER_EFFS[name]()
|
||||
|
||||
|
||||
if (!tmp.layerReqs) tmp.layerReqs = {}
|
||||
for (let name in LAYER_REQS) tmp.layerReqs[name] = getLayerReq(name)
|
||||
|
||||
|
||||
if (!tmp.gainMults) tmp.gainMults = {}
|
||||
if (!tmp.resetGain) tmp.resetGain = {}
|
||||
if (!tmp.nextAt) tmp.nextAt = {}
|
||||
|
@ -26,6 +26,8 @@ function updateTemp() {
|
|||
|
||||
tmp.pointGen = getPointGen()
|
||||
|
||||
tmp.scaling12b = getScaling12Boosters()
|
||||
|
||||
tmp.atbb = addToBoosterBase()
|
||||
tmp.atgb = addToGenBase()
|
||||
|
||||
|
@ -42,6 +44,7 @@ function updateTemp() {
|
|||
tmp.freeExtCap = getFreeExtCapsules()
|
||||
tmp.timeEff = getTimeEnergyEff()
|
||||
tmp.attb = addToTimeBase()
|
||||
tmp.mttb = multiplyToTimeBase()
|
||||
|
||||
if (layerUnl("s")) {
|
||||
if (!tmp.s) tmp.s = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue