(fit, ship, context, projectionRange, **kwargs)
| 23815 | |
| 23816 | @staticmethod |
| 23817 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23818 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 23819 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23820 | |
| 23821 | |
| 23822 | class Effect6053(BaseEffect): |
nothing calls this directly
no test coverage detected