(fit, ship, context, projectionRange, **kwargs)
| 37806 | |
| 37807 | @staticmethod |
| 37808 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37809 | fit.drones.filteredItemBoost( |
| 37810 | lambda drone: drone.item.requiresSkill('Mining Drone Operation'), 'miningAmount', |
| 37811 | ship.getModifiedItemAttr('capitalIndustrialShipBonusDroneOreMiningYield'), |
| 37812 | skill='Capital Industrial Ships', **kwargs) |
| 37813 | |
| 37814 | |
| 37815 | class Effect8297(BaseEffect): |
nothing calls this directly
no test coverage detected