(fit, ship, context, projectionRange, **kwargs)
| 37824 | |
| 37825 | @staticmethod |
| 37826 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37827 | fit.drones.filteredItemBoost( |
| 37828 | lambda drone: drone.item.requiresSkill('Ice Harvesting Drone Operation'), 'duration', |
| 37829 | ship.getModifiedItemAttr('capitalIndustrialShipBonusDroneIceCycleTime'), |
| 37830 | skill='Capital Industrial Ships', **kwargs) |
| 37831 | |
| 37832 | |
| 37833 | class Effect8300(BaseEffect): |
nothing calls this directly
no test coverage detected