(fit, module, context, projectionRange, **kwargs)
| 7646 | |
| 7647 | @staticmethod |
| 7648 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7649 | penalize = False if 'booster' in context else True |
| 7650 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 7651 | 'falloff', module.getModifiedItemAttr('falloffBonus'), |
| 7652 | stackingPenalties=penalize, **kwargs) |
| 7653 | |
| 7654 | |
| 7655 | class Effect2694(BaseEffect): |
nothing calls this directly
no test coverage detected