(fit, src, context, projectionRange, **kwargs)
| 32414 | |
| 32415 | @staticmethod |
| 32416 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32417 | fit.modules.filteredItemBoost( |
| 32418 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 32419 | 'mediumRemoteRepFittingMultiplier', src.getModifiedItemAttr('subsystemMRARFittingReduction'), **kwargs) |
| 32420 | |
| 32421 | |
| 32422 | class Effect6899(BaseEffect): |
nothing calls this directly
no test coverage detected