(fit, src, context, projectionRange, **kwargs)
| 35208 | |
| 35209 | @staticmethod |
| 35210 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35211 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'damageMultiplier', |
| 35212 | src.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 35213 | |
| 35214 | |
| 35215 | class Effect7177(BaseEffect): |
nothing calls this directly
no test coverage detected