(fit, skill, context, projectionRange, **kwargs)
| 9266 | |
| 9267 | @staticmethod |
| 9268 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 9269 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Hull Repair Systems'), |
| 9270 | 'capacitorNeed', skill.getModifiedItemAttr('capNeedBonus') * skill.level, **kwargs) |
| 9271 | |
| 9272 | |
| 9273 | class Effect2980(BaseEffect): |
nothing calls this directly
no test coverage detected