(fit, ship, context, projectionRange, **kwargs)
| 7310 | |
| 7311 | @staticmethod |
| 7312 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7313 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 7314 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGF2'), |
| 7315 | skill='Gallente Frigate', **kwargs) |
| 7316 | |
| 7317 | |
| 7318 | class Effect2561(BaseEffect): |
nothing calls this directly
no test coverage detected