(fit, ship, context, projectionRange, **kwargs)
| 37556 | |
| 37557 | @staticmethod |
| 37558 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37559 | fit.modules.filteredItemBoost( |
| 37560 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration', |
| 37561 | ship.getModifiedItemAttr('exhumersBonusIceHarvestingDuration'), |
| 37562 | skill='Exhumers', **kwargs) |
| 37563 | |
| 37564 | |
| 37565 | class Effect8249(BaseEffect): |
nothing calls this directly
no test coverage detected