(fit, ship, context, projectionRange, **kwargs)
| 23895 | |
| 23896 | @staticmethod |
| 23897 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23898 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 23899 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23900 | |
| 23901 | |
| 23902 | class Effect6058(BaseEffect): |
nothing calls this directly
no test coverage detected