(fit, ship, context, projectionRange, **kwargs)
| 3938 | |
| 3939 | @staticmethod |
| 3940 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3941 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 3942 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 3943 | |
| 3944 | |
| 3945 | class Effect1230(BaseEffect): |
nothing calls this directly
no test coverage detected