(fit, ship, context, projectionRange, **kwargs)
| 20892 | |
| 20893 | @staticmethod |
| 20894 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20895 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 20896 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 20897 | skill='Heavy Assault Cruisers', **kwargs) |
| 20898 | |
| 20899 | |
| 20900 | class Effect5559(BaseEffect): |
nothing calls this directly
no test coverage detected