(fit, module, context, projectionRange, **kwargs)
| 7682 | |
| 7683 | @staticmethod |
| 7684 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7685 | penalize = 'booster' not in context |
| 7686 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 7687 | 'falloff', module.getModifiedItemAttr('falloffBonus'), |
| 7688 | stackingPenalties=penalize, **kwargs) |
| 7689 | |
| 7690 | |
| 7691 | class Effect2696(BaseEffect): |
nothing calls this directly
no test coverage detected