(fit, module, context, projectionRange, **kwargs)
| 8447 | |
| 8448 | @staticmethod |
| 8449 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8450 | penalize = 'booster' not in context |
| 8451 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 8452 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 8453 | stackingPenalties=penalize, **kwargs) |
| 8454 | |
| 8455 | |
| 8456 | class Effect2803(BaseEffect): |
nothing calls this directly
no test coverage detected