(fit, container, context, projectionRange, **kwargs)
| 4315 | |
| 4316 | @staticmethod |
| 4317 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4318 | level = container.level if 'skill' in context else 1 |
| 4319 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Propulsion Jamming'), |
| 4320 | 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs) |
| 4321 | |
| 4322 | |
| 4323 | class Effect1412(BaseEffect): |
nothing calls this directly
no test coverage detected