(fit, ship, context, projectionRange, **kwargs)
| 21568 | |
| 21569 | @staticmethod |
| 21570 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21571 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 21572 | 'signatureRadiusBonus', ship.getModifiedItemAttr('eliteBonusInterdictors2'), |
| 21573 | skill='Interdictors', **kwargs) |
| 21574 | |
| 21575 | |
| 21576 | class Effect5724(BaseEffect): |
nothing calls this directly
no test coverage detected