(fit, ship, context, projectionRange, **kwargs)
| 37770 | |
| 37771 | @staticmethod |
| 37772 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37773 | fit.drones.filteredItemBoost( |
| 37774 | lambda drone: drone.item.requiresSkill('Mining Drone Operation'), 'miningAmount', |
| 37775 | ship.getModifiedItemAttr('industrialCommandBonusDroneOreMiningYield'), |
| 37776 | skill='Industrial Command Ships', **kwargs) |
| 37777 | |
| 37778 | |
| 37779 | class Effect8295(BaseEffect): |
nothing calls this directly
no test coverage detected