Skip to content

Commit 45011d2

Browse files
committed
Version 0.12.12
Changelog: * Fixed bug with Bob's Mods. * Minor fixes on incorrect text.
1 parent c12feb5 commit 45011d2

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

data-final-fixes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require("config")
22

3-
-- Select the science pack config file as requested. Initial data file.
3+
-- Select the science pack config file as requested. Final data file.
44
sciencepackConfig = "tweaks." .. sciencecosttweaker.options.sciencePackConfig .. ".2_final"
55
require(sciencepackConfig)
66

info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "ScienceCostTweaker",
3-
"version": "0.12.11",
3+
"version": "0.12.12",
44
"title": "ScienceCostTweaker Mod",
55
"author": "UberWaffe",
6-
"dependencies": ["base >= 0.12.0","? bobelecoveride >= 0.12.0","? UberTweaks >= 0.0.1", "? peacemod"],
6+
"dependencies": ["base >= 0.12.0","? bobelectronics >= 0.12.0","? bobplates >= 0.12.0","? UberTweaks >= 0.0.1", "? peacemod"],
77
"contact": "",
88
"homepage": "https://github.com/UberWaffe/ScienceCostTweaker",
9-
"description": "Allows the cost of research to be tweaked, in terms of count, science packs and time. Edit its data-final-fixes.lua to tweak the multipliers."
9+
"description": "Allows the cost of research to be tweaked, in terms of count, science packs and time. Edit its \configs\costs\*.lua to tweak the multipliers."
1010
}

tweaks/bobsmods/0_initial.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ if (bobIsAbout == true) then
256256
-- Pure Bobsmods Tier 4 Science Pack:
257257
-- 1.2x time, 0.1x Alien Artifact
258258
--
259-
-- New cost: 18x time, 0.033x Alien Artifact, 0.91x Copper plate, 0.66x Silicon Wafer, 0.66x Gold plate, 0.5x Nitrogen, 0.25x Phenolic Board
259+
-- New cost: 18x time, 0.1x Alien Artifact, 2.25x Copper plate, 2x Silicon Wafer, 2x Gold plate, 0.5x Nitrogen, 0.25x Phenolic Board
260260
{
261261
type = "recipe",
262262
name = "sct-t4-bioprocessor",

tweaks/bobsmods/2_final.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ if (bobIsAbout == true) then
2222
{"silicon-nitride", 1},
2323
{"lithium-ion-battery", 1}
2424
}
25+
26+
-- Make Lab Mk2 consume more power than Quantum lab.
27+
data.raw["lab"]["lab-2"].energy_usage = "2MW"
2528
end

0 commit comments

Comments
 (0)