(fit, implant, context, projectionRange, **kwargs)
| 9233 | |
| 9234 | @staticmethod |
| 9235 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 9236 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Data Miners', |
| 9237 | 'duration', implant.getModifiedItemAttr('durationBonus'), **kwargs) |
| 9238 | |
| 9239 | |
| 9240 | class Effect2967(BaseEffect): |
nothing calls this directly
no test coverage detected