(fit, ship, context, projectionRange, **kwargs)
| 17055 | |
| 17056 | @staticmethod |
| 17057 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17058 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 17059 | 'damageMultiplier', ship.getModifiedItemAttr('rookieDroneBonus'), **kwargs) |
| 17060 | |
| 17061 | |
| 17062 | class Effect5015(BaseEffect): |
nothing calls this directly
no test coverage detected