(fit, ship, context, projectionRange, **kwargs)
| 20843 | |
| 20844 | @staticmethod |
| 20845 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20846 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 20847 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusGC'), skill='Gallente Cruiser', **kwargs) |
| 20848 | |
| 20849 | |
| 20850 | class Effect5556(BaseEffect): |
nothing calls this directly
no test coverage detected