(fit, ship, context, projectionRange, **kwargs)
| 23879 | |
| 23880 | @staticmethod |
| 23881 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23882 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 23883 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23884 | |
| 23885 | |
| 23886 | class Effect6057(BaseEffect): |
nothing calls this directly
no test coverage detected