(fit, skill, context, projectionRange, **kwargs)
| 5291 | |
| 5292 | @staticmethod |
| 5293 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 5294 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill(skill), |
| 5295 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 5296 | |
| 5297 | |
| 5298 | class Effect1738(BaseEffect): |
nothing calls this directly
no test coverage detected