(fit, implant, context, projectionRange, **kwargs)
| 4644 | |
| 4645 | @staticmethod |
| 4646 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 4647 | fit.appliedImplants.filteredItemMultiply( |
| 4648 | lambda implant: implant.item.requiresSkill('Cybernetics'), |
| 4649 | 'signatureRadiusBonus', implant.getModifiedItemAttr('implantSetHalo'), **kwargs) |
| 4650 | |
| 4651 | |
| 4652 | class Effect1579(BaseEffect): |
nothing calls this directly
no test coverage detected