(fit, ship, context, projectionRange, **kwargs)
| 22182 | |
| 22183 | @staticmethod |
| 22184 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22185 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 22186 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 22187 | |
| 22188 | |
| 22189 | class Effect5822(BaseEffect): |
nothing calls this directly
no test coverage detected