(fit, ship, context, projectionRange, **kwargs)
| 39654 | |
| 39655 | @staticmethod |
| 39656 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39657 | fit.modules.filteredChargeBoost( |
| 39658 | lambda mod: mod.charge.requiresSkill('Science'), |
| 39659 | 'baseMaxScanDeviation', ship.getModifiedItemAttr('shipBonusRole6'), **kwargs) |
| 39660 | |
| 39661 | |
| 39662 | class Effect11531(BaseEffect): |
nothing calls this directly
no test coverage detected