(fit, beacon, context, projectionRange, **kwargs)
| 22831 | |
| 22832 | @staticmethod |
| 22833 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22834 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 22835 | 'powerTransferAmount', |
| 22836 | beacon.getModifiedItemAttr('energyWarfareStrengthMultiplier'), |
| 22837 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22838 | |
| 22839 | |
| 22840 | class Effect5916(BaseEffect): |
nothing calls this directly
no test coverage detected