Page 1 of 1

inherent productivity module on an assembler

Posted: Tue Nov 12, 2019 12:41 pm
by rhynex
hello,

I am trying to build an assembler entity which does not support modules at all (beacon or module) but I want it to have a productivity bonus like a prod module.
Is this possible?

note: I tried allowed_effects = { "productivity" } but it does not work because negative speed is also considered "speed". I need to put "speed" to allowed effects but then it allows speed modules which I do not want.

Re: inherent productivity module on an assembler

Posted: Tue Nov 12, 2019 1:45 pm
by eradicator
viewtopic.php?p=442084#p442084
LuaEntityPrototype::base_productivity

Re: inherent productivity module on an assembler

Posted: Wed Nov 13, 2019 10:16 am
by rhynex
eradicator wrote: Tue Nov 12, 2019 1:45 pm viewtopic.php?p=442084#p442084
LuaEntityPrototype::base_productivity
oh it is sth new.
thanks a lot.