(fit, module, context, projectionRange, **kwargs)
| 24492 | |
| 24493 | @staticmethod |
| 24494 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24495 | fit.modules.filteredItemMultiply( |
| 24496 | lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 24497 | 'duration', |
| 24498 | 1 / module.getModifiedItemAttr('modeArmorRepDurationPostDiv'), |
| 24499 | **kwargs) |
| 24500 | |
| 24501 | |
| 24502 | class Effect6163(BaseEffect): |
nothing calls this directly
no test coverage detected