(fit, implant, context, projectionRange, **kwargs)
| 10679 | |
| 10680 | @staticmethod |
| 10681 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 10682 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 10683 | 'agilityBonus', implant.getModifiedItemAttr('implantSetThukker'), **kwargs) |
| 10684 | |
| 10685 | |
| 10686 | class Effect3498(BaseEffect): |
nothing calls this directly
no test coverage detected