(fit, ship, context, projectionRange, **kwargs)
| 21942 | |
| 21943 | @staticmethod |
| 21944 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21945 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 21946 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21947 | |
| 21948 | |
| 21949 | class Effect5808(BaseEffect): |
nothing calls this directly
no test coverage detected