(fit, ship, context, projectionRange, **kwargs)
| 16350 | |
| 16351 | @staticmethod |
| 16352 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16353 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 16354 | 'signatureRadiusBonus', ship.getModifiedItemAttr('MWDSignatureRadiusBonus'), **kwargs) |
| 16355 | |
| 16356 | |
| 16357 | class Effect4906(BaseEffect): |
nothing calls this directly
no test coverage detected