(fit, implant, context, projectionRange, **kwargs)
| 35596 | |
| 35597 | @staticmethod |
| 35598 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35599 | fit.modules.filteredItemBoost( |
| 35600 | lambda mod: mod.item.group.name == 'Precursor Weapon', 'damageMultiplierBonusPerCycle', |
| 35601 | implant.getModifiedItemAttr('damageMultiplierBonusPerCycleModifier'), **kwargs) |
| 35602 | |
| 35603 | |
| 35604 | class Effect7234(BaseEffect): |
nothing calls this directly
no test coverage detected