(fit, src, context, projectionRange, **kwargs)
| 42738 | |
| 42739 | @staticmethod |
| 42740 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42741 | fit.drones.filteredItemBoost( |
| 42742 | lambda mod: mod.item.requiresSkill('Mutated Drone Specialization'), 'miningAmount', |
| 42743 | src.getModifiedItemAttr('miningAmountBonus') * src.level, **kwargs) |
| 42744 | |
| 42745 | |
| 42746 | class Effect12807(BaseEffect): |
nothing calls this directly
no test coverage detected