(fit, implant, context, projectionRange, **kwargs)
| 35579 | |
| 35580 | @staticmethod |
| 35581 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35582 | fit.modules.filteredItemBoost( |
| 35583 | lambda mod: mod.item.group.name == 'Precursor Weapon', 'damageMultiplierBonusMax', |
| 35584 | implant.getModifiedItemAttr('damageMultiplierBonusMaxModifier'), **kwargs) |
| 35585 | |
| 35586 | |
| 35587 | class Effect7233(BaseEffect): |
nothing calls this directly
no test coverage detected