(fit, skill, context, projectionRange, **kwargs)
| 1487 | |
| 1488 | @staticmethod |
| 1489 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 1490 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 1491 | 'capacitorNeed', skill.getModifiedItemAttr('capNeedBonus') * skill.level, **kwargs) |
| 1492 | |
| 1493 | |
| 1494 | class Effect507(BaseEffect): |
nothing calls this directly
no test coverage detected