Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Icecreamdudes committed Nov 9, 2024
1 parent aae5a74 commit de35b44
Show file tree
Hide file tree
Showing 45 changed files with 2,176 additions and 258 deletions.
Empty file removed d
Empty file.
1 change: 1 addition & 0 deletions js/Cantepocalypse/anonymity.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
player.an.anonymityToGet = player.an.anonymityToGet.mul(buyableEffect("gs", 16))
player.an.anonymityToGet = player.an.anonymityToGet.mul(player.oi.linkingPowerEffect[2])
player.an.anonymityToGet = player.an.anonymityToGet.mul(player.cb.evolvedEffects[8][0])
player.an.anonymityToGet = player.an.anonymityToGet.mul(player.cb.epicPetEffects[1][1])

if (hasMilestone("gs", 15)) player.an.anonymity = player.an.anonymity.add(player.an.anonymityToGet.mul(Decimal.mul(delta, 0.1)))
},
Expand Down
1 change: 1 addition & 0 deletions js/Cantepocalypse/cantepocalypse.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ addLayer("cp", {
if (hasUpgrade("an", 23)) multAdd = multAdd.mul(upgradeEffect("an", 23))
if (hasMilestone("gs", 12)) multAdd = multAdd.mul(player.gs.milestone2Effect)
multAdd = multAdd.mul(player.oi.linkingPowerEffect[0])
multAdd = multAdd.mul(player.cb.epicPetEffects[1][0])

player.cp.replicantiPointsTimerReq = new Decimal(3)
player.cp.replicantiPointsTimerReq = player.cp.replicantiPointsTimerReq.div(buyableEffect("pr", 12))
Expand Down
1 change: 1 addition & 0 deletions js/Cantepocalypse/oil.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
player.oi.linkingPowerEffect[5] = player.oi.linkingPower[5].pow(0.25).add(1)

player.oi.protoMemoriesPerSecond = player.oi.linkingPower[0].mul(player.oi.linkingPower[1].mul(player.oi.linkingPower[2].mul(player.oi.linkingPower[3].mul(player.oi.linkingPower[4].mul(player.oi.linkingPower[5]))))).plus(1).pow(0.55).div(1e7)
player.oi.protoMemoriesPerSecond = player.oi.protoMemoriesPerSecond.mul(player.cb.epicPetEffects[2][2])

player.oi.protoMemorySecondsToGet = player.cp.replicantiPoints.plus(1).log10().mul(8).pow(0.5)

Expand Down
1 change: 1 addition & 0 deletions js/Cantepocalypse/repliTrees.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
multAdd = new Decimal(0)
multAdd = buyableEffect("rt", 11)
multAdd = multAdd.mul(player.rg.repliGrassEffect2)
multAdd = multAdd.mul(player.cb.epicPetEffects[1][2])

player.rt.repliLeavesTimerReq = new Decimal(6)
if (hasUpgrade("an", 21)) player.rt.repliLeavesTimerReq = player.rt.repliLeavesTimerReq.sub(1.5)
Expand Down
2 changes: 2 additions & 0 deletions js/antimatterDimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
player.ad.tickspeedMult = new Decimal(1.125)
player.ad.tickspeedMult = player.ad.tickspeedMult.add(player.ad.galaxyEffect)
player.ad.tickspeedMult = player.ad.tickspeedMult.add(buyableEffect("ca", 22))
if (hasUpgrade("ev1", 12)) player.ad.tickspeedMult = player.ad.tickspeedMult.mul(upgradeEffect("ev1", 12))
//dimboost

if (player.ad.dimBoostAmount.gt(4))
Expand All @@ -198,6 +199,7 @@

player.ad.dimBoostMult = new Decimal(2)
player.ad.dimBoostMult = player.ad.dimBoostMult.mul(buyableEffect("ca", 21))
if (hasUpgrade("ev2", 11)) player.ad.dimBoostMult = player.ad.dimBoostMult.mul(upgradeEffect("ev2", 11))
player.ad.dimBoostEffect = Decimal.pow(player.ad.dimBoostMult, player.ad.dimBoostAmount)

if (player.ad.dimBoostDimCost.eq(3)) player.ad.dimBoostText = "Req: " + player.ad.dimBoostReq + " 4th dimensions."
Expand Down
2 changes: 2 additions & 0 deletions js/cante.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
player.ca.replicantiMult = player.ca.replicantiMult.add(buyableEffect("rm", 34))
player.ca.replicantiMult = player.ca.replicantiMult.mul(buyableEffect("g", 26))
player.ca.replicantiMult = player.ca.replicantiMult.mul(player.cb.commonPetEffects[7][0])
if (hasUpgrade("ep0", 11)) player.ca.replicantiMult = player.ca.replicantiMult.mul(upgradeEffect("ep0", 11))

player.ca.replicantiTimerReq = new Decimal(1)
player.ca.replicantiTimerReq = player.ca.replicantiTimerReq.div(buyableEffect("ca", 13))
Expand All @@ -85,6 +86,7 @@
//CANTE
player.ca.canteEnergyMult = new Decimal(1)
player.ca.canteEnergyMult = player.ca.canteEnergyMult.mul(player.ca.rememberanceCoresEffect)
player.ca.canteEnergyMult = player.ca.canteEnergyMult.mul(player.cb.epicPetEffects[2][0])

if (player.ca.canteEnergy.gte(player.ca.canteEnergyReq))
{
Expand Down
698 changes: 622 additions & 76 deletions js/checkback.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/cutscene.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
player.tab == "ev8" ? "#242525" :
player.tab == "rm" ? "linear-gradient(90deg, #311100, #313000, #163100, #003105, #003121, #002C31, #001431, #000031, #300031)" :
player.tab == "s" ? "#2D0000" :
player.tab == "epic" || player.tab == "ep0" || player.tab == "ep1" || player.tab == "ep2" ? "#7d3f98" :
"#161616");

//1
Expand Down
1 change: 1 addition & 0 deletions js/dice.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
player.d.challengeDicePointsToGet = player.d.challengeDicePointsToGet.mul(buyableEffect("d", 24))
player.d.challengeDicePointsToGet = player.d.challengeDicePointsToGet.mul(buyableEffect("g", 28))
player.d.challengeDicePointsEffect = player.d.challengeDicePoints.pow(0.75).add(1)
if (hasUpgrade("ev2", 12)) player.d.challengeDicePointsEffect = player.d.challengeDicePointsEffect.mul(upgradeEffect("ev2", 12))

if (hasUpgrade("i", 29)) player.d.challengeDicePoints = player.d.challengeDicePoints.add(player.d.challengeDicePointsToGet.mul(0.05).mul(delta))

Expand Down
Loading

0 comments on commit de35b44

Please sign in to comment.