(fit, ship, context, projectionRange, **kwargs)
| 23799 | |
| 23800 | @staticmethod |
| 23801 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23802 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 23803 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23804 | |
| 23805 | |
| 23806 | class Effect6052(BaseEffect): |
nothing calls this directly
no test coverage detected