(fit, ship, context, projectionRange, **kwargs)
| 18984 | |
| 18985 | @staticmethod |
| 18986 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18987 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 18988 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGD2'), skill='Gallente Destroyer', **kwargs) |
| 18989 | |
| 18990 | |
| 18991 | class Effect5311(BaseEffect): |
nothing calls this directly
no test coverage detected