(fit, ship, context, projectionRange, **kwargs)
| 10586 | |
| 10587 | @staticmethod |
| 10588 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10589 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 10590 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 10591 | |
| 10592 | |
| 10593 | class Effect3487(BaseEffect): |
nothing calls this directly
no test coverage detected