(fit, ship, context, projectionRange, **kwargs)
| 10625 | |
| 10626 | @staticmethod |
| 10627 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10628 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 10629 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 10630 | |
| 10631 | |
| 10632 | class Effect3493(BaseEffect): |
nothing calls this directly
no test coverage detected