(fit, ship, context, projectionRange, **kwargs)
| 39603 | |
| 39604 | @staticmethod |
| 39605 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39606 | fit.drones.filteredItemBoost( |
| 39607 | lambda drone: drone.item.requiresSkill('Drones'), |
| 39608 | 'speedFactor', ship.getModifiedItemAttr('shipBonusAT3'), **kwargs) |
| 39609 | |
| 39610 | |
| 39611 | class Effect11528(BaseEffect): |
nothing calls this directly
no test coverage detected