(fit, container, context, projectionRange, **kwargs)
| 2051 | |
| 2052 | @staticmethod |
| 2053 | def handler(fit, container, context, projectionRange, **kwargs): |
| 2054 | level = container.level if 'skill' in context else 1 |
| 2055 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Mining Drone Operation'), |
| 2056 | 'miningAmount', |
| 2057 | container.getModifiedItemAttr('miningAmountBonus') * level, **kwargs) |
| 2058 | |
| 2059 | |
| 2060 | class Effect627(BaseEffect): |
nothing calls this directly
no test coverage detected