(fit, beacon, context, projectionRange, **kwargs)
| 22811 | |
| 22812 | @staticmethod |
| 22813 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22814 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 22815 | 'energyNeutralizerAmount', |
| 22816 | beacon.getModifiedItemAttr('energyWarfareStrengthMultiplier'), |
| 22817 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22818 | |
| 22819 | |
| 22820 | class Effect5915(BaseEffect): |
nothing calls this directly
no test coverage detected