(fit, container, context, projectionRange, **kwargs)
| 3354 | |
| 3355 | @staticmethod |
| 3356 | def handler(fit, container, context, projectionRange, **kwargs): |
| 3357 | level = container.level if 'skill' in context else 1 |
| 3358 | fit.modules.filteredItemBoost( |
| 3359 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems') or mod.item.requiresSkill('Capital Remote Armor Repair Systems'), |
| 3360 | 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs) |
| 3361 | |
| 3362 | |
| 3363 | class Effect1033(BaseEffect): |
nothing calls this directly
no test coverage detected