Noctifer-de-Mortem/nocts_cata_mod

Atomic Battery CBM can't generate bionic power

Closed this issue · 3 comments

whether the interrupter is on or off.

Hecc. I've been meaning to figure out a fix for that. It was already bad enough that powergen logic is busted such that new perpetural powergen CBMs only work when off rather than on, but evidently they broke it in DDA at some point and I've yet to find out a sensible fix for it. BN currently still has the backwards logic but there's an open PR that'll just outright fix it so that it works correctly when on.

Only thing I can think of is enchantment-based hackery to have it cast a spell that raises CBM power once every X seconds, with the timing matching up with the expected rate of power generation (so 1 kJ every 200 seconds to match 5 watts for example).

The open draft PR seen here (#467) will fix things in the BN version at least, but for now DDA version is still completely boned until I can figure out the least-shitty workaround for whatever code they broke.

Maybe like this?
image

...eh? What's that from?

EDIT: Okay I just saw that, nice. I could use that then!