(fit, ship, context, projectionRange, **kwargs)
| 18816 | |
| 18817 | @staticmethod |
| 18818 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18819 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 18820 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusAD2'), skill='Amarr Destroyer', **kwargs) |
| 18821 | |
| 18822 | |
| 18823 | class Effect5295(BaseEffect): |
nothing calls this directly
no test coverage detected