(fit, ship, context, projectionRange, **kwargs)
| 37391 | |
| 37392 | @staticmethod |
| 37393 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37394 | fit.modules.filteredItemBoost( |
| 37395 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration', |
| 37396 | ship.getModifiedItemAttr('shipRoleBonusIceHarvestingDuration'), **kwargs) |
| 37397 | |
| 37398 | |
| 37399 | class Effect8225(BaseEffect): |
nothing calls this directly
no test coverage detected