(fit, implant, context, projectionRange, **kwargs)
| 10713 | |
| 10714 | @staticmethod |
| 10715 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 10716 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 10717 | 'boosterAttributeModifier', |
| 10718 | implant.getModifiedItemAttr('implantSetSyndicate'), **kwargs) |
| 10719 | |
| 10720 | |
| 10721 | class Effect3513(BaseEffect): |
nothing calls this directly
no test coverage detected