(fit, implant, context, projectionRange, **kwargs)
| 4060 | |
| 4061 | @staticmethod |
| 4062 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 4063 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 4064 | 'durationBonus', implant.getModifiedItemAttr('implantSetBloodraider'), **kwargs) |
| 4065 | |
| 4066 | |
| 4067 | class Effect1256(BaseEffect): |
nothing calls this directly
no test coverage detected