(fit, implant, context, projectionRange, **kwargs)
| 10268 | |
| 10269 | @staticmethod |
| 10270 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 10271 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 10272 | 'capacitorNeed', implant.getModifiedItemAttr('capNeedBonus'), **kwargs) |
| 10273 | |
| 10274 | |
| 10275 | class Effect3380(BaseEffect): |
nothing calls this directly
no test coverage detected