Merge pull request #14281 from Seris02/fishingunnerf

un-nerfs fishing from previous change
This commit is contained in:
Heroman3003
2023-01-03 16:28:43 +10:00
committed by CHOMPStation2
parent 9b2107049c
commit c9103a1734

View File

@@ -90,7 +90,7 @@
if(re.id == "nutriment" || re.id == "protein" || re.id == "glucose" || re.id == "fishbait")
foodvolume += re.volume
toolspeed = initial(toolspeed) * min(0.75, (0.5 / max(0.5, (foodvolume / Bait.reagents.maximum_volume))))
toolspeed = initial(toolspeed) * 10*(0.01/(0.2*(foodvolume/Bait.reagents.maximum_volume + 0.5))) //VOREStation edit: gives fishing a universal formula because Polaris' doesn't work here. Min value of 1, max value of 1/3, 0.5 at 1/2 filled with bait reagents.
else
toolspeed = initial(toolspeed)