(fit, ship, context, projectionRange, **kwargs)
| 39922 | |
| 39923 | @staticmethod |
| 39924 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39925 | fit.modules.filteredItemBoost( |
| 39926 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'trackingSpeed', |
| 39927 | ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs) |
| 39928 | |
| 39929 | |
| 39930 | class Effect11745(BaseEffect): |
nothing calls this directly
no test coverage detected