(fit, ship, context, projectionRange, **kwargs)
| 18884 | |
| 18885 | @staticmethod |
| 18886 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18887 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 18888 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusCD2'), skill='Caldari Destroyer', **kwargs) |
| 18889 | |
| 18890 | |
| 18891 | class Effect5305(BaseEffect): |
nothing calls this directly
no test coverage detected