Talk:Recycler

From Official Factorio Wiki
Revision as of 04:17, 31 October 2024 by Vadcx (talk | contribs) (Talk: Recycler formula)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Recycler formula

floor(0.25 * i / o + r) * 100%: User:Tecanec are you sure the formula is written exactly like that? What's currently inside floor(...) will almost always calculate to <=1.0, and flooring 0.0~0.999 will result in a 0.0. I think the formula should've been floor( (0.25 * i / o + r) * 100% ). This one matches my spreadsheet expectations and you can test it yourself by recycling the nuclear reactor:

Caption text
Formula unfloored (B) input count (C) output count(D) “random” (E) net return (G)
=0,25 * $C2 / $D2 + $E2 5000 5000 0.5 =C2-C2*B2

btw I can't access the Discord link, I have no idea what server it's leading to. Vadcx (talk) 04:17, 31 October 2024 (UTC)