(fit, ship, context, projectionRange, **kwargs)
| 23783 | |
| 23784 | @staticmethod |
| 23785 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23786 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 23787 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusGC3'), skill='Gallente Cruiser', **kwargs) |
| 23788 | |
| 23789 | |
| 23790 | class Effect6051(BaseEffect): |
nothing calls this directly
no test coverage detected