(fit, module, context, projectionRange, **kwargs)
| 8392 | |
| 8393 | @staticmethod |
| 8394 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8395 | penalize = 'booster' not in context |
| 8396 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 8397 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 8398 | stackingPenalties=penalize, **kwargs) |
| 8399 | |
| 8400 | |
| 8401 | class Effect2799(BaseEffect): |
nothing calls this directly
no test coverage detected