(fit, implant, context, projectionRange, **kwargs)
| 4076 | |
| 4077 | @staticmethod |
| 4078 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 4079 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capacitor Emission Systems'), |
| 4080 | 'duration', implant.getModifiedItemAttr('durationBonus'), **kwargs) |
| 4081 | |
| 4082 | |
| 4083 | class Effect1261(BaseEffect): |
nothing calls this directly
no test coverage detected