(fit, ship, context, projectionRange, **kwargs)
| 20875 | |
| 20876 | @staticmethod |
| 20877 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20878 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 20879 | 'maxRange', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 20880 | skill='Heavy Assault Cruisers', **kwargs) |
| 20881 | |
| 20882 | |
| 20883 | class Effect5558(BaseEffect): |
nothing calls this directly
no test coverage detected