mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Implement Suggestions
This commit is contained in:
parent
765821b138
commit
35b0b5c61c
@ -193,7 +193,7 @@ export const Pelle = {
|
||||
|
||||
get uselessPerks() {
|
||||
return [10, 12, 13, 14, 15, 16, 17, 30, 40, 41, 42, 43, 44, 45, 46, 51, 52,
|
||||
53, 60, 61, 62, 80, 81, 82, 83, 100, 103, 104, 105, 106, 201, 202, 203, 204, 205];
|
||||
53, 60, 61, 62, 80, 81, 82, 83, 100, 103, 104, 105, 106, 201, 202, 203, 204];
|
||||
},
|
||||
|
||||
get specialGlyphEffect() {
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { DC } from "./constants";
|
||||
import { Pelle } from "./globals";
|
||||
|
||||
// Slowdown parameters for replicanti growth, interval will increase by scaleFactor for every scaleLog10
|
||||
// OoM past the cap (default is 308.25 (log10 of 1.8e308), 1.2, Number.MAX_VALUE)
|
||||
|
@ -124,7 +124,8 @@ GameDatabase.eternity.milestones = {
|
||||
replicantiNoReset: {
|
||||
eternities: 40,
|
||||
reward: `Replicanti Galaxies no longer reset Antimatter, Antimatter Dimensions,
|
||||
Tickspeed, Dimensional Sacrifice, or Dimension Boosts`
|
||||
Tickspeed, Dimensional Sacrifice, or Dimension Boosts`,
|
||||
pelleUseless: true
|
||||
},
|
||||
autobuyerReplicantiChance: {
|
||||
eternities: 50,
|
||||
|
Loading…
Reference in New Issue
Block a user