(fit, ship, context, projectionRange, **kwargs)
| 39637 | |
| 39638 | @staticmethod |
| 39639 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39640 | fit.modules.filteredChargeBoost( |
| 39641 | lambda mod: mod.charge.requiresSkill('Science'), |
| 39642 | 'baseSensorStrength', ship.getModifiedItemAttr('shipBonusRole8'), **kwargs) |
| 39643 | |
| 39644 | |
| 39645 | class Effect11530(BaseEffect): |
nothing calls this directly
no test coverage detected