(fit, module, context, projectionRange, **kwargs)
| 7664 | |
| 7665 | @staticmethod |
| 7666 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7667 | penalize = 'booster' not in context |
| 7668 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 7669 | 'falloff', module.getModifiedItemAttr('falloffBonus'), |
| 7670 | stackingPenalties=penalize, **kwargs) |
| 7671 | |
| 7672 | |
| 7673 | class Effect2695(BaseEffect): |
nothing calls this directly
no test coverage detected