(fit, beacon, context, projectionRange, **kwargs)
| 22774 | |
| 22775 | @staticmethod |
| 22776 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22777 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', |
| 22778 | 'powerTransferAmount', beacon.getModifiedItemAttr('energyTransferAmountBonus'), |
| 22779 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22780 | |
| 22781 | |
| 22782 | class Effect5913(BaseEffect): |
nothing calls this directly
no test coverage detected