(fit, container, context, projectionRange, **kwargs)
| 1018 | |
| 1019 | @staticmethod |
| 1020 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1021 | level = container.level if 'skill' in context else 1 |
| 1022 | fit.modules.filteredItemBoost( |
| 1023 | lambda mod: mod.item.requiresSkill('Repair Systems'), 'duration', |
| 1024 | container.getModifiedItemAttr('durationSkillBonus') * level, **kwargs) |
| 1025 | |
| 1026 | |
| 1027 | class Effect273(BaseEffect): |
nothing calls this directly
no test coverage detected