(fit, module, context, projectionRange, **kwargs)
| 8756 | |
| 8757 | @staticmethod |
| 8758 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8759 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 8760 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplierBonus'), |
| 8761 | stackingPenalties=True, **kwargs) |
| 8762 | |
| 8763 | |
| 8764 | class Effect2868(BaseEffect): |
nothing calls this directly
no test coverage detected