(fit, ship, context, projectionRange, **kwargs)
| 22093 | |
| 22094 | @staticmethod |
| 22095 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22096 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 22097 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 22098 | |
| 22099 | |
| 22100 | class Effect5817(BaseEffect): |
nothing calls this directly
no test coverage detected