(fit, ship, context, projectionRange, **kwargs)
| 37788 | |
| 37789 | @staticmethod |
| 37790 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37791 | fit.drones.filteredItemBoost( |
| 37792 | lambda drone: drone.item.requiresSkill('Ice Harvesting Drone Operation'), 'duration', |
| 37793 | ship.getModifiedItemAttr('industrialCommandBonusDroneIceHarvestingCycleTime'), |
| 37794 | skill='Industrial Command Ships', **kwargs) |
| 37795 | |
| 37796 | |
| 37797 | class Effect8296(BaseEffect): |
nothing calls this directly
no test coverage detected