(fit, skill, context, projectionRange, **kwargs)
| 9282 | |
| 9283 | @staticmethod |
| 9284 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 9285 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Remote Hull Repair Systems'), |
| 9286 | 'capacitorNeed', skill.getModifiedItemAttr('capNeedBonus') * skill.level, **kwargs) |
| 9287 | |
| 9288 | |
| 9289 | class Effect2982(BaseEffect): |
nothing calls this directly
no test coverage detected