Skip to content

Commit

Permalink
Fish turd rebalance
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 16, 2024
1 parent 12d0d70 commit 613986e
Show file tree
Hide file tree
Showing 12 changed files with 400 additions and 777 deletions.
5 changes: 3 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Date: ?
Changes:
- fungal-substrate-01, fungal-substrate-02, fungal-substrate-03 are now affected by productivity modules.
- The serine recipe is now effected by productivity modules.
- Increased the health of the fish farm 100 -> 500.
TURD:
- Rebalanced the turd reset technology scaling factor from 2^N to 1.5^N.
- Rebalanced mukmoux turds. Path 1 recipe values adjusted.
- Added a 10 hour grace period for a free mukmoux turd reset.
- Rebalanced all 3 mukmoux turds. Added a 10 hour grace period for a free mukmoux turd reset.
- Rebalanced all 3 fish turds. Added a 10 hour grace period for a free fish turd reset.
---------------------------------------------------------------------------------------------------
Version: 3.0.22
Date: 2024-11-14
Expand Down
5 changes: 1 addition & 4 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,7 @@ require "prototypes/buildings/atomizer-mk01"
require "prototypes/buildings/atomizer-mk02"
require "prototypes/buildings/atomizer-mk03"
require "prototypes/buildings/atomizer-mk04"
require "prototypes/buildings/fish-farm-mk01"
require "prototypes/buildings/fish-farm-mk02"
require "prototypes/buildings/fish-farm-mk03"
require "prototypes/buildings/fish-farm-mk04"
require "prototypes/buildings/fish-farm"
require "prototypes/buildings/yaedols-culture-mk01"
require "prototypes/buildings/yaedols-culture-mk02"
require "prototypes/buildings/yaedols-culture-mk03"
Expand Down
2 changes: 1 addition & 1 deletion locale/en/techs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ acidosis=Insert xeno genes into fawogae allowing them to have an advantage in co
dry=Cultivate the fawogae under extreme pressure. This technique will cause a larger buildup of carbon molecules inside the mushroom's roots. More energy will be required to maintain this environment.
a-select=Fishes that didn't pass in the automated test will be automatically thrown into biomass recycling and be reused as supplement food to the ones which passed.
temp-control=The whole fish undergoes mincing, enzymatic digestion, grinding and liquefaction to produce liquid fish hydrolysate. The resulting substance is also known as gurry. The process is known to be more efficient at cooler temperatures due to the preservation of the complex protein, carbohydrate and fat structures in the fish material. Adding active cooling components will increase the yield of the hydrolysation process however there is a risk of mechanical wear.
dosing-pump=Install automatic dosing pumps to keep level of minerals and hormones at max efficiency all time. Will reduce waste and improve fish life quality.
dosing-pump=Install automatic dosing pumps to reduce waste and improve fish life quality. Flushed byproducts will be collected and stored for future use. [font=default-semibold][color=255,60,60]WARNING: Picking this option will edit the pipe locations of all fish farms.[/color][/font] The high-speed pumping apparatus requires additional electricity to operate.
dry-storage=Allow logs to rest several days in the sun to remove excess moisture and improve fiber quality by weight.
sawblades=Develop technologies for the production of specialized sawblade wheels. These sawblades take the place of regular modules inside the wood processing unit with improved speed and productivity percentages. The productivity effects all wood processing unit recipes, even those that normally are not benefited by productivity. The TURD-upgraded wood processing units have 3 module slots per tier. [font=default-semibold][color=255,60,60]WARNING: Wood processing units will require at least one sawblade module to function.[/color][/font] Picking this option will also prevent beacons from influencing wood processing units.
selective-heads=Remove branches and excess bark during the cutting, as preparation for further processing. The second stage of wood processing becomes much faster.
Expand Down
3 changes: 3 additions & 0 deletions migrations/turd-changes-nov-15.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ local turd_migrate = require "__pyalienlife__/scripts/turd/turd-migration"
turd_migrate("mukmoux-upgrade", "zero-cross")
turd_migrate("mukmoux-upgrade", "think-collar")
turd_migrate("mukmoux-upgrade", "bip")
turd_migrate("fish-upgrade", "a-select")
turd_migrate("fish-upgrade", "temp-control")
turd_migrate("fish-upgrade", "dosing-pump")
192 changes: 0 additions & 192 deletions prototypes/buildings/fish-farm-mk01.lua

This file was deleted.

Loading

0 comments on commit 613986e

Please sign in to comment.