(fit, implant, context, projectionRange, **kwargs)
| 4275 | |
| 4276 | @staticmethod |
| 4277 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 4278 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 4279 | 'shieldBoostMultiplier', implant.getModifiedItemAttr('implantSetGuristas'), **kwargs) |
| 4280 | |
| 4281 | |
| 4282 | class Effect1409(BaseEffect): |
nothing calls this directly
no test coverage detected