(fit, ship, context, projectionRange, **kwargs)
| 19800 | |
| 19801 | @staticmethod |
| 19802 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19803 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 19804 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusABC1'), |
| 19805 | skill='Amarr Battlecruiser', **kwargs) |
| 19806 | |
| 19807 | |
| 19808 | class Effect5382(BaseEffect): |
nothing calls this directly
no test coverage detected