(fit, ship, context, projectionRange, **kwargs)
| 21878 | |
| 21879 | @staticmethod |
| 21880 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21881 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 21882 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21883 | |
| 21884 | |
| 21885 | class Effect5804(BaseEffect): |
nothing calls this directly
no test coverage detected