Skip to content

Commit

Permalink
Rebalanced the turd reset technology scaling factor from 2^N to 1.5^N
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 15, 2024
1 parent 7c18b96 commit ee2990b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.23
Date: ?
Changes:
- Rebalanced the turd reset technology scaling factor from 2^N to 1.5^N
---------------------------------------------------------------------------------------------------
Version: 3.0.22
Date: 2024-11-14
Changes:
Expand Down
2 changes: 1 addition & 1 deletion prototypes/technologies/turd-respec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ TECHNOLOGY {
prerequisites = {"turd-partial-respec-" .. (#science_packs - 1 - offset)},
effects = {},
unit = {
count_formula = "2^(L-" .. (#science_packs - offset) .. ")*2500",
count_formula = "1.5^(L-" .. (#science_packs - offset) .. ")*2500",
ingredients = ingredients,
time = 1800,
},
Expand Down

0 comments on commit ee2990b

Please sign in to comment.