(fit, src, context, projectionRange, **kwargs)
| 31305 | |
| 31306 | @staticmethod |
| 31307 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31308 | lvl = src.level |
| 31309 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Drone Specialization'), 'miningAmount', |
| 31310 | src.getModifiedItemAttr('miningAmountBonus') * lvl, **kwargs) |
| 31311 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Drone Specialization'), 'maxVelocity', |
| 31312 | src.getModifiedItemAttr('maxVelocityBonus') * lvl, **kwargs) |
| 31313 | |
| 31314 | |
| 31315 | class Effect6763(BaseEffect): |
nothing calls this directly
no test coverage detected