(fit, ship, context, projectionRange, **kwargs)
| 21910 | |
| 21911 | @staticmethod |
| 21912 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21913 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 21914 | 'hp', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21915 | |
| 21916 | |
| 21917 | class Effect5806(BaseEffect): |
nothing calls this directly
no test coverage detected