(fit, src, context, projectionRange, **kwargs)
| 32432 | |
| 32433 | @staticmethod |
| 32434 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32435 | fit.modules.filteredItemBoost( |
| 32436 | lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 32437 | 'mediumRemoteRepFittingMultiplier', src.getModifiedItemAttr('subsystemMRSBFittingReduction'), **kwargs) |
| 32438 | |
| 32439 | |
| 32440 | class Effect6900(BaseEffect): |
nothing calls this directly
no test coverage detected