You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.js
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ function newGame () {
22
22
var toReturn = {
23
23
global: {
24
24
//New and accurate version
25
-
stringVersion: '5.10.0',
25
+
stringVersion: '5.10.1',
26
26
//Leave 'version' at 4.914 forever, for compatability with old saves
27
27
version: 4.914,
28
28
isBeta: false,
@@ -282,6 +282,9 @@ var toReturn = {
282
282
uberNature: "",
283
283
//For the log notation base
284
284
logNotBase: 10,
285
+
//For configurable Hybrid
286
+
hybridSwitchExp: 31,
287
+
hybridExponentType: "Eng",
285
288
lowestShield: 100,
286
289
hemmTimer: 300,
287
290
armyAttackCount: 0,
@@ -1026,7 +1029,7 @@ var toReturn = {
1026
1029
standardNotation: {
1027
1030
enabled: 1,
1028
1031
extraTags: "layout",
1029
-
description: "Swap between Standard Formatting (12.7M, 540B), Engineering Notation (12.7e6, 540e9), Scientific Notation (1.27e7, 5.40e11), Alphabetic Notation (12.7b, 540c), Hybrid Notation (Standard up to e96, then Engineering. Mimics Standard pre 4.6), and Logarithmic Notation (10^7.10, 10^8.73). Hold Ctrl while clicking Logarithmic Notation to change the base.",
1032
+
description: "Swap between Standard Formatting (12.7M, 540B), Engineering Notation (12.7e6, 540e9), Scientific Notation (1.27e7, 5.40e11), Alphabetic Notation (12.7b, 540c), Hybrid Notation (Standard up to e96, then Engineering. Mimics Standard pre 4.6), and Logarithmic Notation (10^7.10, 10^8.73). Hold Ctrl while clicking to configure Logarithmic and Hybrid Notation.",
message("Now that you've mastered the skill of Archaeology, you've gained the ability to use a more powerful Custom Golden Upgrade automator! See the AutoGold tooltip or Ctrl Click AutoGold for more info.", "Notices");
0 commit comments