(fit, ship, context, projectionRange, **kwargs)
| 21926 | |
| 21927 | @staticmethod |
| 21928 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21929 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 21930 | 'armorHP', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21931 | |
| 21932 | |
| 21933 | class Effect5807(BaseEffect): |
nothing calls this directly
no test coverage detected