i experimented with some settings on asf
MaintenanceConsumptionPerSecondEnergy = 65
MaintenanceConsumptionPerSecondMass = 1
or with negative production values:
ProductionPerSecondEnergy = -65
ProductionPerSecondMass = -1
both show up right when produced in factory, but after produced there seems not to be any effect. I suspect i have to set a category or something so ProductionPerSecondEnergy gets used. Maybe someone can help me?
There seem to be two queries in buff.lua:
elseif atype == 'EnergyProduction' then
elseif atype == 'MassProduction' then